Файловый менеджер - Редактировать - /home/welbornwebsites/dkssolutions.com/welbornwebsites_wp5-2021-02-04-dd8fb28.sql
Назад
-- MySQL dump 10.16 Distrib 10.2.36-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: welbornwebsites_wp5 -- ------------------------------------------------------ -- Server version 10.2.36-MariaDB /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `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; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_defender_lockout` -- DROP TABLE IF EXISTS `wp_defender_lockout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_defender_lockout` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lockout_message` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `release_time` int(11) DEFAULT NULL, `lock_time` int(11) DEFAULT NULL, `lock_time_404` int(11) DEFAULT NULL, `attempt` int(11) DEFAULT NULL, `attempt_404` int(11) DEFAULT NULL, `meta` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_defender_lockout` -- LOCK TABLES `wp_defender_lockout` WRITE; /*!40000 ALTER TABLE `wp_defender_lockout` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_defender_lockout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_defender_lockout_log` -- DROP TABLE IF EXISTS `wp_defender_lockout_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_defender_lockout_log` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `log` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ip` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `date` int(11) DEFAULT NULL, `type` varchar(16) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_agent` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `blog_id` int(11) DEFAULT NULL, `tried` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_defender_lockout_log` -- LOCK TABLES `wp_defender_lockout_log` WRITE; /*!40000 ALTER TABLE `wp_defender_lockout_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_defender_lockout_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frmt_form_entry` -- DROP TABLE IF EXISTS `wp_frmt_form_entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frmt_form_entry` ( `entry_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `entry_type` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, `form_id` bigint(20) unsigned NOT NULL, `is_spam` tinyint(1) NOT NULL DEFAULT 0, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`entry_id`), KEY `entry_is_spam` (`is_spam`), KEY `entry_type` (`entry_type`), KEY `entry_form_id` (`form_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frmt_form_entry` -- LOCK TABLES `wp_frmt_form_entry` WRITE; /*!40000 ALTER TABLE `wp_frmt_form_entry` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_frmt_form_entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frmt_form_entry_meta` -- DROP TABLE IF EXISTS `wp_frmt_form_entry_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frmt_form_entry_meta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `entry_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`meta_id`), KEY `meta_key` (`meta_key`), KEY `meta_entry_id` (`entry_id`), KEY `meta_key_object` (`entry_id`,`meta_key`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frmt_form_entry_meta` -- LOCK TABLES `wp_frmt_form_entry_meta` WRITE; /*!40000 ALTER TABLE `wp_frmt_form_entry_meta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_frmt_form_entry_meta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_frmt_form_views` -- DROP TABLE IF EXISTS `wp_frmt_form_views`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_frmt_form_views` ( `view_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `form_id` bigint(20) unsigned NOT NULL, `page_id` bigint(20) unsigned NOT NULL, `ip` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `count` mediumint(8) unsigned NOT NULL DEFAULT 1, `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `date_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`view_id`), KEY `view_form_id` (`form_id`), KEY `view_ip` (`ip`), KEY `view_form_object` (`form_id`,`view_id`), KEY `view_form_object_ip` (`form_id`,`view_id`,`ip`) ) ENGINE=MyISAM AUTO_INCREMENT=61 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_frmt_form_views` -- LOCK TABLES `wp_frmt_form_views` WRITE; /*!40000 ALTER TABLE `wp_frmt_form_views` DISABLE KEYS */; INSERT INTO `wp_frmt_form_views` VALUES (1,119,117,NULL,12,'2020-09-10 20:13:10','2020-09-10 17:15:26'),(2,119,10,NULL,65,'2020-09-10 22:31:03','2020-09-10 17:12:22'),(3,119,26,NULL,18,'2020-09-10 23:48:10','2020-09-11 16:18:23'),(4,119,115,NULL,3,'2020-09-10 23:48:46','2020-09-10 17:12:38'),(5,119,38,NULL,3,'2020-09-10 23:50:39','2020-09-11 16:24:08'),(6,119,36,NULL,5,'2020-09-10 23:50:50','2020-09-10 16:54:05'),(7,119,16,NULL,4,'2020-09-10 23:56:08','2020-09-11 16:15:54'),(8,119,20,NULL,2,'2020-09-11 00:12:42','2020-09-10 17:12:47'),(9,119,10,NULL,8,'2020-09-11 23:15:49','2020-09-11 17:23:03'),(10,119,18,NULL,21,'2020-09-11 23:52:10','2020-09-11 17:28:23'),(11,119,16,NULL,11,'2020-09-12 00:08:06','2020-09-12 14:21:21'),(12,119,115,NULL,3,'2020-09-12 00:13:43','2020-09-11 17:27:43'),(13,119,20,NULL,7,'2020-09-12 00:13:46','2020-09-11 17:28:16'),(14,119,117,NULL,3,'2020-09-12 00:15:03','2020-09-11 17:28:26'),(15,119,10,NULL,3,'2020-09-14 14:30:50','2020-09-14 14:14:35'),(16,119,16,NULL,3,'2020-09-14 14:34:03','2020-09-14 14:14:41'),(17,119,18,NULL,7,'2020-09-14 14:35:35','2020-09-14 14:44:02'),(18,119,115,NULL,1,'2020-09-14 14:36:46','0000-00-00 00:00:00'),(19,119,20,NULL,4,'2020-09-14 14:37:07','2020-09-14 14:43:55'),(20,119,117,NULL,2,'2020-09-14 14:39:07','2020-09-14 11:36:18'),(21,119,18,NULL,40,'2020-09-15 23:35:25','2020-09-16 10:31:29'),(22,119,38,NULL,6,'2020-09-15 23:44:26','2020-09-15 17:35:17'),(23,119,28,NULL,15,'2020-09-16 00:19:28','2020-09-16 10:31:38'),(24,119,26,NULL,2,'2020-09-16 00:32:45','2020-09-15 17:34:57'),(25,119,30,NULL,2,'2020-09-16 00:32:56','2020-09-15 17:35:08'),(26,119,34,NULL,2,'2020-09-16 00:32:59','2020-09-15 17:35:11'),(27,119,36,NULL,2,'2020-09-16 00:33:02','2020-09-15 17:35:14'),(28,119,10,NULL,2,'2020-09-16 03:29:47','2020-09-16 08:11:59'),(29,119,16,NULL,1,'2020-09-16 15:12:04','0000-00-00 00:00:00'),(30,119,115,NULL,1,'2020-09-16 15:12:19','0000-00-00 00:00:00'),(31,119,20,NULL,1,'2020-09-16 15:12:22','0000-00-00 00:00:00'),(32,119,117,NULL,1,'2020-09-16 15:12:39','0000-00-00 00:00:00'),(33,119,18,NULL,1,'2020-09-18 16:55:57','0000-00-00 00:00:00'),(34,119,16,NULL,1,'2020-09-18 16:57:10','0000-00-00 00:00:00'),(35,119,20,NULL,1,'2020-09-18 17:00:41','0000-00-00 00:00:00'),(36,119,10,NULL,1,'2020-09-18 17:02:40','0000-00-00 00:00:00'),(37,119,18,NULL,1,'2020-10-13 21:58:00','0000-00-00 00:00:00'),(38,119,10,NULL,1,'2020-10-13 21:58:16','0000-00-00 00:00:00'),(39,119,16,NULL,1,'2020-10-13 21:58:22','0000-00-00 00:00:00'),(40,119,115,NULL,1,'2020-10-13 21:58:29','0000-00-00 00:00:00'),(41,119,20,NULL,1,'2020-10-13 21:58:36','0000-00-00 00:00:00'),(42,119,117,NULL,1,'2020-10-13 21:58:41','0000-00-00 00:00:00'),(43,119,18,NULL,1,'2020-11-10 18:31:31','0000-00-00 00:00:00'),(44,119,10,NULL,1,'2020-11-10 18:31:42','0000-00-00 00:00:00'),(45,119,16,NULL,1,'2020-11-10 18:31:47','0000-00-00 00:00:00'),(46,119,115,NULL,1,'2020-11-10 18:31:56','0000-00-00 00:00:00'),(47,119,20,NULL,1,'2020-11-10 18:32:00','0000-00-00 00:00:00'),(48,119,117,NULL,1,'2020-11-10 18:32:04','0000-00-00 00:00:00'),(49,119,10,NULL,1,'2020-11-16 20:08:50','0000-00-00 00:00:00'),(50,119,16,NULL,1,'2020-11-16 20:15:10','0000-00-00 00:00:00'),(51,119,18,NULL,1,'2020-11-16 20:19:37','0000-00-00 00:00:00'),(52,119,26,NULL,1,'2020-12-19 17:52:02','0000-00-00 00:00:00'),(53,119,26,NULL,1,'2020-12-24 03:42:31','0000-00-00 00:00:00'),(54,119,26,NULL,1,'2020-12-29 17:55:55','0000-00-00 00:00:00'),(55,119,26,NULL,1,'2020-12-31 20:30:29','0000-00-00 00:00:00'),(56,119,26,NULL,1,'2021-01-16 14:50:37','0000-00-00 00:00:00'),(57,119,26,NULL,1,'2021-01-18 13:12:36','0000-00-00 00:00:00'),(58,119,26,NULL,1,'2021-01-21 17:17:00','0000-00-00 00:00:00'),(59,119,26,NULL,1,'2021-01-27 14:34:46','0000-00-00 00:00:00'),(60,119,26,NULL,2,'2021-01-30 05:32:39','2021-01-30 04:17:13'); /*!40000 ALTER TABLE `wp_frmt_form_views` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=MyISAM AUTO_INCREMENT=3580 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://dks.welbornwebsites.com','yes'),(2,'home','http://dks.welbornwebsites.com','yes'),(3,'blogname','Diversified Cleaning Solutions','yes'),(4,'blogdescription','Serving Your Commercial Kitchen Needs\n','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','LaceyWelborn@gmail.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','4','yes'),(19,'default_comment_status','','yes'),(20,'default_ping_status','','yes'),(21,'default_pingback_flag','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','','yes'),(27,'moderation_notify','','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:100:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:18:\"^entries/([^/]+)/?\";s:29:\"index.php?entries=$matches[1]\";s:42:\"archives/(\\d+)(?:/(\\d+))?/entries/(\\d+)/?$\";s:60:\"index.php?p=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:38:\"(.?.+?)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:60:\"index.php?p=$matches[1]&page=$matches[2]&entries=$matches[3]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:101:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]&entries=$matches[5]\";s:75:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/entries/(\\d+)/?$\";s:117:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]&entries=$matches[6]\";s:26:\"(.?.+?)/entries(/(.*))?/?$\";s:50:\"index.php?pagename=$matches[1]&entries=$matches[3]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s: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=7&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:8:{i:0;s:25:\"forminator/forminator.php\";i:1;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:2;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:3;s:27:\"updraftplus/updraftplus.php\";i:4;s:82:\"video-backgrounds-for-siteorigin-page-builder/background-videos-for-siteorigin.php\";i:5;s:27:\"wp-defender/wp-defender.php\";i:6;s:25:\"wp-smush-pro/wp-smush.php\";i:7;s:40:\"wpmudev-updates/update-notifications.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','a:2:{i:0;s:81:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-content/themes/vantage/style.css\";i:1;s:0:\"\";}','no'),(40,'template','vantage','yes'),(41,'stylesheet','vantage','yes'),(315,'finished_updating_comment_type','1','yes'),(44,'comment_registration','','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','48748','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','0','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','200','yes'),(59,'thumbnail_size_h','400','yes'),(60,'thumbnail_crop','','yes'),(61,'medium_size_w','400','yes'),(62,'medium_size_h','512','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','800','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:6:{i:1;a:0:{}i:3;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:38:\"SERVING YOUR\r\nCOMMERCIAL KITCHEN NEEDS\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:4;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:56:\"<strong>Toll Free: 866-DKS-1033\r\n(866) 357-1033</strong>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:47:\"<h1>Serving Your\r\nCommercial Kitchen Needs</h1>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}i:6;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:122:\"<p style=\"font-size:16px; padding-top:10px;\"><strong>Toll Free: 866-DKS-1033\r\n</strong><strong>(866) 357-1033</strong></p>\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:1:{s:40:\"wpmudev-updates/update-notifications.php\";a:2:{i:0;s:17:\"WPMUDEV_Dashboard\";i:1;s:16:\"uninstall_plugin\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','7','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','197','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1613258580','yes'),(94,'initial_db_version','47018','yes'),(95,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{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:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(96,'fresh_site','0','yes'),(97,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:4:{i:0;s:12:\"sow-editor-2\";i:1;s:19:\"forminator_widget-3\";i:2;s:12:\"sow-editor-3\";i:3;s:11:\"sow-image-4\";}s:14:\"sidebar-footer\";a:0:{}s:14:\"sidebar-header\";a:2:{i:0;s:6:\"text-5\";i:1;s:6:\"text-6\";}s:16:\"sidebar-masthead\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(103,'cron','a:12:{i:1612480980;a:4:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}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;}}s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612481018;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612481019;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:1612481223;a:1:{s:22:\"wpmudev_scheduled_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612481814;a:2:{s:22:\"tweaksSendNotification\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:13:\"cleanUpOldLog\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612481850;a:1:{s:42:\"forminator_general_data_protection_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1612482424;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612497600;a:3:{s:14:\"scanReportCron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:15:\"auditReportCron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:17:\"lockoutReportCron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1612499166;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1612557978;a:1:{s:31:\"schedule_delete_temp_files_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1612912980;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(104,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'theme_mods_twentytwenty','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1597706643;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}','yes'),(115,'recovery_keys','a:0:{}','yes'),(312,'disallowed_keys','','no'),(313,'comment_previously_approved','1','yes'),(314,'auto_plugin_theme_update_emails','a:0:{}','no'),(316,'db_upgraded','','yes'),(3565,'_site_transient_timeout_theme_roots','1612465657','no'),(3566,'_site_transient_theme_roots','a:4:{s:14:\"twentynineteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:12:\"twentytwenty\";s:7:\"/themes\";s:7:\"vantage\";s:7:\"/themes\";}','no'),(157,'recently_activated','a:0:{}','yes'),(165,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'widget_sow-image','a:3:{i:3;a:14:{s:5:\"image\";i:189;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5991414135f5a9c8107658142610797\";s:19:\"_sow_form_timestamp\";s:13:\"1599777221556\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}i:4;a:14:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:5:\"Badge\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1233985265f5c0e3b72577314353591\";s:19:\"_sow_form_timestamp\";s:13:\"1599868530666\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(169,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(170,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(171,'widget_sow-editor','a:3:{i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6836012095f5c0e3b37e97909056902\";s:19:\"_sow_form_timestamp\";s:13:\"1599868503762\";}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14085348645f5c1372b58ee359059777\";s:19:\"_sow_form_timestamp\";s:13:\"1599869823515\";}s:12:\"_multiwidget\";i:1;}','yes'),(172,'siteorigin_widget_bundle_version','1.17.6','yes'),(173,'siteorigin_widgets_old_widgets','/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','yes'),(126,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";s:7:\"version\";s:5:\"5.5.3\";s:9:\"timestamp\";i:1604216008;}','no'),(3546,'_site_transient_timeout_php_check_6a93f292d9a273c004fc36e1f86d97b3','1612931173','no'),(3547,'_site_transient_php_check_6a93f292d9a273c004fc36e1f86d97b3','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:0;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','no'),(645,'wd_lockdown_settings','{\"login_protection\":false,\"login_protection_login_attempt\":5,\"login_protection_lockout_timeframe\":300,\"login_protection_lockout_duration\":300,\"login_protection_lockout_duration_unit\":\"seconds\",\"login_protection_lockout_message\":\"You have been locked out due to too many invalid login attempts.\",\"login_protection_ban_admin_brute\":false,\"login_protection_lockout_ban\":false,\"username_blacklist\":\"\",\"detect_404\":false,\"detect_404_threshold\":20,\"detect_404_timeframe\":300,\"detect_404_lockout_duration\":300,\"detect_404_lockout_duration_unit\":\"seconds\",\"detect_404_whitelist\":\"\",\"detect_404_blacklist\":\"\",\"detect_404_ignored_filetypes\":\"\",\"detect_404_filetypes_blacklist\":\"\",\"detect_404_lockout_message\":\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\",\"detect_404_lockout_ban\":false,\"detect_404_logged\":true,\"ip_blacklist\":[],\"ip_whitelist\":[],\"ip_lockout_message\":\"The administrator has blocked your IP from accessing this website.\",\"country_blacklist\":[],\"country_whitelist\":[],\"login_lockout_notification\":false,\"ip_lockout_notification\":false,\"report\":false,\"report_frequency\":\"7\",\"report_day\":\"sunday\",\"report_time\":\"0:00\",\"geoIP_db\":\"\",\"storage_days\":30,\"receipts\":[],\"report_receipts\":[],\"lastReportSent\":1598223316,\"cooldown_enabled\":false,\"cooldown_number_lockout\":\"3\",\"cooldown_period\":\"24\",\"cache\":[]}','no'),(3529,'_transient_is_multi_author','0','yes'),(3568,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1612463858;s:7:\"checked\";a:4:{s:14:\"twentynineteen\";s:3:\"1.7\";s:15:\"twentyseventeen\";s:3:\"2.4\";s:12:\"twentytwenty\";s:3:\"1.5\";s:7:\"vantage\";s:6:\"1.15.1\";}s:8:\"response\";a:4:{s:14:\"twentynineteen\";a:6:{s:5:\"theme\";s:14:\"twentynineteen\";s:11:\"new_version\";s:3:\"1.9\";s:3:\"url\";s:44:\"https://wordpress.org/themes/twentynineteen/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/theme/twentynineteen.1.9.zip\";s:8:\"requires\";s:5:\"4.9.6\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.5.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:12:\"twentytwenty\";a:6:{s:5:\"theme\";s:12:\"twentytwenty\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/themes/twentytwenty/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/theme/twentytwenty.1.6.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:7:\"vantage\";a:6:{s:5:\"theme\";s:7:\"vantage\";s:11:\"new_version\";s:6:\"1.15.7\";s:3:\"url\";s:37:\"https://wordpress.org/themes/vantage/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/theme/vantage.1.15.7.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(3569,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1612463858;s:8:\"response\";a:4:{s:25:\"forminator/forminator.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:24:\"w.org/plugins/forminator\";s:4:\"slug\";s:10:\"forminator\";s:6:\"plugin\";s:25:\"forminator/forminator.php\";s:11:\"new_version\";s:6:\"1.14.8\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/forminator/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/forminator.1.14.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/forminator/assets/icon-256x256.gif?rev=2263946\";s:2:\"1x\";s:63:\"https://ps.w.org/forminator/assets/icon-128x128.gif?rev=2263946\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/forminator/assets/banner-1544x500.png?rev=2098297\";s:2:\"1x\";s:65:\"https://ps.w.org/forminator/assets/banner-772x250.png?rev=2098297\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.11.8\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.11.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-256x256.png?rev=1044755\";s:2:\"1x\";s:70:\"https://ps.w.org/siteorigin-panels/assets/icon-128x128.png?rev=1044755\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.jpg?rev=1044755\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:7:\"1.17.11\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.17.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-256x256.png?rev=1044942\";s:2:\"1x\";s:70:\"https://ps.w.org/so-widgets-bundle/assets/icon-128x128.png?rev=1044942\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.jpg?rev=1044942\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.47\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.47.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"5.6.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:1:{s:82:\"video-backgrounds-for-siteorigin-page-builder/background-videos-for-siteorigin.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:59:\"w.org/plugins/video-backgrounds-for-siteorigin-page-builder\";s:4:\"slug\";s:45:\"video-backgrounds-for-siteorigin-page-builder\";s:6:\"plugin\";s:82:\"video-backgrounds-for-siteorigin-page-builder/background-videos-for-siteorigin.php\";s:11:\"new_version\";s:5:\"1.0.0\";s:3:\"url\";s:76:\"https://wordpress.org/plugins/video-backgrounds-for-siteorigin-page-builder/\";s:7:\"package\";s:88:\"https://downloads.wordpress.org/plugin/video-backgrounds-for-siteorigin-page-builder.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:98:\"https://ps.w.org/video-backgrounds-for-siteorigin-page-builder/assets/icon-128x128.png?rev=1279899\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:100:\"https://ps.w.org/video-backgrounds-for-siteorigin-page-builder/assets/banner-772x250.jpg?rev=1279899\";}s:11:\"banners_rtl\";a:0:{}}}}','no'),(3559,'updraft_combine_jobs_around','1612482424','yes'),(3570,'_site_transient_timeout_wdp_un_local_projects','1612464158','no'),(3571,'_site_transient_wdp_un_local_projects','a:4:{i:1081723;a:7:{s:3:\"pid\";s:7:\"1081723\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"filename\";s:27:\"wp-defender/wp-defender.php\";s:4:\"path\";s:92:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/wp-defender/wp-defender.php\";s:7:\"version\";s:5:\"2.3.1\";s:4:\"slug\";s:23:\"wpmudev_install-1081723\";s:4:\"type\";s:6:\"plugin\";}i:912164;a:7:{s:3:\"pid\";s:6:\"912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:4:\"path\";s:90:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/wp-smush-pro/wp-smush.php\";s:7:\"version\";s:5:\"3.6.3\";s:4:\"slug\";s:22:\"wpmudev_install-912164\";s:4:\"type\";s:6:\"plugin\";}i:2097296;a:7:{s:3:\"pid\";s:7:\"2097296\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"filename\";s:25:\"forminator/forminator.php\";s:4:\"path\";s:90:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/forminator/forminator.php\";s:7:\"version\";s:6:\"1.13.4\";s:4:\"slug\";s:23:\"wpmudev_install-2097296\";s:4:\"type\";s:6:\"plugin\";}i:119;a:7:{s:3:\"pid\";s:3:\"119\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"filename\";s:40:\"wpmudev-updates/update-notifications.php\";s:4:\"path\";s:105:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-content/plugins/wpmudev-updates/update-notifications.php\";s:7:\"version\";s:6:\"4.10.6\";s:4:\"slug\";s:19:\"wpmudev_install-119\";s:4:\"type\";s:6:\"plugin\";}}','no'),(1008,'siteorigin_widgets_active','a:10:{s:6:\"button\";b:1;s:10:\"google-map\";b:1;s:5:\"image\";b:1;s:6:\"slider\";b:1;s:13:\"post-carousel\";b:1;s:6:\"editor\";b:1;s:4:\"hero\";b:1;s:10:\"image-grid\";b:1;s:11:\"testimonial\";b:1;s:14:\"simple-masonry\";b:1;}','yes'),(1009,'widget_sow-hero','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1010,'widget_sow-image-grid','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1011,'widget_sow-testimonials','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1173,'wd_scan_settings','{\"scan_core\":true,\"scan_vuln\":true,\"scan_content\":true,\"recipients\":[],\"recipients_notification\":[],\"notification\":false,\"report\":false,\"always_send\":false,\"always_send_notification\":false,\"max_filesize\":1,\"email_subject_issue\":\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\",\"email_subject\":\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\",\"email_has_issue\":\"Hi {USER_NAME},\\r\\n\\r\\nWP Defender here, reporting back from the front.\\r\\n\\r\\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\\r\\n{ISSUES_LIST}\\r\\n\\r\\nStay Safe,\\r\\nWP Defender\\r\\nOfficial WPMU DEV Superhero\",\"email_all_ok\":\"Hi {USER_NAME},\\r\\n\\r\\nWP Defender here, reporting back from the front.\\r\\n\\r\\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\\r\\n\\r\\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\\r\\n\\r\\nStay safe,\\r\\nWP Defender\\r\\nOfficial WPMU DEV Superhero\",\"frequency\":\"7\",\"day\":\"sunday\",\"time\":\"4:00\",\"last_report_sent\":\"2020-09-10 20:11:14\"}','no'),(2323,'wdf_scan_percent','100','no'),(2324,'wdf_scan_percent_expire','1612874037','no'),(147,'current_theme','Vantage','yes'),(148,'theme_mods_vantage','a:99:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:198;s:26:\"theme_settings_home_slider\";s:0:\"\";s:14:\"custom_css_key\";b:0;s:34:\"theme_settings_home_slider_stretch\";b:1;s:25:\"theme_settings_logo_image\";i:191;s:37:\"theme_settings_logo_in_menu_constrain\";b:1;s:29:\"theme_settings_logo_with_text\";b:0;s:32:\"theme_settings_logo_image_retina\";i:189;s:36:\"theme_settings_logo_site_description\";b:0;s:37:\"theme_settings_logo_no_widget_overlay\";b:1;s:27:\"theme_settings_layout_bound\";s:4:\"full\";s:30:\"theme_settings_layout_masthead\";s:0:\"\";s:48:\"theme_settings_navigation_responsive_menu_search\";b:0;s:37:\"theme_settings_navigation_menu_search\";b:0;s:47:\"theme_settings_navigation_display_scroll_to_top\";b:0;s:33:\"theme_settings_blog_post_metadata\";b:0;s:29:\"theme_settings_blog_post_date\";b:0;s:31:\"theme_settings_blog_post_author\";b:0;s:35:\"theme_settings_blog_post_categories\";b:0;s:29:\"theme_settings_blog_post_tags\";b:0;s:37:\"theme_settings_general_site_info_text\";s:42:\"Copyright {copyright} {year}, {site-title}\";s:11:\"custom_logo\";i:189;s:23:\"vantage_fonts_body_font\";s:4:\"Lato\";s:24:\"vantage_fonts_title_font\";s:16:\"Roboto:900italic\";s:26:\"vantage_fonts_heading_font\";s:16:\"Roboto:900italic\";s:23:\"vantage_fonts_menu_font\";s:4:\"Lato\";s:30:\"vantage_fonts_site_title_color\";s:7:\"#02194b\";s:32:\"vantage_fonts_site_tagline_color\";s:7:\"#02194b\";s:31:\"vantage_fonts_header_text_color\";s:7:\"#02194b\";s:30:\"vantage_fonts_page_title_color\";s:7:\"#02194b\";s:26:\"vantage_fonts_content_size\";d:16;s:34:\"vantage_fonts_sidebar_content_size\";d:16;s:29:\"vantage_fonts_meta_text_color\";s:7:\"#7e8d85\";s:34:\"vantage_fonts_meta_text_link_color\";s:7:\"#6198a0\";s:27:\"vantage_fonts_content_color\";s:7:\"#0a0a0c\";s:35:\"vantage_fonts_content_heading_color\";s:7:\"#02194b\";s:38:\"vantage_fonts_content_heading_one_size\";d:42;s:38:\"vantage_fonts_content_heading_two_size\";d:30;s:40:\"vantage_fonts_content_heading_three_size\";d:24;s:39:\"vantage_fonts_content_heading_four_size\";d:20;s:39:\"vantage_fonts_content_heading_five_size\";d:18;s:38:\"vantage_fonts_content_heading_six_size\";d:18;s:30:\"vantage_general_header_padding\";d:22;s:26:\"vantage_general_link_color\";s:7:\"#0656a3\";s:32:\"vantage_general_link_hover_color\";s:7:\"#23b5d3\";s:27:\"vantage_menu_menu_alignment\";s:6:\"center\";s:23:\"vantage_menu_background\";s:7:\"#02194b\";s:17:\"vantage_menu_text\";s:7:\"#ffffff\";s:30:\"vantage_menu_second_background\";s:7:\"#0656a3\";s:24:\"vantage_menu_second_text\";s:7:\"#ffffff\";s:29:\"vantage_menu_hover_background\";s:7:\"#23b5d3\";s:36:\"vantage_menu_hover_background_second\";s:7:\"#02194b\";s:23:\"vantage_menu_icon_color\";s:7:\"#0656a3\";s:31:\"vantage_menu_current_background\";s:7:\"#0656a3\";s:19:\"vantage_menu_search\";s:7:\"#02194b\";s:24:\"vantage_menu_search_icon\";s:7:\"#ffffff\";s:30:\"vantage_menu_search_icon_hover\";s:7:\"#23b5d3\";s:25:\"vantage_menu_search_input\";s:7:\"#ffffff\";s:30:\"vantage_menu_search_input_text\";s:7:\"#7e8d85\";s:30:\"vantage_menu_topbottom_padding\";d:15;s:30:\"vantage_menu_leftright_padding\";d:25;s:22:\"vantage_menu_font_size\";d:15;s:30:\"vantage_mobile_menu_background\";s:7:\"#02194b\";s:25:\"vantage_mobile_menu_title\";s:7:\"#ffffff\";s:36:\"vantage_mobile_menu_title_background\";s:7:\"#02194b\";s:24:\"vantage_mobile_menu_menu\";s:7:\"#ffffff\";s:35:\"vantage_mobile_menu_menu_background\";s:7:\"#0656ab\";s:31:\"vantage_mobile_menu_menu_border\";s:7:\"#23b5d3\";s:33:\"vantage_buttons_button_background\";s:7:\"#0656a3\";s:28:\"vantage_buttons_button_color\";s:7:\"#ffffff\";s:29:\"vantage_buttons_button_border\";s:7:\"#23b5d3\";s:34:\"vantage_buttons_button_text_shadow\";s:0:\"\";s:29:\"vantage_buttons_button_shadow\";s:0:\"\";s:24:\"vantage_widgets_masthead\";s:7:\"#02194b\";s:30:\"vantage_widgets_circle_icon_bg\";s:7:\"#0656a3\";s:25:\"vantage_footer_background\";s:7:\"#02194b\";s:19:\"vantage_footer_text\";s:7:\"#ffffff\";s:20:\"vantage_footer_links\";s:7:\"#0656a3\";s:25:\"vantage_footer_link_hover\";s:7:\"#23b5d3\";s:24:\"vantage_footer_site_into\";s:7:\"#7e8d85\";s:29:\"vantage_footer_site_into_link\";s:7:\"#e2e2e2\";s:39:\"vantage_footer_scroll_to_top_background\";s:7:\"#0656a3\";s:31:\"theme_settings_logo_header_text\";s:38:\"Toll Free: 866-DKS-1033 (866) 357-1033\";s:30:\"vantage_fonts_header_text_size\";d:16;s:38:\"vantage_page_masthead_background_image\";s:0:\"\";s:45:\"vantage_page_masthead_background_image_layout\";s:5:\"cover\";s:34:\"vantage_page_page_background_image\";s:0:\"\";s:41:\"vantage_page_page_background_image_layout\";s:4:\"tile\";s:34:\"theme_settings_blog_archive_layout\";s:4:\"grid\";s:34:\"theme_settings_blog_excerpt_length\";i:20;s:35:\"theme_settings_blog_archive_content\";s:7:\"excerpt\";s:39:\"theme_settings_blog_featured_image_type\";s:5:\"large\";s:39:\"theme_settings_blog_circle_column_count\";d:2;s:37:\"theme_settings_blog_grid_column_count\";d:3;s:29:\"vantage_fonts_site_title_size\";d:32;s:29:\"vantage_fonts_page_title_size\";d:36;s:34:\"theme_settings_blog_featured_image\";b:0;}','yes'),(149,'theme_switched','','yes'),(150,'widget_vantage-social-media','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(151,'widget_circleicon-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(152,'widget_headline-widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:0:{}}','yes'),(325,'can_compress_scripts','0','no'),(261,'wp-smush-settings','a:21:{s:4:\"auto\";b:1;s:5:\"lossy\";b:1;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:10:\"js_builder\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;s:5:\"usage\";b:0;s:17:\"accessible_colors\";b:0;s:9:\"keep_data\";b:1;s:9:\"lazy_load\";b:1;s:17:\"background_images\";b:1;s:16:\"rest_api_support\";b:0;}','yes'),(178,'wdp_un_limit_to_user','a:1:{i:0;s:1:\"1\";}','no'),(179,'wdp_un_remote_access','','no'),(180,'wdp_un_refresh_remote_flag','0','no'),(181,'wdp_un_refresh_profile_flag','0','no'),(182,'wdp_un_updates_data','a:5:{s:8:\"projects\";a:15:{i:119;a:26:{s:2:\"id\";i:119;s:4:\"paid\";s:4:\"free\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:18:\"WPMU DEV Dashboard\";s:8:\"released\";i:1261092923;s:7:\"updated\";i:1606911871;s:9:\"downloads\";s:8:\"10663939\";s:10:\"popularity\";s:6:\"396279\";s:17:\"short_description\";s:80:\"Instant access to brilliant support and one-click plugin and theme installation.\";s:8:\"features\";a:33:{i:0;s:23:\"One-click installations\";i:1;s:36:\"Hub and Hosting Single Sign-On (SSO)\";i:2;s:19:\"Unbranded analytics\";i:3;s:35:\"Dashboard plugin browse and install\";i:4;s:34:\"Dashboard theme browse and install\";i:5;s:21:\"Simply login to setup\";i:6;s:30:\"Integrated badge notifications\";i:7;s:17:\"One-click updates\";i:8;s:28:\"WPMU DEV dashboard news feed\";i:9;s:28:\"Dashboard widget quick links\";i:10;s:25:\"New release notifications\";i:11;s:20:\"Update notifications\";i:12;s:29:\"View recent WPMU DEV activity\";i:13;s:18:\"Membership manager\";i:14;s:34:\"Hide/Remove WPMU DEV hero branding\";i:15;s:18:\"Background updates\";i:16;s:18:\"Hide notifications\";i:17;s:30:\"Limit to Multisite Super Admin\";i:18;s:21:\"See reputation points\";i:19;s:27:\"Built-in conflict avoidance\";i:20;s:39:\"Occasional special membership discounts\";i:21;s:33:\"Participate in WPMU DEV community\";i:22;s:19:\"Access forum search\";i:23;s:22:\"Fast access to Q&A\";i:24;s:39:\"Grant temporary access to support staff\";i:25;s:34:\"Direct links to usage instructions\";i:26;s:35:\"Installed theme version information\";i:27;s:36:\"Installed plugin version information\";i:28;s:22:\"Post support questions\";i:29;s:29:\"System information quick view\";i:30;s:29:\"PHP configuration information\";i:31;s:17:\"MySQL information\";i:32;s:18:\"Server information\";}s:7:\"version\";s:6:\"4.10.6\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:55:\"https://premium.wpmudev.org/project/wpmu-dev-dashboard/\";s:9:\"thumbnail\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://premium.wpmudev.org/wp-content/uploads/2009/12/Dashboard.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/irz1r2ze9m\";s:13:\"wp_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=wpmudev-settings\";s:7:\"package\";i:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:93:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/dashboard-support.png\";s:4:\"desc\";s:21:\"Secure support access\";}i:1;a:2:{s:3:\"url\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/dashboard-access.png\";s:4:\"desc\";s:41:\"Quick access from the WordPress dashboard\";}i:2;a:2:{s:3:\"url\";s:94:\"https://premium.wpmudev.org/wp-content/uploads/projects/119/screenshots/96343734_analitics.png\";s:4:\"desc\";s:19:\"Unbranded Analytics\";}}s:6:\"_order\";i:1;}i:3779636;a:26:{s:2:\"id\";i:3779636;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"The Hub Client\";s:8:\"released\";i:1597667386;s:7:\"updated\";i:1607610438;s:9:\"downloads\";s:4:\"8545\";s:10:\"popularity\";s:4:\"2704\";s:17:\"short_description\";s:102:\"White label WPMU DEV and give your clients their own Hub experience on your site, with your branding. \";s:8:\"features\";a:7:{i:0;s:30:\"Completely white label The Hub\";i:1;s:31:\"Run entirely on your own domain\";i:2;s:30:\"Control all user access levels\";i:3;s:34:\"Free with your WPMU DEV membership\";i:4;s:39:\"Easy to set up, just install the plugin\";i:5;s:20:\"Use any host (or us)\";i:6;s:51:\"Sell your clients different levels of subscriptions\";}s:7:\"version\";s:5:\"1.0.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/the-hub-client/\";s:9:\"thumbnail\";s:84:\"https://premium.wpmudev.org/wp-content/uploads/2020/08/gfx-project-thumb-280x158.png\";s:16:\"thumbnail_square\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2020/08/gfx-project-thumb-90x90.png\";s:15:\"thumbnail_large\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2020/08/gfx-project-thumb.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wpmudev-hub\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:88:\"https://premium.wpmudev.org/wp-content/uploads/projects/3779636/screenshots/gfx-hero.png\";s:4:\"desc\";s:0:\"\";}i:1;a:2:{s:3:\"url\";s:90:\"https://premium.wpmudev.org/wp-content/uploads/projects/3779636/screenshots/gfx-styled.png\";s:4:\"desc\";s:0:\"\";}i:2;a:2:{s:3:\"url\";s:95:\"https://premium.wpmudev.org/wp-content/uploads/projects/3779636/screenshots/gfx-user-access.png\";s:4:\"desc\";s:0:\"\";}i:3;a:2:{s:3:\"url\";s:89:\"https://premium.wpmudev.org/wp-content/uploads/projects/3779636/screenshots/gfx-roles.png\";s:4:\"desc\";s:0:\"\";}}s:6:\"_order\";i:2;}i:912164;a:26:{s:2:\"id\";i:912164;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"released\";i:1416874433;s:7:\"updated\";i:1612299631;s:9:\"downloads\";s:7:\"2558457\";s:10:\"popularity\";s:6:\"352548\";s:17:\"short_description\";s:101:\"User\'s choice, award-winning, and benchmark tested – The best image optimizer plugin for WordPress.\";s:8:\"features\";a:28:{i:0;s:31:\"Double savings with Super-Smush\";i:1;s:28:\"Automatic optimize on upload\";i:2;s:20:\"Smush Pro global CDN\";i:3;s:31:\"Compress huge photos up to 32MB\";i:4;s:29:\"Perfect-fit auto image resize\";i:5;s:33:\"Lazy Loading for offscreen images\";i:6;s:29:\"WebP next-gen file conversion\";i:7;s:31:\"PNG to lossy JPEG smart convert\";i:8;s:34:\"One-click compress existing images\";i:9;s:35:\"Retain rights to every file forever\";i:10;s:29:\"Optimize images in any folder\";i:11;s:34:\"Smush or save original image files\";i:12;s:37:\"Multisite global and subsite settings\";i:13;s:42:\"Lossy compression with little quality loss\";i:14;s:28:\"Amazon S3 plugin integration\";i:15;s:26:\"NextGEN Gallery compatible\";i:16;s:18:\"Preserve EXIF data\";i:17;s:27:\"WP Retina 2x plugin support\";i:18;s:22:\"Envira Gallery Support\";i:19;s:28:\"Avada Fusion Builder Support\";i:20;s:26:\"Dedicated smushing servers\";i:21;s:35:\"HTTPS encrypted browsing compatible\";i:22;s:21:\"WPML media compatible\";i:23;s:20:\"Lossless compression\";i:24;s:39:\"Strip unused colors from indexed images\";i:25;s:30:\"Progress and savings reporting\";i:26;s:26:\"Compress individual images\";i:27;s:32:\"Instant asynchronous compression\";}s:7:\"version\";s:5:\"3.8.2\";s:17:\"free_version_slug\";s:23:\"wp-smushit/wp-smush.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:49:\"https://premium.wpmudev.org/project/wp-smush-pro/\";s:9:\"thumbnail\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02-280x158.png\";s:16:\"thumbnail_square\";s:78:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02-90x90.png\";s:15:\"thumbnail_large\";s:72:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:20:\"admin.php?page=smush\";s:13:\"ms_config_url\";s:20:\"admin.php?page=smush\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/1554180963_smush-pro-bulk-new.png\";s:4:\"desc\";s:14:\"Bulk Smush Now\";}i:1;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/918101858_smush-pro-bulk-smush.png\";s:4:\"desc\";s:20:\"Smush Pro Bulk Smush\";}i:2;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/158049080_smush-pro-settings.png\";s:4:\"desc\";s:18:\"Smush Pro Settings\";}i:3;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/912164/screenshots/665647559_image-zoom-735x470.jpg\";s:4:\"desc\";s:29:\"Smush without loss of quality\";}}s:6:\"_order\";i:3;}i:1081721;a:26:{s:2:\"id\";i:1081721;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:15:\"Hummingbird Pro\";s:8:\"released\";i:1456236462;s:7:\"updated\";i:1610961065;s:9:\"downloads\";s:7:\"1512608\";s:10:\"popularity\";s:6:\"131648\";s:17:\"short_description\";s:56:\"Everything you need to get your site running super fast.\";s:8:\"features\";a:16:{i:0;s:28:\"Generate performance reports\";i:1;s:30:\"Recommended speed improvements\";i:2;s:15:\"Browser caching\";i:3;s:17:\"Full-page caching\";i:4;s:16:\"Gravatar caching\";i:5;s:11:\"RSS caching\";i:6;s:12:\"Minify files\";i:7;s:13:\"Combine files\";i:8;s:17:\"Set load position\";i:9;s:21:\"Included output graph\";i:10;s:25:\"Simple GZIP configuration\";i:11;s:30:\"Advanced Minification controls\";i:12;s:31:\"Bonus: Sync with Uptime monitor\";i:13;s:32:\"Down and slow load notifications\";i:14;s:23:\"Track average pagespeed\";i:15;s:32:\"Better search engine positioning\";}s:7:\"version\";s:5:\"2.7.1\";s:17:\"free_version_slug\";s:42:\"hummingbird-performance/wp-hummingbird.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:47:\"WordPress 5.6.1, Multisite 5.6.1, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/wp-hummingbird/\";s:9:\"thumbnail\";s:78:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird-280x158.png\";s:16:\"thumbnail_square\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird-90x90.png\";s:15:\"thumbnail_large\";s:70:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/HummingBird.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/cdpqnbvssg\";s:13:\"wp_config_url\";s:19:\"admin.php?page=wphb\";s:13:\"ms_config_url\";s:19:\"admin.php?page=wphb\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:119:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/1355502351_hum-gcompress-compressor-new.png\";s:4:\"desc\";s:5:\"G-zip\";}i:1;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/1686427142_hum-browser-cache.png\";s:4:\"desc\";s:13:\"Browser Cache\";}i:2;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/355595470_hum-pro-testing.png\";s:4:\"desc\";s:31:\"Hummingbird Performance Testing\";}i:3;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081721/screenshots/2090545727_hum-inline-minify.png\";s:4:\"desc\";s:13:\"inline minify\";}}s:6:\"_order\";i:4;}i:1081723;a:26:{s:2:\"id\";i:1081723;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"released\";i:1456855142;s:7:\"updated\";i:1611756213;s:9:\"downloads\";s:7:\"1391831\";s:10:\"popularity\";s:6:\"139721\";s:17:\"short_description\";s:104:\"Regular security scans, vulnerability reports, safety recommendations and security tweaks for WordPress.\";s:8:\"features\";a:20:{i:0;s:21:\"Analyze site security\";i:1;s:30:\"Security tweak recommendations\";i:2;s:27:\"Resolve issues with a click\";i:3;s:31:\"Manual and automatic IP lockout\";i:4;s:18:\"Filterable IP logs\";i:5;s:27:\"Scan core files for changes\";i:6;s:25:\"2-Factor Authentification\";i:7;s:24:\"Customize 2-factor email\";i:8;s:19:\"Vulnerability scans\";i:9;s:14:\"Schedule scans\";i:10;s:28:\"Repair/restore changed files\";i:11;s:25:\"Choose file types to scan\";i:12;s:29:\"Skip files based on file size\";i:13;s:21:\"Receive email reports\";i:14;s:21:\"Set report recipients\";i:15;s:27:\"Google blocklist monitoring\";i:16;s:17:\"Automated backups\";i:17;s:20:\"Full website backups\";i:18;s:13:\"Cloud backups\";i:19;s:30:\"Site interactions with logging\";}s:7:\"version\";s:5:\"2.4.6\";s:17:\"free_version_slug\";s:33:\"defender-security/wp-defender.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/wp-defender/\";s:9:\"thumbnail\";s:75:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender-280x158.png\";s:16:\"thumbnail_square\";s:73:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender-90x90.png\";s:15:\"thumbnail_large\";s:67:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/ps9y7nphu1\";s:13:\"wp_config_url\";s:26:\"admin.php?page=wp-defender\";s:13:\"ms_config_url\";s:26:\"admin.php?page=wp-defender\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/675480798_6-ip-lockout.jpg\";s:4:\"desc\";s:10:\"ip-lockout\";}i:1;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1734340993_5-blacklist.jpg\";s:4:\"desc\";s:20:\"Blacklist Monitoring\";}i:2;a:2:{s:3:\"url\";s:103:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1971221549_4-audit-logs.jpg\";s:4:\"desc\";s:10:\"Audit Logs\";}i:3;a:2:{s:3:\"url\";s:97:\"https://premium.wpmudev.org/wp-content/uploads/projects/1081723/screenshots/1252355198_3-scan.jpg\";s:4:\"desc\";s:12:\"Scan Reports\";}}s:6:\"_order\";i:5;}i:1107020;a:26:{s:2:\"id\";i:1107020;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Hustle Pro\";s:8:\"released\";i:1471315160;s:7:\"updated\";i:1611619168;s:9:\"downloads\";s:6:\"247192\";s:10:\"popularity\";s:5:\"23910\";s:17:\"short_description\";s:100:\"Grow your business and audience with this super easy, super slick email opt-in and marketing plugin.\";s:8:\"features\";a:12:{i:0;s:59:\"Pop-ups, slide-ins, widgets, embeds, and after post opt-ins\";i:1;s:35:\"All the social share icons you need\";i:2;s:46:\"Easily customize designs with in built editing\";i:3;s:34:\"Color match your brand, like magic\";i:4;s:64:\"Show your stuff in style with smooth built-in display animations\";i:5;s:223:\"Integrate with your favorite providers including: Aweber, MailChimp, Constant Contacts, Sendy, ActiveCampaign, SendInBlue, Hubspot, Infusionsoft, Mad Mimi, ConvertKit, MailerLite, iContact, GetResponse, and Campaign Monitor\";i:6;s:58:\"Manage who sees your hustle with super powerful conditions\";i:7;s:47:\"Track how many times your material is displayed\";i:8;s:42:\"See submissions straight through WordPress\";i:9;s:55:\"Conversion rates overview to make your clients ecstatic\";i:10;s:36:\"Great default layouts to choose from\";i:11;s:25:\"Easy management dashboard\";}s:7:\"version\";s:3:\"4.4\";s:17:\"free_version_slug\";s:27:\"wordpress-popup/popover.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:60:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, bbPress \";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:43:\"https://premium.wpmudev.org/project/hustle/\";s:9:\"thumbnail\";s:76:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01-280x158.png\";s:16:\"thumbnail_square\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01-90x90.png\";s:15:\"thumbnail_large\";s:68:\"https://premium.wpmudev.org/wp-content/uploads/2016/08/hustle-01.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:21:\"admin.php?page=hustle\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:110:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/960353611_hustle-social-design.png\";s:4:\"desc\";s:18:\"Hustle Social Bars\";}i:1;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/1653524749_2-style-options-1.jpg\";s:4:\"desc\";s:21:\"Hustle Layout Options\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/469638973_premadecolorschemes.png\";s:4:\"desc\";s:20:\"Hustle Color Schemes\";}i:3;a:2:{s:3:\"url\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/projects/1107020/screenshots/938384474_layoutvariations.png\";s:4:\"desc\";s:24:\"Hustle Design Variations\";}}s:6:\"_order\";i:6;}i:2097296;a:26:{s:2:\"id\";i:2097296;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"released\";i:1519137568;s:7:\"updated\";i:1611822484;s:9:\"downloads\";s:6:\"293110\";s:10:\"popularity\";s:5:\"32150\";s:17:\"short_description\";s:135:\"Drag and drop WordPress form builder plugin with interactive polls and quizzes for increasing user engagement and building a following.\";s:8:\"features\";a:42:{i:0;s:31:\"Responsive fit for every screen\";i:1;s:13:\"Developer API\";i:2;s:15:\"Stripe Payments\";i:3;s:18:\"PayPal integration\";i:4;s:22:\"SCA Compliant Payments\";i:5;s:12:\"Calculations\";i:6;s:16:\"Google ReCAPTCHA\";i:7;s:26:\"Drag-and-drop form builder\";i:8;s:26:\"Forms for every situation\";i:9;s:15:\"+15 Form blocks\";i:10;s:36:\"Email routing and conditional emails\";i:11;s:17:\"Form pre-populate\";i:12;s:22:\"Toggle styling options\";i:13;s:16:\"Campaign Monitor\";i:14;s:7:\"HubSpot\";i:15;s:14:\"ActiveCampaign\";i:16;s:13:\"Google Sheets\";i:17;s:31:\"Zapier (connects to +1000 apps)\";i:18;s:18:\"Trello Integration\";i:19;s:9:\"MailChimp\";i:20;s:6:\"AWeber\";i:21;s:17:\"Interactive polls\";i:22;s:18:\"Pagination options\";i:23;s:23:\"Collect and track stats\";i:24;s:23:\"No wrong answer quizzes\";i:25;s:21:\"Submissions dashboard\";i:26;s:15:\"Knowledge tests\";i:27;s:12:\"Live preview\";i:28;s:15:\"Knowledge tests\";i:29;s:24:\"Gutenberg block included\";i:30;s:10:\"GDPR ready\";i:31;s:13:\"Hidden fields\";i:32;s:27:\"Customized submission forms\";i:33;s:32:\"Schedule form submission reports\";i:34;s:16:\"Privacy settings\";i:35;s:29:\"Advanced email configurations\";i:36;s:35:\"Custom login and registration forms\";i:37;s:37:\"Instant migration from Contact Form 7\";i:38;s:42:\"Pass form data (variables) to another page\";i:39;s:26:\"Add E-signature form field\";i:40;s:35:\"Multiple file, drag and drop upload\";i:41;s:34:\"Advanced Datepicker field settings\";}s:7:\"version\";s:6:\"1.14.8\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/forminator-pro/\";s:9:\"thumbnail\";s:85:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature-280x158.png\";s:16:\"thumbnail_square\";s:83:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature-90x90.png\";s:15:\"thumbnail_large\";s:77:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:25:\"admin.php?page=forminator\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:113:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1276807337_forminator-recaptcha-4.gif\";s:4:\"desc\";s:32:\"Forminator ReCAPTCHA Integration\";}i:1;a:2:{s:3:\"url\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1690180223_forminator-quiz.png\";s:4:\"desc\";s:15:\"Forminator quiz\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1437585076_forminator-polls-2.png\";s:4:\"desc\";s:23:\"Forminator Poll results\";}i:3;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/2097296/screenshots/1414388846_contact-form-5.png\";s:4:\"desc\";s:23:\"Forminator contact form\";}}s:6:\"_order\";i:7;}i:167;a:26:{s:2:\"id\";i:167;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:14:\"SmartCrawl Pro\";s:8:\"released\";i:1298584937;s:7:\"updated\";i:1611629390;s:9:\"downloads\";s:6:\"669771\";s:10:\"popularity\";s:5:\"70025\";s:17:\"short_description\";s:100:\"Boost your PageRank and drive more traffic to your site with little effort and simple configuration.\";s:8:\"features\";a:33:{i:0;s:22:\"Simple guided settings\";i:1;s:30:\"Offer SEO options by user role\";i:2;s:39:\"Direct interaction with Google and Bing\";i:3;s:48:\"Send sitemap updates automatic to search engines\";i:4;s:63:\"Custom post titles and meta descriptions (per custom post type)\";i:5;s:32:\"Title and meta data optimization\";i:6;s:26:\"Automatic sitewide linking\";i:7;s:24:\"Complete Moz integration\";i:8;s:38:\"Multisite and BuddyPress compatibility\";i:9;s:36:\"Process posts and pages individually\";i:10;s:17:\"Process RSS feeds\";i:11;s:31:\"Conduct case sensitive matching\";i:12;s:23:\"Prevent duplicate links\";i:13;s:28:\"Open links in new tab/window\";i:14;s:35:\"Exclude posts or pages from sitemap\";i:15;s:40:\"Exclude custom post types and taxonomies\";i:16;s:27:\"Exclude categories and tags\";i:17;s:41:\"Include or exclude images and stylesheets\";i:18;s:46:\"Include or remove the sitemap dashboard widget\";i:19;s:33:\"Disable automatic sitemap updates\";i:20;s:65:\"Post categories, tags and custom taxonomy title and meta defaults\";i:21;s:17:\"Custom home title\";i:22;s:21:\"Home meta description\";i:23;s:8:\"Keywords\";i:24;s:51:\"Import/export to quickly add SmartCrawl to any site\";i:25;s:39:\"Yoast SEO settings and content importer\";i:26;s:44:\"All in One SEO settings and content importer\";i:27;s:37:\"Main blog archive meta robots options\";i:28;s:29:\"Post and media title defaults\";i:29;s:40:\"Post and media meta description defaults\";i:30;s:53:\"Post categories, tags and custom taxonomy robots tags\";i:31;s:24:\"Author and date archives\";i:32;s:39:\"404 page title and description defaults\";}s:7:\"version\";s:3:\"2.9\";s:17:\"free_version_slug\";s:31:\"smartcrawl-seo/wpmu-dev-seo.php\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:61:\"https://premium.wpmudev.org/project/smartcrawl-wordpress-seo/\";s:9:\"thumbnail\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-280x158.png\";s:16:\"thumbnail_square\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470-90x90.png\";s:15:\"thumbnail_large\";s:98:\"https://premium.wpmudev.org/wp-content/uploads/2011/02/SEO_Webcrawler_1470_SEO_Webcrawler_1470.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/w6t8a9mq8j\";s:13:\"wp_config_url\";s:25:\"admin.php?page=wds_wizard\";s:13:\"ms_config_url\";s:25:\"admin.php?page=wds_wizard\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/906662147_smartcrawl-checkup.png\";s:4:\"desc\";s:18:\"SmartCrawl Checkup\";}i:1;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/1008740409_smartcrawl-sitemap.png\";s:4:\"desc\";s:18:\"SmartCrawl Sitemap\";}i:2;a:2:{s:3:\"url\";s:109:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/1267268902_smartcrawl-autolinking.png\";s:4:\"desc\";s:22:\"SmartCrawl autolinking\";}i:3;a:2:{s:3:\"url\";s:119:\"https://premium.wpmudev.org/wp-content/uploads/projects/167/screenshots/205500292_smartcrawl-readability-compressor.png\";s:4:\"desc\";s:22:\"SmartCrawl Readability\";}}s:6:\"_order\";i:8;}i:3760011;a:26:{s:2:\"id\";i:3760011;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1592204194;s:7:\"updated\";i:1612230704;s:9:\"downloads\";s:5:\"70602\";s:10:\"popularity\";s:5:\"27995\";s:17:\"short_description\";s:104:\"Make and schedule incremental backups of your WordPress websites and store them on secure cloud storage.\";s:8:\"features\";a:15:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:32:\"Manage your backups from The Hub\";i:2;s:17:\"Redundant backups\";i:3;s:32:\"Multisite Global file exclusions\";i:4;s:17:\"Scheduled backups\";i:5;s:19:\"Set backup interval\";i:6;s:13:\"Manual backup\";i:7;s:20:\"Multisite compatible\";i:8;s:18:\"Backup entire site\";i:9;s:34:\"Exclude specific files and folders\";i:10;s:22:\"Downloadable log files\";i:11;s:24:\"Simple one-click restore\";i:12;s:31:\"30 backups automatically stored\";i:13;s:15:\"Dynamic scaling\";i:14;s:19:\"Backup zipstreaming\";}s:7:\"version\";s:3:\"4.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:0:\"\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:45:\"https://premium.wpmudev.org/project/snapshot/\";s:9:\"thumbnail\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:31:\"admin.php?page=snapshot-backups\";s:13:\"ms_config_url\";s:31:\"admin.php?page=snapshot-backups\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:95:\"https://premium.wpmudev.org/wp-content/uploads/projects/3760011/screenshots/Snapshot-4-dash.png\";s:4:\"desc\";s:80:\"Control every aspect of your backups, right down to the time and day they occur.\";}i:1;a:2:{s:3:\"url\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/projects/3760011/screenshots/snapshot4-manage-backups.png\";s:4:\"desc\";s:51:\"Manage your backups from one easy-to-use dashboard.\";}i:2;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/3760011/screenshots/Snaphot-4-available-backups.png\";s:4:\"desc\";s:35:\"Track the progress of your backups.\";}i:3;a:2:{s:3:\"url\";s:106:\"https://premium.wpmudev.org/wp-content/uploads/projects/3760011/screenshots/Snapshot4-schedule-backups.png\";s:4:\"desc\";s:54:\"Automate the time, day, and frequency of your backups.\";}}s:6:\"_order\";i:9;}i:257;a:26:{s:2:\"id\";i:257;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:12:\"Snapshot Pro\";s:8:\"released\";i:1328745252;s:7:\"updated\";i:1594799224;s:9:\"downloads\";s:6:\"724694\";s:10:\"popularity\";s:5:\"40179\";s:17:\"short_description\";s:96:\"The automated, on-demand time-traveler that snaps and stores backups for one-click restoration. \";s:8:\"features\";a:28:{i:0;s:30:\"10GB of WPMU DEV cloud storage\";i:1;s:22:\"The Hub backup manager\";i:2;s:17:\"Redundant backups\";i:3;s:22:\"Server info quick view\";i:4;s:19:\"Manage memory usage\";i:5;s:32:\"Multisite Global file exclusions\";i:6;s:10:\"ZipArchive\";i:7;s:6:\"PclZip\";i:8;s:35:\"Size segmenting eliminates timeouts\";i:9;s:17:\"Scheduled backups\";i:10;s:19:\"Set backup interval\";i:11;s:13:\"Manual backup\";i:12;s:20:\"Multisite compatible\";i:13;s:18:\"Backup entire site\";i:14;s:19:\"Include media files\";i:15;s:22:\"Exclude specific files\";i:16;s:18:\"Annotate snapshots\";i:17;s:25:\"Set custom backup folders\";i:18;s:22:\"Downloadable log files\";i:19;s:24:\"Simple one-click restore\";i:20;s:26:\"Utilize standard WP tables\";i:21;s:11:\"Mirror sync\";i:22;s:30:\"Set number of backups to store\";i:23;s:34:\"Automatically remove oldest backup\";i:24;s:19:\"Dropbox integration\";i:25;s:21:\"Amazon S3 integration\";i:26;s:24:\"FTP and SFTP integration\";i:27;s:24:\"Google Drive integration\";}s:7:\"version\";s:3:\"3.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/snapshot-v3/\";s:9:\"thumbnail\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-280x158.png\";s:16:\"thumbnail_square\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin-90x90.png\";s:15:\"thumbnail_large\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2012/02/Snapshot_plugin.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/7x4kcv4j15\";s:13:\"wp_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:13:\"ms_config_url\";s:37:\"admin.php?page=snapshot_pro_dashboard\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/1315522110_schedule-backup.jpg\";s:4:\"desc\";s:30:\"Schedule backups with Snapshot\";}i:1;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/882714582_destinations-backup.jpg\";s:4:\"desc\";s:20:\"Choose a destination\";}i:2;a:2:{s:3:\"url\";s:99:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/905771522_snapshot-dash.jpg\";s:4:\"desc\";s:18:\"Snapshot Dashboard\";}i:3;a:2:{s:3:\"url\";s:102:\"https://premium.wpmudev.org/wp-content/uploads/projects/257/screenshots/1953204640_managed-backups.jpg\";s:4:\"desc\";s:15:\"Managed Backups\";}}s:6:\"_order\";i:10;}i:2175128;a:26:{s:2:\"id\";i:2175128;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Shipper Pro\";s:8:\"released\";i:1548285368;s:7:\"updated\";i:1611627322;s:9:\"downloads\";s:5:\"91768\";s:10:\"popularity\";s:5:\"13083\";s:17:\"short_description\";s:146:\"Shipper Pro moves WordPress websites with one-click, from host to host, local to production, development to live, top to bottom without using FTP.\";s:8:\"features\";a:20:{i:0;s:17:\"Import and export\";i:1;s:18:\"No FTP/SFTP needed\";i:2;s:23:\"Secure dedicated server\";i:3;s:16:\"Pre-flight check\";i:4;s:21:\"Zip package migration\";i:5;s:21:\"File find and replace\";i:6;s:21:\"Files-by-file porting\";i:7;s:20:\"Large file detection\";i:8;s:22:\"Move from host to host\";i:9;s:23:\"Push from local to live\";i:10;s:21:\"Detailed Shipper Logs\";i:11;s:26:\"Display system Information\";i:12;s:22:\"Runs in the background\";i:13;s:38:\"Destination server configuration check\";i:14;s:18:\"Package size check\";i:15;s:12:\"Source check\";i:16;s:14:\"Location check\";i:17;s:13:\"Package check\";i:18;s:17:\"Migration Filters\";i:19;s:0:\"\";}s:7:\"version\";s:5:\"1.2.5\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:79:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, bbPress , WooCommerce 4.9.2\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/shipper-pro/\";s:9:\"thumbnail\";s:82:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature-280x158.png\";s:16:\"thumbnail_square\";s:80:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature-90x90.png\";s:15:\"thumbnail_large\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2019/01/Shipper-Feature.png\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:22:\"admin.php?page=shipper\";s:13:\"ms_config_url\";s:22:\"admin.php?page=shipper\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:114:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1130594245_shipper-getting-started.png\";s:4:\"desc\";s:23:\"Shipper getting started\";}i:1;a:2:{s:3:\"url\";s:117:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1631499311_shipper-system information.png\";s:4:\"desc\";s:33:\"Shipper server system information\";}i:2;a:2:{s:3:\"url\";s:110:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/36952669_shipper-import-export.png\";s:4:\"desc\";s:25:\"Shipper import and export\";}i:3;a:2:{s:3:\"url\";s:116:\"https://premium.wpmudev.org/wp-content/uploads/projects/2175128/screenshots/1684527269_shipper-migration-options.png\";s:4:\"desc\";s:25:\"Shipper migration options\";}}s:6:\"_order\";i:11;}i:9135;a:26:{s:2:\"id\";i:9135;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:10:\"Branda Pro\";s:8:\"released\";i:1339280384;s:7:\"updated\";i:1611653906;s:9:\"downloads\";s:6:\"579825\";s:10:\"popularity\";s:5:\"53241\";s:17:\"short_description\";s:87:\"White label WordPress branding for both the front and back end of your site or network.\";s:8:\"features\";a:43:{i:0;s:25:\"Remove WordPress branding\";i:1;s:21:\"Highlight your design\";i:2;s:32:\"Add custom logo to the Admin Bar\";i:3;s:33:\"Simple WordPress logo replacement\";i:4;s:26:\"Create custom login screen\";i:5;s:28:\"Replace the word \"WordPress\"\";i:6;s:21:\"Simple brand matching\";i:7;s:21:\"Import/Export setting\";i:8;s:26:\"Reorganize Admin Bar menus\";i:9;s:26:\"Set custom Admin Bar menus\";i:10;s:28:\"Add a direct link to support\";i:11;s:16:\"Add help buttons\";i:12;s:29:\"Send system emails using SMTP\";i:13;s:29:\"Remove core Dashboard widgets\";i:14;s:32:\"Hide 3rd-party dashboard widgets\";i:15;s:29:\"Replace the WordPress \'Howdy\'\";i:16;s:28:\"Coming Soon/Maintenance Mode\";i:17;s:30:\"Customize \'Admin Help Content\'\";i:18;s:32:\"Increase site security and speed\";i:19;s:27:\"One plugin for all settings\";i:20;s:25:\"Create a custom admin bar\";i:21;s:24:\"Set \"From\" Email address\";i:22;s:15:\"Multisite ready\";i:23;s:26:\"Customize/add help content\";i:24;s:20:\"Custom global footer\";i:25;s:20:\"Custom global header\";i:26;s:23:\"Custom dashboard footer\";i:27;s:23:\"Rebrand the meta widget\";i:28;s:22:\"Protect site structure\";i:29;s:28:\"Custom DB error landing page\";i:30;s:27:\"Hide \'Permalinks\' menu item\";i:31;s:25:\"Replace WordPress in HTML\";i:32;s:26:\"Replace any word or phrase\";i:33;s:20:\"Set a custom Favicon\";i:34;s:28:\"Easily insert tracking codes\";i:35;s:25:\"Custom Multisite Favicons\";i:36;s:19:\"Customize admin CSS\";i:37;s:21:\"Uses CSS child fields\";i:38;s:22:\"Hide WordPress welcome\";i:39;s:34:\"Add custom dashboard color schemes\";i:40;s:29:\"Display custom admin messages\";i:41;s:30:\"Add Author Boxes to your posts\";i:42;s:31:\"Fully customize your admin menu\";}s:7:\"version\";s:5:\"3.4.3\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:65:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0, Upfront 1.9.4\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:54:\"https://premium.wpmudev.org/project/ultimate-branding/\";s:9:\"thumbnail\";s:79:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large-280x158.png\";s:16:\"thumbnail_square\";s:77:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large-90x90.png\";s:15:\"thumbnail_large\";s:71:\"https://premium.wpmudev.org/wp-content/uploads/2012/06/branda-large.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/v9l5fs1cgs\";s:13:\"wp_config_url\";s:23:\"admin.php?page=branding\";s:13:\"ms_config_url\";s:23:\"admin.php?page=branding\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:104:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-custom-login-screens.png\";s:4:\"desc\";s:27:\"Branda custom login screens\";}i:1;a:2:{s:3:\"url\";s:99:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-email-templates.png\";s:4:\"desc\";s:22:\"Branda email templates\";}i:2;a:2:{s:3:\"url\";s:105:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-feed-dashboard-widget.png\";s:4:\"desc\";s:22:\"Branda dashboard feeds\";}i:3;a:2:{s:3:\"url\";s:90:\"https://premium.wpmudev.org/wp-content/uploads/projects/9135/screenshots/branda-social.png\";s:4:\"desc\";s:27:\"Branda social share options\";}}s:6:\"_order\";i:12;}i:51;a:26:{s:2:\"id\";i:51;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:11:\"Beehive Pro\";s:8:\"released\";i:1235347220;s:7:\"updated\";i:1611726259;s:9:\"downloads\";s:6:\"441752\";s:10:\"popularity\";s:5:\"49086\";s:17:\"short_description\";s:94:\"Customizable Google Analytics dashboards, statistics, and reports for WordPress and Multisite.\";s:8:\"features\";a:18:{i:0;s:29:\"Simple one-click setup wizard\";i:1;s:30:\"Powerful Multisite integration\";i:2;s:39:\"One tracking code for an entire network\";i:3;s:38:\"Individual post/page statistics viewer\";i:4;s:17:\"Customize reports\";i:5;s:20:\"Anonymize IP masking\";i:6;s:26:\"Analytics dashboard widget\";i:7;s:38:\"Google Display Advertising integration\";i:8;s:26:\"Statistics overview screen\";i:9;s:31:\"Limit access based on user role\";i:10;s:28:\"Toggle statistics date range\";i:11;s:35:\"Track visits, page views and trends\";i:12;s:34:\"See visit duration and bounce rate\";i:13;s:41:\"Track top post, pages and referring links\";i:14;s:34:\"World map with visitors by country\";i:15;s:32:\"Graphs for fast visual reference\";i:16;s:23:\"Collect sub-domain data\";i:17;s:21:\"Tracks mapped domains\";}s:7:\"version\";s:5:\"3.3.7\";s:17:\"free_version_slug\";s:17:\"beehive-analytics\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:58:\"https://premium.wpmudev.org/project/beehive-analytics-pro/\";s:9:\"thumbnail\";s:95:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder-280x158.png\";s:16:\"thumbnail_square\";s:93:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder-90x90.png\";s:15:\"thumbnail_large\";s:87:\"https://premium.wpmudev.org/wp-content/uploads/2019/10/beehive-featured-placeholder.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/iu6g2umvu8\";s:13:\"wp_config_url\";s:31:\"admin.php?page=beehive-settings\";s:13:\"ms_config_url\";s:31:\"admin.php?page=beehive-settings\";s:7:\"package\";i:0;s:11:\"screenshots\";a:4:{i:0;a:2:{s:3:\"url\";s:93:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-comparison.png\";s:4:\"desc\";s:17:\"analytic overview\";}i:1;a:2:{s:3:\"url\";s:89:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-medium.png\";s:4:\"desc\";s:14:\"Beehive medium\";}i:2;a:2:{s:3:\"url\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-user-data.png\";s:4:\"desc\";s:23:\"Beehive comparison data\";}i:3;a:2:{s:3:\"url\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/projects/51/screenshots/beehive-user-role.png\";s:4:\"desc\";s:22:\"User roles for beehive\";}}s:6:\"_order\";i:13;}i:248;a:26:{s:2:\"id\";i:248;s:4:\"paid\";s:4:\"full\";s:4:\"type\";s:6:\"plugin\";s:4:\"name\";s:26:\"Integrated Video Tutorials\";s:8:\"released\";i:1318459013;s:7:\"updated\";i:1611692121;s:9:\"downloads\";s:6:\"147998\";s:10:\"popularity\";s:5:\"10371\";s:17:\"short_description\";s:81:\"Complete, quality, always up-to-date list of unbranded WordPress training videos.\";s:8:\"features\";a:23:{i:0;s:20:\"Register your domain\";i:1;s:32:\"+45 included WordPress tutorials\";i:2;s:32:\"Automatically add videos to help\";i:3;s:17:\"Verify connection\";i:4;s:14:\"Hide menu item\";i:5;s:19:\"Customize menu name\";i:6;s:30:\"Give setup permission to users\";i:7;s:32:\"Hide access to individual videos\";i:8;s:17:\"Add custom videos\";i:9;s:14:\"Wistia support\";i:10;s:15:\"YouTube support\";i:11;s:13:\"Vimeo support\";i:12;s:21:\"Shortcode embed codes\";i:13;s:22:\"Customizable playlists\";i:14;s:11:\"Group embed\";i:15;s:15:\"Front end embed\";i:16;s:18:\"Quality production\";i:17;s:25:\"Automatic content updates\";i:18;s:20:\"White label branding\";i:19;s:19:\"Unlimited bandwidth\";i:20;s:15:\"Unlimited plays\";i:21;s:14:\"SSL compatible\";i:22;s:21:\"Multisite integration\";}s:7:\"version\";s:5:\"1.8.5\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:50:\"WordPress 5.6.1, Multisite 5.6.1, BuddyPress 7.1.0\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:62:\"https://premium.wpmudev.org/project/unbranded-video-tutorials/\";s:9:\"thumbnail\";s:94:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials-280x158.png\";s:16:\"thumbnail_square\";s:92:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials-90x90.png\";s:15:\"thumbnail_large\";s:86:\"https://premium.wpmudev.org/wp-content/uploads/2011/10/Integration-Video-Tutorials.png\";s:5:\"video\";s:41:\"//fast.wistia.net/embed/iframe/c5b01yf5xw\";s:13:\"wp_config_url\";s:39:\"options-general.php?page=wpmudev-videos\";s:13:\"ms_config_url\";s:32:\"settings.php?page=wpmudev-videos\";s:7:\"package\";i:0;s:11:\"screenshots\";a:3:{i:0;a:2:{s:3:\"url\";s:108:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/843594149_video-settings-735x470.jpg\";s:4:\"desc\";s:10:\"Easy setup\";}i:1;a:2:{s:3:\"url\";s:100:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/1005196382_icons-735x470.jpg\";s:4:\"desc\";s:15:\"A ton of videos\";}i:2;a:2:{s:3:\"url\";s:107:\"https://premium.wpmudev.org/wp-content/uploads/projects/248/screenshots/1978520080_video-player-735x470.jpg\";s:4:\"desc\";s:19:\"Videos in dashboard\";}}s:6:\"_order\";i:14;}i:938297;a:25:{s:2:\"id\";i:938297;s:4:\"paid\";s:4:\"paid\";s:4:\"type\";s:5:\"theme\";s:4:\"name\";s:7:\"Upfront\";s:8:\"released\";i:1421124646;s:7:\"updated\";i:1524768151;s:9:\"downloads\";s:6:\"121696\";s:10:\"popularity\";s:4:\"3256\";s:17:\"short_description\";s:145:\"A versatile and infinitely customizable drag-and-drop WordPress theme platform for use with any child theme in the growing Upfront theme library.\";s:8:\"features\";a:0:{}s:7:\"version\";s:5:\"1.9.4\";s:17:\"free_version_slug\";s:0:\"\";s:10:\"autoupdate\";s:1:\"1\";s:6:\"active\";b:1;s:10:\"compatible\";s:32:\"WordPress 5.6.1, Multisite 5.6.1\";s:8:\"requires\";s:2:\"wp\";s:3:\"url\";s:44:\"https://premium.wpmudev.org/project/upfront/\";s:9:\"thumbnail\";s:74:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront-280x158.jpg\";s:16:\"thumbnail_square\";s:72:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront-90x90.jpg\";s:15:\"thumbnail_large\";s:66:\"https://premium.wpmudev.org/wp-content/uploads/2015/01/upfront.jpg\";s:5:\"video\";b:0;s:13:\"wp_config_url\";s:0:\"\";s:13:\"ms_config_url\";s:0:\"\";s:7:\"package\";i:0;s:6:\"_order\";i:15;}}s:11:\"plugin_tags\";a:6:{i:489;a:3:{s:4:\"name\";s:31:\"BuddyPress Plugins & Themes\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:3:\"167\";i:1;s:4:\"9135\";i:2;s:3:\"257\";i:3;s:2:\"51\";i:4;s:3:\"248\";}}i:32;a:3:{s:4:\"name\";s:26:\"WordPress Business Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:4:\"9135\";i:3;s:3:\"248\";i:4;s:7:\"2097296\";}}i:498;a:3:{s:4:\"name\";s:27:\"WordPress Marketing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"2097296\";}}i:16;a:3:{s:4:\"name\";s:27:\"WordPress Multisite Plugins\";s:5:\"count\";i:9;s:4:\"pids\";a:9:{i:0;s:6:\"912164\";i:1;s:7:\"1081721\";i:2;s:7:\"1081723\";i:3;s:3:\"167\";i:4;s:3:\"257\";i:5;s:7:\"1107020\";i:6;s:4:\"9135\";i:7;s:2:\"51\";i:8;s:3:\"248\";}}i:31;a:3:{s:4:\"name\";s:28:\"WordPress Publishing Plugins\";s:5:\"count\";i:3;s:4:\"pids\";a:3:{i:0;s:6:\"912164\";i:1;s:3:\"167\";i:2;s:3:\"257\";}}i:50;a:3:{s:4:\"name\";s:21:\"WordPress SEO Plugins\";s:5:\"count\";i:5;s:4:\"pids\";a:5:{i:0;s:7:\"1107020\";i:1;s:3:\"167\";i:2;s:7:\"1081721\";i:3;s:4:\"9135\";i:4;s:2:\"51\";}}}s:11:\"free_notice\";N;s:13:\"single_notice\";N;s:11:\"full_notice\";a:3:{s:4:\"time\";i:1509947375;s:3:\"msg\";s:270:\"<strong>We\'ve pushed all-new updates to The Hub!</strong><br />What\'s The Hub? Only the best way to manage all your sites in one place! Login to your WPMU DEV account to check out the new features. <a href=\"https://premium.wpmudev.org/hub/my-websites/\">Go to The Hub</a>\";s:6:\"author\";i:164650;}}','no'),(183,'wdp_un_profile_data','a:3:{s:5:\"forum\";a:1:{s:15:\"support_threads\";a:5:{i:0;a:7:{s:5:\"title\";s:55:\"[Forminator Pro] Email Notifications in Forminator Pro\";s:4:\"link\";s:94:\"https://premium.wpmudev.org/forums/topic/forminator-pro-email-notifications-in-forminator-pro/\";s:9:\"timestamp\";s:10:\"1594147792\";s:4:\"user\";s:8:\"Chris B.\";s:6:\"status\";s:12:\"not_resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:1;a:7:{s:5:\"title\";s:46:\"Need help with TOO-MANY-REDIRECTS issue please\";s:4:\"link\";s:88:\"https://premium.wpmudev.org/forums/topic/need-help-with-too-many-redirects-issue-please/\";s:9:\"timestamp\";s:10:\"1538110006\";s:4:\"user\";s:5:\"Lacey\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:0;s:5:\"posts\";i:5;}i:2;a:7:{s:5:\"title\";s:28:\"Display CustomPress taxonomy\";s:4:\"link\";s:70:\"https://premium.wpmudev.org/forums/topic/display-custompress-taxonomy/\";s:9:\"timestamp\";s:10:\"1531807032\";s:4:\"user\";s:13:\"Adam Czajczyk\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:3;a:7:{s:5:\"title\";s:48:\"Can I use Hustle or another Plugin to send form?\";s:4:\"link\";s:89:\"https://premium.wpmudev.org/forums/topic/can-i-use-hustle-or-another-plugin-to-send-form/\";s:9:\"timestamp\";s:10:\"1518119473\";s:4:\"user\";s:5:\"Nahid\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:1;s:5:\"posts\";i:1;}i:4;a:7:{s:5:\"title\";s:24:\"Appointments Admin Email\";s:4:\"link\";s:66:\"https://premium.wpmudev.org/forums/topic/appointments-admin-email/\";s:9:\"timestamp\";s:10:\"1503713483\";s:4:\"user\";s:5:\"Lacey\";s:6:\"status\";s:8:\"resolved\";s:6:\"unread\";b:0;s:5:\"posts\";i:6;}}}s:7:\"profile\";a:5:{s:4:\"name\";s:5:\"Lacey\";s:9:\"user_name\";s:22:\"laceywelborn@gmail.com\";s:12:\"member_since\";i:1497654235;s:6:\"avatar\";s:185:\"https://premium.wpmudev.org/avatar/8e36487e8594bd8e1d272bc6fd64197f?s=150&d=https%3A%2F%2Fpremium.wpmudev.org%2Fwp-content%2Fthemes%2Fwpmudev-2015-1%2Fassets%2Fimg%2Favatars%2F8.png&r=g\";s:5:\"title\";s:4:\"Gold\";}s:6:\"points\";a:4:{s:10:\"rep_points\";i:24;s:7:\"history\";a:5:{i:0;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1594147816\";s:6:\"points\";s:1:\"5\";s:11:\"reason_code\";s:10:\"forum_post\";s:6:\"reason\";s:191:\"You started the discussion <a href=\'https://premium.wpmudev.org/forums/topic/forminator-pro-email-notifications-in-forminator-pro/\'>[Forminator Pro] Email Notifications in Forminator Pro</a>\";s:9:\"object_id\";s:7:\"3782380\";s:9:\"from_user\";N;}i:1;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1538343327\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:193:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/need-help-with-too-many-redirects-issue-please#post-1346419\'>Need help with TOO-MANY-REDIRECTS issue please</a>\";s:9:\"object_id\";s:7:\"3610810\";s:9:\"from_user\";s:1:\"0\";}i:2;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1538341720\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:193:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/need-help-with-too-many-redirects-issue-please#post-1346416\'>Need help with TOO-MANY-REDIRECTS issue please</a>\";s:9:\"object_id\";s:7:\"3610808\";s:9:\"from_user\";s:1:\"0\";}i:3;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1538257059\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:193:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/need-help-with-too-many-redirects-issue-please#post-1346324\'>Need help with TOO-MANY-REDIRECTS issue please</a>\";s:9:\"object_id\";s:7:\"3610804\";s:9:\"from_user\";s:1:\"0\";}i:4;a:7:{s:4:\"type\";s:3:\"rep\";s:9:\"timestamp\";s:10:\"1538239488\";s:6:\"points\";s:1:\"1\";s:11:\"reason_code\";s:13:\"forum_comment\";s:6:\"reason\";s:193:\"You commented on the discussion <a href=\'https://premium.wpmudev.org/forums/topic/need-help-with-too-many-redirects-issue-please#post-1346301\'>Need help with TOO-MANY-REDIRECTS issue please</a>\";s:9:\"object_id\";s:7:\"3610801\";s:9:\"from_user\";s:1:\"0\";}}s:11:\"hero_points\";i:183;s:9:\"rep_level\";a:4:{s:4:\"base\";i:10;s:5:\"level\";i:1;s:4:\"name\";s:0:\"\";s:5:\"title\";s:17:\"WPMU DEV Initiate\";}}}','no'),(184,'wdp_un_farm133_themes','a:0:{}','no'),(185,'wdp_un_updates_available','a:3:{i:1081723;a:10:{s:3:\"url\";s:48:\"https://premium.wpmudev.org/project/wp-defender/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:58:\"https://premium.wpmudev.org/api/dashboard/v2/usage/1081723\";s:4:\"name\";s:12:\"Defender Pro\";s:8:\"filename\";s:27:\"wp-defender/wp-defender.php\";s:9:\"thumbnail\";s:73:\"https://premium.wpmudev.org/wp-content/uploads/2016/02/Defender-90x90.png\";s:7:\"version\";s:5:\"2.3.1\";s:11:\"new_version\";s:5:\"2.4.6\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}i:912164;a:10:{s:3:\"url\";s:49:\"https://premium.wpmudev.org/project/wp-smush-pro/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:57:\"https://premium.wpmudev.org/api/dashboard/v2/usage/912164\";s:4:\"name\";s:9:\"Smush Pro\";s:8:\"filename\";s:25:\"wp-smush-pro/wp-smush.php\";s:9:\"thumbnail\";s:78:\"https://premium.wpmudev.org/wp-content/uploads/2014/11/Smush_2016_02-90x90.png\";s:7:\"version\";s:5:\"3.6.3\";s:11:\"new_version\";s:5:\"3.8.2\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}i:2097296;a:10:{s:3:\"url\";s:51:\"https://premium.wpmudev.org/project/forminator-pro/\";s:4:\"type\";s:6:\"plugin\";s:16:\"instructions_url\";s:58:\"https://premium.wpmudev.org/api/dashboard/v2/usage/2097296\";s:4:\"name\";s:14:\"Forminator Pro\";s:8:\"filename\";s:25:\"forminator/forminator.php\";s:9:\"thumbnail\";s:83:\"https://premium.wpmudev.org/wp-content/uploads/2018/02/forminator-feature-90x90.png\";s:7:\"version\";s:6:\"1.13.4\";s:11:\"new_version\";s:6:\"1.14.8\";s:9:\"changelog\";a:0:{}s:10:\"autoupdate\";i:1;}}','no'),(186,'wdp_un_last_run_updates','1612463857','no'),(158,'siteorigin_panels_settings','a:27:{s:10:\"post-types\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}s:11:\"use-classic\";b:1;s:22:\"live-editor-quick-link\";b:1;s:16:\"admin-post-state\";b:1;s:18:\"admin-widget-count\";b:0;s:15:\"parallax-motion\";s:0:\"\";s:15:\"parallax-mobile\";b:0;s:17:\"sidebars-emulator\";b:1;s:14:\"display-teaser\";b:1;s:14:\"load-on-attach\";b:0;s:25:\"layout-block-default-mode\";s:7:\"preview\";s:10:\"title-html\";s:39:\"<h2 class=\"widget-title\">{{title}}</h2>\";s:16:\"add-widget-class\";b:1;s:15:\"bundled-widgets\";b:0;s:19:\"recommended-widgets\";b:1;s:20:\"instant-open-widgets\";b:0;s:10:\"responsive\";b:1;s:13:\"tablet-layout\";b:0;s:13:\"legacy-layout\";s:4:\"auto\";s:12:\"tablet-width\";i:1024;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:35;s:22:\"margin-bottom-last-row\";b:0;s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:12:\"copy-content\";b:1;s:11:\"copy-styles\";b:0;}','yes'),(159,'siteorigin_panels_initial_version','2.11.2','no'),(166,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(167,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(162,'siteorigin_panels_active_version','2.11.2','yes'),(163,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(164,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(187,'wdp_un_last_run_profile','1597711001','no'),(188,'wdp_un_last_check_upfront','0','no'),(189,'wdp_un_staff_notes','','no'),(190,'wdp_un_redirected_v4','1','no'),(191,'wdp_un_autoupdate_dashboard','1','no'),(192,'wdp_un_notifications','a:0:{}','no'),(193,'wdp_un_auth_user','laceywelborn@gmail.com','no'),(194,'wdp_un_whitelabel_enabled','','no'),(195,'wdp_un_whitelabel_branding_enabled','','no'),(196,'wdp_un_whitelabel_branding_image','','no'),(197,'wdp_un_whitelabel_footer_enabled','','no'),(198,'wdp_un_whitelabel_footer_text','','no'),(199,'wdp_un_whitelabel_doc_links_enabled','','no'),(200,'wdp_un_analytics_enabled','','no'),(201,'wdp_un_analytics_role','administrator','no'),(233,'wd_util_server','a:2:{s:30:\"http://dks.welbornwebsites.com\";s:5:\"nginx\";s:31:\"https://dks.welbornwebsites.com\";s:6:\"apache\";}','no'),(234,'defender_last_settings','a:1:{s:11:\"_1597707414\";a:8:{s:15:\"security_tweaks\";a:8:{s:6:\"issues\";a:0:{}s:5:\"fixed\";a:0:{}s:6:\"ignore\";a:0:{}s:12:\"notification\";b:1;s:19:\"notification_repeat\";b:0;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:4:\"data\";a:0:{}s:8:\"automate\";b:0;}s:4:\"scan\";a:17:{s:9:\"scan_core\";b:1;s:9:\"scan_vuln\";b:1;s:12:\"scan_content\";b:1;s:10:\"recipients\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:23:\"recipients_notification\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:12:\"notification\";b:1;s:6:\"report\";b:0;s:11:\"always_send\";b:0;s:24:\"always_send_notification\";b:0;s:12:\"max_filesize\";i:1;s:19:\"email_subject_issue\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:13:\"email_subject\";s:57:\"Scan of {SITE_URL} complete. {ISSUES_COUNT} issues found.\";s:15:\"email_has_issue\";s:268:\"Hi {USER_NAME},\r\n\r\nWP Defender here, reporting back from the front.\r\n\r\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found {ISSUES_COUNT} issues that you should take a closer look at!\r\n{ISSUES_LIST}\r\n\r\nStay Safe,\r\nWP Defender\r\nOfficial WPMU DEV Superhero\";s:12:\"email_all_ok\";s:350:\"Hi {USER_NAME},\r\n\r\nWP Defender here, reporting back from the front.\r\n\r\nI\'ve finished scanning {SITE_URL} for vulnerabilities and I found nothing. Well done for running such a tight ship!\r\n\r\nKeep up the good work! With regular security scans and a well-hardened installation you\'ll be just fine.\r\n\r\nStay safe,\r\nWP Defender\r\nOfficial WPMU DEV Superhero\";s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"monday\";s:4:\"time\";s:4:\"4:00\";}s:9:\"iplockout\";a:38:{s:16:\"login_protection\";b:0;s:30:\"login_protection_login_attempt\";i:5;s:34:\"login_protection_lockout_timeframe\";i:300;s:33:\"login_protection_lockout_duration\";i:300;s:38:\"login_protection_lockout_duration_unit\";s:7:\"seconds\";s:32:\"login_protection_lockout_message\";s:64:\"You have been locked out due to too many invalid login attempts.\";s:28:\"login_protection_lockout_ban\";b:0;s:18:\"username_blacklist\";s:0:\"\";s:10:\"detect_404\";b:0;s:20:\"detect_404_threshold\";i:20;s:20:\"detect_404_timeframe\";i:300;s:27:\"detect_404_lockout_duration\";i:300;s:32:\"detect_404_lockout_duration_unit\";s:7:\"seconds\";s:20:\"detect_404_whitelist\";s:0:\"\";s:20:\"detect_404_blacklist\";s:0:\"\";s:28:\"detect_404_ignored_filetypes\";s:0:\"\";s:30:\"detect_404_filetypes_blacklist\";s:0:\"\";s:26:\"detect_404_lockout_message\";s:86:\"You have been locked out due to too many attempts to access a file that doesn\'t exist.\";s:22:\"detect_404_lockout_ban\";b:0;s:17:\"detect_404_logged\";b:1;s:12:\"ip_blacklist\";a:0:{}s:12:\"ip_whitelist\";s:12:\"24.56.30.44\n\";s:18:\"ip_lockout_message\";s:66:\"The administrator has blocked your IP from accessing this website.\";s:17:\"country_blacklist\";a:0:{}s:17:\"country_whitelist\";a:0:{}s:26:\"login_lockout_notification\";b:1;s:23:\"ip_lockout_notification\";b:1;s:6:\"report\";b:1;s:16:\"report_frequency\";s:1:\"7\";s:10:\"report_day\";s:6:\"monday\";s:11:\"report_time\";s:4:\"4:00\";s:8:\"geoIP_db\";s:0:\"\";s:12:\"storage_days\";i:30;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:15:\"report_receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:16:\"cooldown_enabled\";b:0;s:23:\"cooldown_number_lockout\";s:1:\"3\";s:15:\"cooldown_period\";s:2:\"24\";}s:5:\"audit\";a:7:{s:7:\"enabled\";b:0;s:9:\"frequency\";s:1:\"7\";s:3:\"day\";s:6:\"monday\";s:4:\"time\";s:4:\"4:00\";s:12:\"notification\";b:1;s:8:\"receipts\";a:1:{i:0;a:2:{s:10:\"first_name\";s:8:\"lwelborn\";s:5:\"email\";s:22:\"LaceyWelborn@gmail.com\";}}s:12:\"storage_days\";s:8:\"6 months\";}s:10:\"two_factor\";a:11:{s:7:\"enabled\";b:0;s:10:\"lost_phone\";b:1;s:10:\"force_auth\";b:0;s:15:\"force_auth_mess\";s:69:\"You are required to setup two-factor authentication to use this site.\";s:10:\"user_roles\";a:4:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";}s:16:\"force_auth_roles\";a:0:{}s:14:\"custom_graphic\";b:0;s:18:\"custom_graphic_url\";s:93:\"http://dks.welbornwebsites.com/wp-content/plugins/wp-defender/assets/img/2factor-disabled.svg\";s:13:\"email_subject\";s:13:\"Your OTP code\";s:12:\"email_sender\";s:5:\"admin\";s:10:\"email_body\";s:210:\"Hi {{display_name}},\r\n\r\nYour temporary login passcode is <strong>{{passcode}}</strong>.\r\n\r\nCopy and paste the passcode into the input field on the login screen to complete logging in.\r\n\r\nRegards,\r\nAdministrator\";}s:10:\"mask_login\";a:4:{s:8:\"mask_url\";s:0:\"\";s:16:\"redirect_traffic\";b:0;s:20:\"redirect_traffic_url\";s:0:\"\";s:7:\"enabled\";b:0;}s:8:\"settings\";a:5:{s:9:\"translate\";s:7:\"English\";s:14:\"usage_tracking\";b:0;s:14:\"uninstall_data\";s:4:\"keep\";s:18:\"uninstall_settings\";s:8:\"preserve\";s:18:\"high_contrast_mode\";b:0;}s:16:\"security_headers\";a:16:{s:9:\"sh_xframe\";b:0;s:14:\"sh_xframe_mode\";s:10:\"sameorigin\";s:14:\"sh_xframe_urls\";s:0:\"\";s:17:\"sh_xss_protection\";b:0;s:22:\"sh_xss_protection_mode\";s:8:\"sanitize\";s:23:\"sh_content_type_options\";b:0;s:28:\"sh_content_type_options_mode\";s:7:\"nosniff\";s:19:\"sh_strict_transport\";b:0;s:12:\"hsts_preload\";i:0;s:17:\"include_subdomain\";i:0;s:19:\"hsts_cache_duration\";s:7:\"30 days\";s:18:\"sh_referrer_policy\";b:0;s:23:\"sh_referrer_policy_mode\";s:24:\"origin-when-cross-origin\";s:17:\"sh_feature_policy\";b:0;s:22:\"sh_feature_policy_mode\";s:4:\"self\";s:22:\"sh_feature_policy_urls\";s:0:\"\";}}}','no'),(206,'wdp_un_membership_data','a:6:{s:10:\"membership\";s:4:\"full\";s:21:\"membership_full_level\";s:21:\"full-unlimited-site-2\";s:28:\"membership_excluded_projects\";a:0:{}s:17:\"membership_access\";b:1;s:8:\"services\";a:3:{s:6:\"uptime\";i:0;s:8:\"automate\";i:0;s:7:\"reports\";i:0;}s:11:\"hub_site_id\";s:7:\"1920292\";}','no'),(207,'wdp_un_last_run_sync','a:3:{s:4:\"time\";i:1612463857;s:4:\"hash\";s:32:\"5962a95c7f6982b62c8603e88bd552e8\";s:5:\"fails\";i:0;}','no'),(274,'smush_global_stats','a:9:{s:11:\"size_before\";i:12542169;s:10:\"size_after\";i:9157409;s:7:\"percent\";d:27;s:5:\"human\";s:6:\"3.2 MB\";s:5:\"bytes\";i:3384760;s:12:\"total_images\";i:421;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(208,'wdp_un_translation_updates_available','a:0:{}','no'),(210,'wdp_un_enable_sso','1','no'),(211,'wdp_un_sso_userid','1','no'),(214,'wpmudev_apikey','aec1c03f56e4015177fb4fc2f8438af6176b9542','no'),(235,'wd_db_version','2.3.1','no'),(236,'wd_hardener_settings','{\"id\":\"wd_hardener_settings\",\"issues\":[\"disable-trackback\",\"wp-version\",\"php-version\",\"disable-file-editor\",\"prevent-enum-users\",\"security-key\",\"protect-information\",\"prevent-php-executed\",\"login-duration\",\"disable-xml-rpc\"],\"fixed\":[\"replace-admin-username\",\"hide-error\"],\"ignore\":[],\"last_status_check\":1612479206,\"notification\":true,\"notification_repeat\":false,\"receipts\":[{\"first_name\":\"lwelborn\",\"email\":\"LaceyWelborn@gmail.com\"}],\"data\":{\"head_requests\":{\"http:\\/\\/dks.welbornwebsites.com\\/wp-content\\/plugins\\/wp-defender\\/languages\\/wpdef-default.pot\":{\"ttl\":1612499236,\"data\":{\"server\":\"nginx\\/1.19.3\",\"date\":\"Thu, 04 Feb 2021 04:27:16 GMT\",\"content-type\":\"application\\/vnd.ms-powerpoint\",\"content-length\":\"229698\",\"last-modified\":\"Mon, 17 Aug 2020 23:36:51 GMT\",\"x-proxy-cache\":\"MISS\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"http:\\/\\/dks.welbornwebsites.com\\/wp-content\\/uploads\\/wp-defender\\/index.php\":{\"ttl\":1612550256,\"data\":{\"server\":\"nginx\\/1.19.3\",\"date\":\"Thu, 04 Feb 2021 18:37:36 GMT\",\"content-type\":\"application\\/octet-stream\",\"content-length\":\"0\",\"last-modified\":\"Mon, 17 Aug 2020 23:36:54 GMT\",\"etag\":\"\\\"5f3b1496-0\\\"\",\"expires\":\"Thu, 11 Feb 2021 18:37:36 GMT\",\"cache-control\":[\"max-age=604800\",\"public, must-revalidate\"],\"x-proxy-cache\":\"STATIC\\/PATH\",\"accept-ranges\":\"bytes\",\"response_code\":200}},\"https:\\/\\/dks.welbornwebsites.com\\/wp-content\\/plugins\\/wp-defender\\/languages\\/wpdef-default.pot\":{\"ttl\":1612557977,\"data\":{\"server\":\"nginx\\/1.19.3\",\"date\":\"Thu, 04 Feb 2021 20:46:17 GMT\",\"content-type\":\"application\\/vnd.ms-powerpoint\",\"content-length\":\"229698\",\"last-modified\":\"Mon, 17 Aug 2020 23:36:51 GMT\",\"x-proxy-cache\":\"MISS\",\"accept-ranges\":\"bytes\",\"response_code\":200}}}},\"exclude_file_paths\":[],\"new_htconfig\":[],\"active_server\":\"nginx\",\"last_seen\":1597707414,\"last_sent\":1599768160,\"min_php_version\":\"7.3\",\"stable_php_version\":\"7.4\",\"is_prefix_changed\":false,\"automate\":false}','no'),(262,'wp-smush-install-type','existing','no'),(263,'wp-smush-last_run_sync','a:2:{s:4:\"time\";i:1612463856;s:5:\"fails\";i:0;}','no'),(264,'wp_smush_api_auth','a:1:{s:40:\"aec1c03f56e4015177fb4fc2f8438af6176b9542\";a:2:{s:8:\"validity\";s:5:\"valid\";s:9:\"timestamp\";i:1612463856;}}','no'),(265,'wp-smush-version','3.6.3','no'),(297,'forminator_version','1.13.4','yes'),(298,'widget_forminator_widget','a:2:{s:12:\"_multiwidget\";i:1;i:3;a:3:{s:5:\"title\";s:15:\"Request Service\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";}}','yes'),(365,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-debf1dbd4fd6aa5e85c876d6736ad3b8\";a:3:{s:5:\"token\";s:0:\"\";s:5:\"email\";s:0:\"\";s:5:\"quota\";i:-1;}}}','yes'),(364,'updraftplus_version','1.16.26','yes'),(363,'updraftplus_tour_cancelled_on','intro','yes'),(366,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-1be775eff7ebb2197b3f464f249697e2\";a:7:{s:6:\"appkey\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:472:\"Pons58x6qXkw+wbTeCaVVBJ7i5c3DdmEBmL5iMQ2yiUSOBk+wyouP51TZBADpb7OpAUdULGZaoOqRPpNTt/Oqru6TUJ94u0xp2BwqbuJ1azcPkj7CqAKpnemb3G78UjN15rOnrqbCdqVP8dxRnK5+dqKGoLtTg5iUJ+s7RpfBCjh91h7EYgeXKE07kwmXHsW/S5q+cezQRxdVhgN/rIKFSYNvykbMUZ466ixeRB8362kBIZF0sM6iUTPJIFUQBYhHT7gh/w9P5SSQxoSuWLtV+Xu0h6+0xZ6PuJrTHGZEwdd82tRLIjHo8VHtXxO48t1gyDMAQShBWVDTh1i0MFO48ObP2jWo4iQ3ZwcwIg6vM14SGOg7fhuo5JEiAsIQZJs5dFIZu98js33NfCBT6kzBUPXKvXGGBvBhDOZDlfdsJ1N0rMpMHw9YWcw76ymQJRUPYlLE9YS/UXxpUM1cL3ipQ==\";s:9:\"ownername\";s:13:\"Lacey Welborn\";s:4:\"CSRF\";s:0:\"\";s:16:\"instance_enabled\";i:1;}}}','yes'),(367,'updraft_s3','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-6ffab0382db445fe12acc488c9613af7\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(368,'updraft_cloudfiles','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-06d58f8e310920e344ddc4f5f437d5a1\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(369,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-8d04af7d89af39943e17befb0b8748f8\";a:4:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:5:\"token\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(370,'updraft_onedrive','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(371,'updraft_ftp','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-941ba7bf859b6ec3be2a2548ed1cb18a\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(372,'updraft_azure','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(393,'updraft_include_plugins','1','yes'),(373,'updraft_sftp','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(374,'updraft_googlecloud','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(375,'updraft_backblaze','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(376,'updraft_webdav','a:1:{s:7:\"version\";s:1:\"1\";}','yes'),(377,'updraft_s3generic','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-cf6d2630d152029c6d98bc7dbabefd54\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:0:\"\";}}}','yes'),(378,'updraft_openstack','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-4fa2c6703d2ee707f8ba18b307892be7\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(379,'updraft_dreamobjects','a:2:{s:7:\"version\";s:1:\"1\";s:8:\"settings\";a:1:{s:34:\"s-8b1057d3e3f551480c6dd17929965910\";a:4:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";s:8:\"endpoint\";s:26:\"objects-us-east-1.dream.io\";}}}','yes'),(383,'updraft_email','','yes'),(384,'updraft_report_warningsonly','a:0:{}','yes'),(380,'updraftplus-addons_siteid','92b53a45a0fe6b374a7364b4ea354cad','no'),(382,'updraft_retain_extrarules','a:0:{}','yes'),(385,'updraft_report_wholebackup','a:0:{}','yes'),(386,'updraft_extradbs','a:0:{}','yes'),(387,'updraft_include_more_path','a:0:{}','yes'),(388,'updraft_interval','daily','yes'),(389,'updraft_retain','2','yes'),(390,'updraft_interval_database','daily','yes'),(391,'updraft_retain_db','2','yes'),(392,'updraft_service','dropbox','yes'),(394,'updraft_include_themes','1','yes'),(395,'updraft_include_uploads','1','yes'),(396,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(397,'updraft_include_others','1','yes'),(398,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(399,'updraft_split_every','400','yes'),(400,'updraft_delete_local','1','yes'),(401,'updraft_dir','updraft','yes'),(402,'updraft_debug_mode','0','yes'),(403,'updraft_ssl_useservercerts','0','yes'),(404,'updraft_ssl_disableverify','0','yes'),(405,'updraft_ssl_nossl','0','yes'),(406,'updraft_auto_updates','0','yes'),(407,'updraft_lastmessage','The backup apparently succeeded and is now complete (Feb 04 04:28:00)','yes'),(411,'forminator_entries_export_schedule','a:0:{}','yes'),(432,'forminator_posts_map','a:0:{}','yes'),(413,'updraftplus_unlocked_fd','1','no'),(414,'updraftplus_last_lock_time_fd','2021-02-04 04:27:17','no'),(415,'updraftplus_semaphore_fd','0','no'),(416,'updraft_last_scheduled_fd','1612412837','yes'),(770,'category_children','a:0:{}','yes'),(418,'updraft_backup_history','a:2:{i:1612412837;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-plugins.zip\";}s:12:\"plugins-size\";i:26685822;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-themes.zip\";}s:11:\"themes-size\";i:4421502;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-uploads.zip\";}s:12:\"uploads-size\";i:29872546;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-others.zip\";}s:11:\"others-size\";i:2858344;s:2:\"db\";s:72:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-db.gz\";s:7:\"db-size\";i:220481;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e12e465adc3199addd8fb9c17efbb323b691a97d\";s:7:\"themes0\";s:40:\"d27cd4532fe3ee1396e9ae6463f6f3ebd810d20a\";s:8:\"uploads0\";s:40:\"108dbd610193f3d38dac242a786eb7e33dcfd7b2\";s:7:\"others0\";s:40:\"0281a29e82e9719e5f1ae96b8a4fe79cc27aebc0\";s:3:\"db0\";s:40:\"0fd5ff80ff38f5086544fe4061018f8c28d03406\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"13eca752a8bb69feffb4d86703378e365883b99385025926485c687f3056de4d\";s:7:\"themes0\";s:64:\"eadc1ed5fbc9cb570e764528a13f35afb5061787811aff4173c93a05fc02c3ad\";s:8:\"uploads0\";s:64:\"76905592933723699e6ec6fa43a9243dee4b4cd3feafe561d91209f5f2380975\";s:7:\"others0\";s:64:\"df7fda0eff891dcf46ed56cd3648ef9429a88c6321e46b4f617fc0c882472fad\";s:3:\"db0\";s:64:\"a8d72b747110cc5ba5603754882113f20cab97ee7a293b695d36805b183078ba\";}}s:5:\"nonce\";s:12:\"09c0a3149ece\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-1be775eff7ebb2197b3f464f249697e2\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1612412837;s:6:\"themes\";i:1612412844;s:7:\"uploads\";i:1612412845;s:6:\"others\";i:1612412846;}s:18:\"created_by_version\";s:7:\"1.16.26\";s:21:\"last_saved_by_version\";s:7:\"1.16.26\";s:12:\"is_multisite\";b:0;}i:1612326375;a:19:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-02-03-0426_Diversified_Cleaning_Solutions_edf96ed4a443-plugins.zip\";}s:12:\"plugins-size\";i:26685822;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-02-03-0426_Diversified_Cleaning_Solutions_edf96ed4a443-themes.zip\";}s:11:\"themes-size\";i:4421502;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2021-02-03-0426_Diversified_Cleaning_Solutions_edf96ed4a443-uploads.zip\";}s:12:\"uploads-size\";i:29872546;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-02-03-0426_Diversified_Cleaning_Solutions_edf96ed4a443-others.zip\";}s:11:\"others-size\";i:2858344;s:2:\"db\";s:72:\"backup_2021-02-03-0426_Diversified_Cleaning_Solutions_edf96ed4a443-db.gz\";s:7:\"db-size\";i:220438;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"f9446444c548baf8f98d1db5b0494fa5976f3d83\";s:7:\"themes0\";s:40:\"b6aeba768d4194ffb0ca8408f1e86d5a7bef954b\";s:8:\"uploads0\";s:40:\"b1a68f5b317202b481837834a1495390b0100839\";s:7:\"others0\";s:40:\"95d9445a599bdad2df837bc4a882a8fd9d824a84\";s:3:\"db0\";s:40:\"3ed99360c66f46f169d6150f92fa9a5f6a138da4\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"09df80be7f2c20d88602c1563465e76f7f9287f5e8f6ac83b4e2d92e19171ac3\";s:7:\"themes0\";s:64:\"74bef6f2afbdc8e71bbff96fbc63f2f0add60a39673b3e04e0610846f889e0db\";s:8:\"uploads0\";s:64:\"dd679f555dc41dd8cd6a1a66c428a9406c9520be8d29f7d56ee0ee623ceb4cbc\";s:7:\"others0\";s:64:\"a335e595905747350f292b4e3f7cf0c4ff33ed5e876103447b1f134842086759\";s:3:\"db0\";s:64:\"508f8f7e440251ec285c082b31161d2aaa8c47381bb55dc670f9bfe5fd8a1b4c\";}}s:5:\"nonce\";s:12:\"edf96ed4a443\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-1be775eff7ebb2197b3f464f249697e2\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1612326376;s:6:\"themes\";i:1612326382;s:7:\"uploads\";i:1612326383;s:6:\"others\";i:1612326385;}s:18:\"created_by_version\";s:7:\"1.16.26\";s:21:\"last_saved_by_version\";s:7:\"1.16.26\";s:12:\"is_multisite\";b:0;}}','no'),(419,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1612412837;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:78:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-plugins.zip\";}s:12:\"plugins-size\";i:26685822;s:6:\"themes\";a:1:{i:0;s:77:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-themes.zip\";}s:11:\"themes-size\";i:4421502;s:7:\"uploads\";a:1:{i:0;s:78:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-uploads.zip\";}s:12:\"uploads-size\";i:29872546;s:6:\"others\";a:1:{i:0;s:77:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-others.zip\";}s:11:\"others-size\";i:2858344;s:2:\"db\";s:72:\"backup_2021-02-04-0427_Diversified_Cleaning_Solutions_09c0a3149ece-db.gz\";s:7:\"db-size\";i:220481;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"e12e465adc3199addd8fb9c17efbb323b691a97d\";s:7:\"themes0\";s:40:\"d27cd4532fe3ee1396e9ae6463f6f3ebd810d20a\";s:8:\"uploads0\";s:40:\"108dbd610193f3d38dac242a786eb7e33dcfd7b2\";s:7:\"others0\";s:40:\"0281a29e82e9719e5f1ae96b8a4fe79cc27aebc0\";s:3:\"db0\";s:40:\"0fd5ff80ff38f5086544fe4061018f8c28d03406\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"13eca752a8bb69feffb4d86703378e365883b99385025926485c687f3056de4d\";s:7:\"themes0\";s:64:\"eadc1ed5fbc9cb570e764528a13f35afb5061787811aff4173c93a05fc02c3ad\";s:8:\"uploads0\";s:64:\"76905592933723699e6ec6fa43a9243dee4b4cd3feafe561d91209f5f2380975\";s:7:\"others0\";s:64:\"df7fda0eff891dcf46ed56cd3648ef9429a88c6321e46b4f617fc0c882472fad\";s:3:\"db0\";s:64:\"a8d72b747110cc5ba5603754882113f20cab97ee7a293b695d36805b183078ba\";}}}s:7:\"success\";i:1;s:6:\"errors\";a:0:{}s:12:\"backup_nonce\";s:12:\"09c0a3149ece\";}','yes'),(1896,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.6.1\";s:7:\"version\";s:5:\"5.6.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1612463857;s:15:\"version_checked\";s:5:\"5.5.3\";s:12:\"translations\";a:0:{}}','no'),(583,'wp-smush-cdn_status','O:8:\"stdClass\":8:{s:5:\"limit\";i:32;s:11:\"cdn_enabled\";b:0;s:7:\"site_id\";s:7:\"1920292\";s:12:\"endpoint_url\";N;s:14:\"bandwidth_plan\";i:250;s:9:\"bandwidth\";N;s:4:\"hits\";N;s:12:\"cache_misses\";N;}','no'),(576,'_transient_health-check-site-status-result','{\"good\":9,\"recommended\":10,\"critical\":1}','yes'),(3448,'_transient_timeout_sow:cleared','1612627283','no'),(3449,'_transient_sow:cleared','1','no'),(1256,'wp-smush-lazy_load','a:8:{s:6:\"format\";a:5:{s:4:\"jpeg\";b:1;s:3:\"png\";b:1;s:3:\"gif\";b:1;s:3:\"svg\";b:1;s:6:\"iframe\";b:1;}s:6:\"output\";a:4:{s:7:\"content\";b:1;s:7:\"widgets\";b:1;s:10:\"thumbnails\";b:1;s:9:\"gravatars\";b:1;}s:9:\"animation\";a:4:{s:8:\"selected\";s:6:\"fadein\";s:6:\"fadein\";a:2:{s:8:\"duration\";i:400;s:5:\"delay\";i:0;}s:7:\"spinner\";a:2:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}}s:11:\"placeholder\";a:3:{s:8:\"selected\";i:1;s:6:\"custom\";a:0:{}s:5:\"color\";s:7:\"#F3F3F3\";}}s:7:\"include\";a:7:{s:9:\"frontpage\";b:1;s:4:\"home\";b:1;s:4:\"page\";b:1;s:6:\"single\";b:1;s:7:\"archive\";b:1;s:8:\"category\";b:1;s:3:\"tag\";b:1;}s:13:\"exclude-pages\";a:0:{}s:15:\"exclude-classes\";a:0:{}s:6:\"footer\";b:1;s:6:\"native\";b:0;}','yes'),(1255,'dir_smush_stats','a:2:{s:9:\"dir_smush\";a:2:{s:5:\"total\";i:0;s:9:\"optimised\";i:0;}s:14:\"combined_stats\";a:0:{}}','no'),(1257,'skip-smush-setup','1','yes'),(1333,'widget_sow-simple-masonry','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(748,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(740,'forminator_form_privacy_settings','a:0:{}','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1041 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (2,3,'_wp_page_template','default'),(6,7,'vantage_panels_no_legacy','true'),(154,52,'vantage_panels_no_legacy','true'),(7,7,'_edit_last','1'),(8,7,'_edit_lock','1605557830:1'),(9,7,'_wp_page_template','templates/template-full-notitle.php'),(10,8,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"72d2aa64-34ad-4ebb-b5ae-4d3082f267ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"422f9940-bb69-45cf-966d-62dbb6e8dada\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"b0a0f0c8-6a02-41a8-82f6-bf7a1f84a462\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(11,7,'vantage_metaslider_slider',''),(12,7,'vantage_metaslider_slider_stretch','1'),(13,7,'vantage_menu_icon',''),(14,7,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:15:\"masthead_margin\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(15,7,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:295;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1605557654977\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:13:\"width: 300px;\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(16,9,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-910002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-910004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(17,10,'vantage_panels_no_legacy','true'),(18,10,'_edit_last','1'),(19,10,'_edit_lock','1599870039:1'),(20,10,'_wp_page_template','default'),(21,11,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:14:\"Soaking Center\";s:4:\"text\";s:4104:\"<h2>DKS Soaking Center</h2>\n<p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1597709891350\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(22,10,'vantage_metaslider_slider',''),(23,10,'vantage_metaslider_slider_stretch','1'),(24,10,'vantage_menu_icon',''),(25,10,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(26,10,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:18:\"DKS Soaking Center\";s:4:\"text\";s:4243:\"<p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1599870160851\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(905,249,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:18:\"DKS Soaking Center\";s:4:\"text\";s:4243:\"<p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1599870160851\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(27,12,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:14:\"Soaking Center\";s:4:\"text\";s:4104:\"<h2>DKS Soaking Center</h2>\n<p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1597709891350\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(894,241,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:20:\"This Month\'s Special\";s:4:\"text\";s:1441:\"<h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17119817935f3b1fd086ad9656974920\";s:19:\"_sow_form_timestamp\";s:13:\"1599869682071\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f2114341-b27c-4aa2-963a-574335cad23e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(39,16,'vantage_panels_no_legacy','true'),(40,16,'_edit_last','1'),(41,16,'_edit_lock','1599870183:1'),(42,16,'_wp_page_template','default'),(43,17,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:21:\"Grease Filter Service\";s:4:\"text\";s:1375:\"<h2>FEATURES & BENEFITS</h2>\n<h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1597710212621\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(44,16,'vantage_metaslider_slider',''),(45,16,'vantage_metaslider_slider_stretch','1'),(46,16,'vantage_menu_icon',''),(47,16,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:10:\"page_title\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(48,16,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:23:\"FEATURES & BENEFITS\";s:4:\"text\";s:1699:\"<h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1599870308647\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(910,251,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:23:\"FEATURES & BENEFITS\";s:4:\"text\";s:1699:\"<h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1599870308647\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(49,18,'vantage_panels_no_legacy','true'),(50,18,'_edit_last','1'),(51,18,'_edit_lock','1600215623:1'),(52,18,'_wp_page_template','default'),(53,19,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19:\"<p>Coming Soon</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3065586795f3b1f9d073b8828756163\";s:19:\"_sow_form_timestamp\";s:13:\"1597710245202\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"af3ee8b7-1b2d-4ea4-bc98-53f7bc0d3ac2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(54,18,'vantage_metaslider_slider',''),(55,18,'vantage_metaslider_slider_stretch','1'),(56,18,'vantage_menu_icon',''),(57,18,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(58,18,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1600215634312\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600215642708\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1600215651785\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 34\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215660989\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 36\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215670907\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 38\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215686936\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(59,20,'vantage_panels_no_legacy','true'),(60,20,'_edit_last','1'),(61,20,'_edit_lock','1599870352:1'),(62,20,'_wp_page_template','default'),(63,21,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:20:\"This Month\'s Special\";s:4:\"text\";s:1248:\"<h3>Strike Bac Germicidal</h3>\n<h1>Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17119817935f3b1fd086ad9656974920\";s:19:\"_sow_form_timestamp\";s:13:\"1597710409128\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f2114341-b27c-4aa2-963a-574335cad23e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(64,20,'vantage_metaslider_slider',''),(65,20,'vantage_metaslider_slider_stretch','1'),(66,20,'vantage_menu_icon',''),(67,20,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(68,20,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:20:\"This Month\'s Special\";s:4:\"text\";s:1441:\"<h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17119817935f3b1fd086ad9656974920\";s:19:\"_sow_form_timestamp\";s:13:\"1599869682071\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f2114341-b27c-4aa2-963a-574335cad23e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(895,242,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:20:\"This Month\'s Special\";s:4:\"text\";s:1441:\"<h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17119817935f3b1fd086ad9656974920\";s:19:\"_sow_form_timestamp\";s:13:\"1599869682071\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f2114341-b27c-4aa2-963a-574335cad23e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(69,22,'vantage_panels_no_legacy','true'),(70,22,'_edit_last','1'),(71,22,'_edit_lock','1597710382:1'),(72,22,'_wp_page_template','templates/template-full.php'),(73,23,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:48:\"CA Cleaning Product RTK Link to Designated Lists\";s:4:\"text\";s:5956:\"<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6487252625f3b2092b8f6e841431996\";s:19:\"_sow_form_timestamp\";s:13:\"1597710496120\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"58988970-5ea5-4dda-b693-123308ec6545\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(74,22,'vantage_metaslider_slider',''),(75,22,'vantage_metaslider_slider_stretch','1'),(76,22,'vantage_menu_icon',''),(77,22,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(78,22,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:48:\"CA Cleaning Product RTK Link to Designated Lists\";s:4:\"text\";s:5956:\"<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6487252625f3b2092b8f6e841431996\";s:19:\"_sow_form_timestamp\";s:13:\"1597710496120\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c8e79a4b-ef66-48d0-8488-80b487bed423\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(81,26,'vantage_panels_no_legacy','true'),(79,24,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:48:\"CA Cleaning Product RTK Link to Designated Lists\";s:4:\"text\";s:5956:\"<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6487252625f3b2092b8f6e841431996\";s:19:\"_sow_form_timestamp\";s:13:\"1597710496120\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c8e79a4b-ef66-48d0-8488-80b487bed423\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(80,25,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:48:\"CA Cleaning Product RTK Link to Designated Lists\";s:4:\"text\";s:5956:\"<table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6487252625f3b2092b8f6e841431996\";s:19:\"_sow_form_timestamp\";s:13:\"1597710496120\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c8e79a4b-ef66-48d0-8488-80b487bed423\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(82,26,'_edit_last','1'),(83,26,'_edit_lock','1600216352:1'),(88,28,'vantage_panels_no_legacy','true'),(85,27,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:4:\"text\";s:831:\"<p>This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"15776599515f3b20da07313657395178\";s:19:\"_sow_form_timestamp\";s:13:\"1597710608300\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d208d3ad-7e86-4e6c-81d9-11ad81edc080\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(86,26,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(87,26,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1115:\"<p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"15776599515f3b20da07313657395178\";s:19:\"_sow_form_timestamp\";s:13:\"1600216488953\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d208d3ad-7e86-4e6c-81d9-11ad81edc080\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(89,28,'_edit_last','1'),(90,28,'_edit_lock','1600216270:1'),(95,30,'vantage_panels_no_legacy','true'),(92,29,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:398:\"<p>10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"10711667605f3b213bb6b30254293630\";s:19:\"_sow_form_timestamp\";s:13:\"1597710676175\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4cd325d1-27ea-4439-a63d-79d50a2020e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(93,28,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(94,28,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:676:\"<p><img class=\"alignright wp-image-261 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Strike-Bac-edit-400x512.jpeg\" alt=\"\" width=\"400\" height=\"512\" />10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"10711667605f3b213bb6b30254293630\";s:19:\"_sow_form_timestamp\";s:13:\"1600216283473\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4cd325d1-27ea-4439-a63d-79d50a2020e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-2810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(96,30,'_edit_last','1'),(97,30,'_edit_lock','1600216334:1'),(102,32,'vantage_panels_no_legacy','true'),(99,31,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:4:\"text\";s:866:\"<p>This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p>CA RTK Designated List</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"19269633425f3b216900542956195598\";s:19:\"_sow_form_timestamp\";s:13:\"1597710717021\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"094c43e0-1dfb-42de-8a3a-ec3686ff5df2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(100,30,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(101,30,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1199:\"<p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"19269633425f3b216900542956195598\";s:19:\"_sow_form_timestamp\";s:13:\"1600216473930\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"094c43e0-1dfb-42de-8a3a-ec3686ff5df2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(103,32,'_edit_last','1'),(104,32,'_edit_lock','1600216088:1'),(109,34,'vantage_panels_no_legacy','true'),(106,33,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:4:\"text\";s:432:\"<p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"9432743495f3b219b4cf7e705464915\";s:19:\"_sow_form_timestamp\";s:13:\"1597710776941\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79840e4f-2776-44f1-a9c5-4f89c0da8f86\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(107,32,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(108,32,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:4:\"text\";s:542:\"<p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel-Polish.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"9432743495f3b219b4cf7e705464915\";s:19:\"_sow_form_timestamp\";s:13:\"1599770014486\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79840e4f-2776-44f1-a9c5-4f89c0da8f86\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(110,34,'_edit_last','1'),(111,34,'_edit_lock','1600216315:1'),(117,36,'vantage_panels_no_legacy','true'),(113,35,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:4:\"text\";s:413:\"<p>Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1442320465f3b21cc844de266019221\";s:19:\"_sow_form_timestamp\";s:13:\"1597710830051\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c9f68c60-013d-4747-81ec-00e8ea14296b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(114,34,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(115,34,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:690:\"<p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1442320465f3b21cc844de266019221\";s:19:\"_sow_form_timestamp\";s:13:\"1600216454284\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c9f68c60-013d-4747-81ec-00e8ea14296b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(118,36,'_edit_last','1'),(119,36,'_edit_lock','1600216300:1'),(124,38,'vantage_panels_no_legacy','true'),(121,37,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:4:\"text\";s:971:\"<p>This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6542811165f3b2205cda16043487720\";s:19:\"_sow_form_timestamp\";s:13:\"1597710893731\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5a9c122a-4400-4fe5-b69e-8217dc801a82\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(122,36,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(123,36,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1248:\"<p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6542811165f3b2205cda16043487720\";s:19:\"_sow_form_timestamp\";s:13:\"1600216439984\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5a9c122a-4400-4fe5-b69e-8217dc801a82\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(125,38,'_edit_last','1'),(126,38,'_edit_lock','1600216286:1'),(132,40,'_wp_attached_file','2020/08/10p-Quat-Rinse.pdf'),(128,39,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:587:\"<p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1597710936489\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(129,38,'siteorigin_page_settings','a:6:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(130,38,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:862:\"<p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1600216425778\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-3810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(133,41,'_wp_attached_file','2020/08/Grease-Buster.pdf'),(134,42,'_wp_attached_file','2020/08/Lime-Remover.pdf'),(135,43,'_wp_attached_file','2020/08/Mighty-Clean-Pot-and-Pan.pdf'),(136,44,'_wp_attached_file','2020/08/Oven-and-Grill.pdf'),(137,45,'_wp_attached_file','2020/08/Stainless-Steel-Polish.pdf'),(138,46,'_wp_attached_file','2020/08/Window-Cleaner.pdf'),(139,47,'_wp_attached_file','2020/08/STRIKEBAC-rotated.jpg'),(140,47,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:29:\"2020/08/STRIKEBAC-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:21:\"STRIKEBAC-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone XS Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1584609473\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:13:\"STRIKEBAC.jpg\";}'),(141,47,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.4761789787817622965349073638208210468292236328125;s:5:\"bytes\";i:32049;s:11:\"size_before\";i:207086;s:10:\"size_after\";i:175037;s:4:\"time\";d:0.939999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:23878;s:10:\"size_after\";i:19930;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:5560;s:10:\"size_after\";i:4522;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:6737;s:11:\"size_before\";i:41678;s:10:\"size_after\";i:34941;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:122;s:11:\"size_before\";i:40093;s:10:\"size_after\";i:34819;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:8308;s:11:\"size_before\";i:51263;s:10:\"size_after\";i:42955;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.719999999999998863131622783839702606201171875;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:10797;s:10:\"size_after\";i:8992;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3620;s:11:\"size_before\";i:23519;s:10:\"size_after\";i:19899;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:13;s:11:\"size_before\";i:10298;s:10:\"size_after\";i:8979;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(142,48,'_wp_attached_file','2020/08/handsoap.png'),(143,48,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:479;s:4:\"file\";s:20:\"2020/08/handsoap.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"handsoap-331x400.png\";s:5:\"width\";i:331;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"handsoap-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"handsoap-396x380.png\";s:5:\"width\";i:396;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"handsoap-396x380.png\";s:5:\"width\";i:396;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"handsoap-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"handsoap-396x272.png\";s:5:\"width\";i:396;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"handsoap-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(144,49,'_wp_attached_file','2020/08/soaktank-scaled.jpg'),(145,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2141;s:4:\"file\";s:27:\"2020/08/soaktank-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"soaktank-400x335.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"soaktank-1024x856.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"soaktank-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"soaktank-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:22:\"soaktank-1536x1285.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:22:\"soaktank-2048x1713.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"soaktank-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:21:\"soaktank-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"soaktank-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"soaktank-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"soaktank-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"soaktank-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:12:\"soaktank.jpg\";}'),(146,49,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.72579340858862195773326675407588481903076171875;s:5:\"bytes\";i:160891;s:11:\"size_before\";i:907666;s:10:\"size_after\";i:746775;s:4:\"time\";d:2.9599999999999990762944435118697583675384521484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:4164;s:11:\"size_before\";i:24023;s:10:\"size_after\";i:19859;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:17462;s:11:\"size_before\";i:100535;s:10:\"size_after\";i:83073;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:6609;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:11017;s:11:\"size_before\";i:64832;s:10:\"size_after\";i:53815;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:35264;s:11:\"size_before\";i:188921;s:10:\"size_after\";i:153657;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:56469;s:11:\"size_before\";i:295072;s:10:\"size_after\";i:238603;s:4:\"time\";d:0.95999999999999996447286321199499070644378662109375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7243;s:11:\"size_before\";i:47198;s:10:\"size_after\";i:39955;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9619;s:11:\"size_before\";i:62275;s:10:\"size_after\";i:52656;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10777;s:11:\"size_before\";i:70420;s:10:\"size_after\";i:59643;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:12111;s:10:\"size_after\";i:9993;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3937;s:11:\"size_before\";i:24173;s:10:\"size_after\";i:20236;s:4:\"time\";d:0.299999999999999988897769753748434595763683319091796875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:110;s:11:\"size_before\";i:11497;s:10:\"size_after\";i:9883;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(147,48,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.7765307301003900875002727843821048736572265625;s:5:\"bytes\";i:434775;s:11:\"size_before\";i:597411;s:10:\"size_after\";i:162636;s:4:\"time\";d:2.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:93423;s:11:\"size_before\";i:125928;s:10:\"size_after\";i:32505;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:20379;s:11:\"size_before\";i:27811;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:89409;s:11:\"size_before\";i:124518;s:10:\"size_after\";i:35109;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116142;s:10:\"size_after\";i:35109;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:41383;s:11:\"size_before\";i:54761;s:10:\"size_after\";i:13378;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:70839;s:11:\"size_before\";i:96564;s:10:\"size_after\";i:25725;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51687;s:10:\"size_after\";i:13378;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(916,253,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25310001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25310003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25310004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25310006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25310007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25310009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25310014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25310015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(155,52,'type','core'),(156,52,'dateFixed',''),(157,52,'dateIgnored',''),(158,52,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:64:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/about.php\";}'),(159,53,'vantage_panels_no_legacy','true'),(160,53,'type','core'),(161,53,'dateFixed',''),(162,53,'dateIgnored',''),(163,53,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:71:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/admin-header.php\";}'),(164,54,'vantage_panels_no_legacy','true'),(165,54,'type','core'),(166,54,'dateFixed',''),(167,54,'dateIgnored',''),(168,54,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:87:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/css/colors/modern/colors-rtl.css\";}'),(169,55,'vantage_panels_no_legacy','true'),(170,55,'type','core'),(171,55,'dateFixed',''),(172,55,'dateIgnored',''),(173,55,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:91:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/css/colors/modern/colors-rtl.min.css\";}'),(174,56,'vantage_panels_no_legacy','true'),(175,56,'type','core'),(176,56,'dateFixed',''),(177,56,'dateIgnored',''),(178,56,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:83:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/css/colors/modern/colors.css\";}'),(179,57,'vantage_panels_no_legacy','true'),(180,57,'type','core'),(181,57,'dateFixed',''),(182,57,'dateIgnored',''),(183,57,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:87:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/css/colors/modern/colors.min.css\";}'),(184,58,'vantage_panels_no_legacy','true'),(185,58,'type','core'),(186,58,'dateFixed',''),(187,58,'dateIgnored',''),(188,58,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:84:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/css/colors/modern/colors.scss\";}'),(189,59,'vantage_panels_no_legacy','true'),(190,59,'type','core'),(191,59,'dateFixed',''),(192,59,'dateIgnored',''),(193,59,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-theme-installer-skin.php\";}'),(194,60,'vantage_panels_no_legacy','true'),(195,60,'type','core'),(196,60,'dateFixed',''),(197,60,'dateIgnored',''),(198,60,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:99:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-walker-category-checklist.php\";}'),(199,61,'vantage_panels_no_legacy','true'),(200,61,'type','core'),(201,61,'dateFixed',''),(202,61,'dateIgnored',''),(203,61,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-automatic-updater.php\";}'),(204,62,'vantage_panels_no_legacy','true'),(205,62,'type','core'),(206,62,'dateFixed',''),(207,62,'dateIgnored',''),(208,62,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:87:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-debug-data.php\";}'),(209,63,'vantage_panels_no_legacy','true'),(210,63,'type','core'),(211,63,'dateFixed',''),(212,63,'dateIgnored',''),(213,63,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-filesystem-ftpext.php\";}'),(214,64,'vantage_panels_no_legacy','true'),(215,64,'type','core'),(216,64,'dateFixed',''),(217,64,'dateIgnored',''),(218,64,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:87:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-list-table.php\";}'),(219,65,'vantage_panels_no_legacy','true'),(220,65,'type','core'),(221,65,'dateFixed',''),(222,65,'dateIgnored',''),(223,65,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:97:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-ms-themes-list-table.php\";}'),(224,66,'vantage_panels_no_legacy','true'),(225,66,'type','core'),(226,66,'dateFixed',''),(227,66,'dateIgnored',''),(228,66,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:95:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-plugins-list-table.php\";}'),(229,67,'vantage_panels_no_legacy','true'),(230,67,'type','core'),(231,67,'dateFixed',''),(232,67,'dateIgnored',''),(233,67,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:101:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-site-health-auto-updates.php\";}'),(234,68,'vantage_panels_no_legacy','true'),(235,68,'type','core'),(236,68,'dateFixed',''),(237,68,'dateIgnored',''),(238,68,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:88:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/class-wp-site-health.php\";}'),(239,69,'vantage_panels_no_legacy','true'),(240,69,'type','core'),(241,69,'dateFixed',''),(242,69,'dateIgnored',''),(243,69,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:76:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/template.php\";}'),(244,70,'vantage_panels_no_legacy','true'),(245,70,'type','core'),(246,70,'dateFixed',''),(247,70,'dateIgnored',''),(248,70,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:75:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/includes/upgrade.php\";}'),(249,71,'vantage_panels_no_legacy','true'),(250,71,'type','core'),(251,71,'dateFixed',''),(252,71,'dateIgnored',''),(253,71,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:67:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/common.js\";}'),(254,72,'vantage_panels_no_legacy','true'),(255,72,'type','core'),(256,72,'dateFixed',''),(257,72,'dateIgnored',''),(258,72,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:71:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/common.min.js\";}'),(259,73,'vantage_panels_no_legacy','true'),(260,73,'type','core'),(261,73,'dateFixed',''),(262,73,'dateIgnored',''),(263,73,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:80:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/theme-plugin-editor.js\";}'),(264,74,'vantage_panels_no_legacy','true'),(265,74,'type','core'),(266,74,'dateFixed',''),(267,74,'dateIgnored',''),(268,74,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:84:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/theme-plugin-editor.min.js\";}'),(269,75,'vantage_panels_no_legacy','true'),(270,75,'type','core'),(271,75,'dateFixed',''),(272,75,'dateIgnored',''),(273,75,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:68:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/updates.js\";}'),(274,76,'vantage_panels_no_legacy','true'),(275,76,'type','core'),(276,76,'dateFixed',''),(277,76,'dateIgnored',''),(278,76,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:72:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/updates.min.js\";}'),(279,77,'vantage_panels_no_legacy','true'),(280,77,'type','core'),(281,77,'dateFixed',''),(282,77,'dateIgnored',''),(283,77,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:68:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/widgets.js\";}'),(284,78,'vantage_panels_no_legacy','true'),(285,78,'type','core'),(286,78,'dateFixed',''),(287,78,'dateIgnored',''),(288,78,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:72:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-admin/js/widgets.min.js\";}'),(289,79,'vantage_panels_no_legacy','true'),(290,79,'type','core'),(291,79,'dateFixed',''),(292,79,'dateIgnored',''),(293,79,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:91:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/assets/script-loader-packages.php\";}'),(294,80,'vantage_panels_no_legacy','true'),(295,80,'type','core'),(296,80,'dateFixed',''),(297,80,'dateIgnored',''),(298,80,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/block-patterns/heading-paragraph.php\";}'),(299,81,'vantage_panels_no_legacy','true'),(300,81,'type','core'),(301,81,'dateFixed',''),(302,81,'dateIgnored',''),(303,81,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:96:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/block-patterns/large-header-button.php\";}'),(304,82,'vantage_panels_no_legacy','true'),(305,82,'type','core'),(306,82,'dateFixed',''),(307,82,'dateIgnored',''),(308,82,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:103:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/block-patterns/text-three-columns-buttons.php\";}'),(309,83,'vantage_panels_no_legacy','true'),(310,83,'type','core'),(311,83,'dateFixed',''),(312,83,'dateIgnored',''),(313,83,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:105:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/block-patterns/text-two-columns-with-images.php\";}'),(314,84,'vantage_panels_no_legacy','true'),(315,84,'type','core'),(316,84,'dateFixed',''),(317,84,'dateIgnored',''),(318,84,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:93:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/block-patterns/text-two-columns.php\";}'),(319,85,'vantage_panels_no_legacy','true'),(320,85,'type','core'),(321,85,'dateFixed',''),(322,85,'dateIgnored',''),(323,85,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:71:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/canonical.php\";}'),(324,86,'vantage_panels_no_legacy','true'),(325,86,'type','core'),(326,86,'dateFixed',''),(327,86,'dateIgnored',''),(328,86,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:78:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/class.wp-scripts.php\";}'),(329,87,'vantage_panels_no_legacy','true'),(330,87,'type','core'),(331,87,'dateFixed',''),(332,87,'dateIgnored',''),(333,87,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:78:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/comment-template.php\";}'),(334,88,'vantage_panels_no_legacy','true'),(335,88,'type','core'),(336,88,'dateFixed',''),(337,88,'dateIgnored',''),(338,88,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:93:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-editor/style-rtl.css\";}'),(339,89,'vantage_panels_no_legacy','true'),(340,89,'type','core'),(341,89,'dateFixed',''),(342,89,'dateIgnored',''),(343,89,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:97:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-editor/style-rtl.min.css\";}'),(344,90,'vantage_panels_no_legacy','true'),(345,90,'type','core'),(346,90,'dateFixed',''),(347,90,'dateIgnored',''),(348,90,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:89:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-editor/style.css\";}'),(349,91,'vantage_panels_no_legacy','true'),(350,91,'type','core'),(351,91,'dateFixed',''),(352,91,'dateIgnored',''),(353,91,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:93:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-editor/style.min.css\";}'),(354,92,'vantage_panels_no_legacy','true'),(355,92,'type','core'),(356,92,'dateFixed',''),(357,92,'dateIgnored',''),(358,92,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-library/style-rtl.css\";}'),(359,93,'vantage_panels_no_legacy','true'),(360,93,'type','core'),(361,93,'dateFixed',''),(362,93,'dateIgnored',''),(363,93,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:98:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-library/style-rtl.min.css\";}'),(364,94,'vantage_panels_no_legacy','true'),(365,94,'type','core'),(366,94,'dateFixed',''),(367,94,'dateIgnored',''),(368,94,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:90:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-library/style.css\";}'),(369,95,'vantage_panels_no_legacy','true'),(370,95,'type','core'),(371,95,'dateFixed',''),(372,95,'dateIgnored',''),(373,95,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:94:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/css/dist/block-library/style.min.css\";}'),(374,96,'vantage_panels_no_legacy','true'),(375,96,'type','core'),(376,96,'dateFixed',''),(377,96,'dateIgnored',''),(378,96,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:72:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/formatting.php\";}'),(379,97,'vantage_panels_no_legacy','true'),(380,97,'type','core'),(381,97,'dateFixed',''),(382,97,'dateIgnored',''),(383,97,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:78:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/general-template.php\";}'),(384,98,'vantage_panels_no_legacy','true'),(385,98,'type','core'),(386,98,'dateFixed',''),(387,98,'dateIgnored',''),(388,98,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:77:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/comment-reply.js\";}'),(389,99,'vantage_panels_no_legacy','true'),(390,99,'type','core'),(391,99,'dateFixed',''),(392,99,'dateIgnored',''),(393,99,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:81:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/comment-reply.min.js\";}'),(394,100,'vantage_panels_no_legacy','true'),(395,100,'type','core'),(396,100,'dateFixed',''),(397,100,'dateIgnored',''),(398,100,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:81:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/dist/block-editor.js\";}'),(399,101,'vantage_panels_no_legacy','true'),(400,101,'type','core'),(401,101,'dateFixed',''),(402,101,'dateIgnored',''),(403,101,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:85:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/dist/block-editor.min.js\";}'),(404,102,'vantage_panels_no_legacy','true'),(405,102,'type','core'),(406,102,'dateFixed',''),(407,102,'dateIgnored',''),(408,102,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:79:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/dist/components.js\";}'),(409,103,'vantage_panels_no_legacy','true'),(410,103,'type','core'),(411,103,'dateFixed',''),(412,103,'dateIgnored',''),(413,103,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:83:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/js/dist/components.min.js\";}'),(414,104,'vantage_panels_no_legacy','true'),(415,104,'type','core'),(416,104,'dateFixed',''),(417,104,'dateIgnored',''),(418,104,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:66:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/load.php\";}'),(419,105,'vantage_panels_no_legacy','true'),(420,105,'type','core'),(421,105,'dateFixed',''),(422,105,'dateIgnored',''),(423,105,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:67:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/media.php\";}'),(424,106,'vantage_panels_no_legacy','true'),(425,106,'type','core'),(426,106,'dateFixed',''),(427,106,'dateIgnored',''),(428,106,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:121:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php\";}'),(429,107,'vantage_panels_no_legacy','true'),(430,107,'type','core'),(431,107,'dateFixed',''),(432,107,'dateIgnored',''),(433,107,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:105:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/rest-api/endpoints/class-wp-rest-controller.php\";}'),(434,108,'vantage_panels_no_legacy','true'),(435,108,'type','core'),(436,108,'dateFixed',''),(437,108,'dateIgnored',''),(438,108,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:70:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/rest-api.php\";}'),(439,109,'vantage_panels_no_legacy','true'),(440,109,'type','core'),(441,109,'dateFixed',''),(442,109,'dateIgnored',''),(443,109,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:75:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/script-loader.php\";}'),(444,110,'vantage_panels_no_legacy','true'),(445,110,'type','core'),(446,110,'dateFixed',''),(447,110,'dateIgnored',''),(448,110,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:70:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/sitemaps.php\";}'),(449,111,'vantage_panels_no_legacy','true'),(450,111,'type','core'),(451,111,'dateFixed',''),(452,111,'dateIgnored',''),(453,111,'raw','a:2:{s:4:\"type\";s:8:\"modified\";s:4:\"file\";s:69:\"/home/welbornwebsites/dks.welbornwebsites.com/wp-includes/version.php\";}'),(464,115,'vantage_panels_no_legacy','true'),(465,115,'_edit_last','1'),(466,115,'_edit_lock','1599768475:1'),(467,115,'_wp_page_template','default'),(468,116,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:489:\"<blockquote><p>It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Luis Bravo, Manager</strong><br />\n<strong>Outback Steakhouse</strong></p>\n<blockquote><p>\"We save 20 to 30 man hours per month with the DKS Soak Tank Center\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Darrell Rodriguez, Proprietor</strong><br />\n<strong>T-Bird Restaurant Group</strong></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17206925005f5a87fccb333603232385\";s:19:\"_sow_form_timestamp\";s:13:\"1599768607834\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4ae8a718-6b64-47f4-aeba-6f9e33834ae0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(469,115,'vantage_metaslider_slider',''),(470,115,'vantage_metaslider_slider_stretch','1'),(471,115,'vantage_menu_icon',''),(472,115,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:10:\"page_title\";b:1;s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(473,115,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:489:\"<blockquote><p>It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Luis Bravo, Manager</strong><br />\n<strong>Outback Steakhouse</strong></p>\n<blockquote><p>\"We save 20 to 30 man hours per month with the DKS Soak Tank Center\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Darrell Rodriguez, Proprietor</strong><br />\n<strong>T-Bird Restaurant Group</strong></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17206925005f5a87fccb333603232385\";s:19:\"_sow_form_timestamp\";s:13:\"1599768607834\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4ae8a718-6b64-47f4-aeba-6f9e33834ae0\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(474,117,'vantage_panels_no_legacy','true'),(475,117,'_edit_last','1'),(476,117,'_edit_lock','1599783201:1'),(477,117,'_wp_page_template','templates/template-full-notitle.php'),(478,118,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599768663463\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(479,117,'vantage_metaslider_slider',''),(480,117,'vantage_metaslider_slider_stretch','1'),(481,117,'vantage_menu_icon',''),(482,117,'siteorigin_page_settings','a:7:{s:6:\"layout\";s:7:\"default\";s:15:\"masthead_margin\";b:1;s:13:\"footer_margin\";b:1;s:14:\"featured_image\";b:0;s:10:\"page_title\";b:0;s:13:\"hide_masthead\";b:0;s:19:\"hide_footer_widgets\";b:0;}'),(483,117,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599783312382\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-11710001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"forminator_widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:4:\"left\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}}}'),(487,121,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599768663463\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-12110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"forminator_widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-12110001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(484,119,'vantage_panels_no_legacy','true'),(485,119,'forminator_form_meta','a:4:{s:6:\"fields\";a:4:{i:0;a:16:{s:2:\"id\";s:6:\"name-1\";s:10:\"element_id\";s:6:\"name-1\";s:7:\"form_id\";s:26:\"wrapper-1511347711918-1669\";s:4:\"type\";s:4:\"name\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:10:\"First Name\";s:11:\"placeholder\";s:9:\"E.g. John\";s:12:\"prefix_label\";s:6:\"Prefix\";s:11:\"fname_label\";s:10:\"First Name\";s:17:\"fname_placeholder\";s:9:\"E.g. John\";s:11:\"mname_label\";s:11:\"Middle Name\";s:17:\"mname_placeholder\";s:10:\"E.g. Smith\";s:11:\"lname_label\";s:9:\"Last Name\";s:17:\"lname_placeholder\";s:8:\"E.g. Doe\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347711918-1669\";}i:1;a:11:{s:2:\"id\";s:7:\"email-1\";s:10:\"element_id\";s:7:\"email-1\";s:7:\"form_id\";s:26:\"wrapper-1511347712118-1739\";s:4:\"type\";s:5:\"email\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";s:4:\"true\";s:11:\"field_label\";s:13:\"Email Address\";s:11:\"placeholder\";s:17:\"E.g. john@doe.com\";s:10:\"validation\";b:1;s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1511347712118-1739\";}i:2;a:12:{s:2:\"id\";s:7:\"phone-1\";s:10:\"element_id\";s:7:\"phone-1\";s:7:\"form_id\";s:26:\"wrapper-1311247712118-1194\";s:4:\"type\";s:5:\"phone\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";b:0;s:11:\"field_label\";s:12:\"Phone Number\";s:11:\"placeholder\";s:18:\"E.g. +1 3004005000\";s:10:\"validation\";s:5:\"false\";s:21:\"phone_validation_type\";s:8:\"standard\";s:15:\"validation_text\";s:0:\"\";s:10:\"wrapper_id\";s:26:\"wrapper-1311247712118-1194\";}i:3;a:12:{s:2:\"id\";s:10:\"textarea-1\";s:10:\"element_id\";s:10:\"textarea-1\";s:7:\"form_id\";s:26:\"wrapper-1988247712118-9871\";s:4:\"type\";s:8:\"textarea\";s:4:\"cols\";s:2:\"12\";s:8:\"required\";b:0;s:11:\"field_label\";s:7:\"Message\";s:11:\"placeholder\";s:21:\"Enter your message...\";s:10:\"input_type\";s:9:\"paragraph\";s:5:\"limit\";s:3:\"180\";s:10:\"limit_type\";s:10:\"characters\";s:10:\"wrapper_id\";s:26:\"wrapper-1988247712118-9871\";}}s:8:\"settings\";a:104:{s:17:\"pagination-header\";s:3:\"nav\";s:14:\"paginationData\";a:2:{s:24:\"pagination-header-design\";s:4:\"show\";s:17:\"pagination-header\";s:3:\"nav\";}s:8:\"formName\";s:10:\"Contact Us\";s:7:\"version\";s:6:\"1.13.4\";s:17:\"form-border-style\";s:4:\"none\";s:12:\"form-padding\";s:0:\"\";s:11:\"form-border\";s:0:\"\";s:12:\"fields-style\";s:4:\"open\";s:10:\"validation\";s:9:\"on_submit\";s:10:\"form-style\";s:7:\"default\";s:11:\"enable-ajax\";s:4:\"true\";s:9:\"autoclose\";s:4:\"true\";s:20:\"submission-indicator\";s:4:\"show\";s:15:\"indicator-label\";s:13:\"Submitting...\";s:9:\"form-type\";s:7:\"default\";s:20:\"submission-behaviour\";s:18:\"behaviour-thankyou\";s:16:\"thankyou-message\";s:57:\"Thank you for contacting us, we will be in touch shortly.\";s:10:\"submitData\";a:2:{s:18:\"custom-submit-text\";s:12:\"Send Message\";s:27:\"custom-invalid-form-message\";s:53:\"Error: Your form is not valid, please fix the errors!\";}s:17:\"validation-inline\";s:1:\"1\";s:11:\"form-expire\";s:9:\"no_expire\";s:16:\"form-padding-top\";s:1:\"0\";s:18:\"form-padding-right\";s:1:\"0\";s:19:\"form-padding-bottom\";s:1:\"0\";s:17:\"form-padding-left\";s:1:\"0\";s:17:\"form-border-width\";s:1:\"0\";s:18:\"form-border-radius\";s:1:\"0\";s:23:\"cform-label-font-family\";s:6:\"Roboto\";s:25:\"cform-label-custom-family\";s:0:\"\";s:21:\"cform-label-font-size\";s:2:\"12\";s:23:\"cform-label-font-weight\";s:4:\"bold\";s:23:\"cform-title-font-family\";s:6:\"Roboto\";s:25:\"cform-title-custom-family\";s:0:\"\";s:21:\"cform-title-font-size\";s:2:\"45\";s:23:\"cform-title-font-weight\";s:6:\"normal\";s:22:\"cform-title-text-align\";s:4:\"left\";s:26:\"cform-subtitle-font-family\";s:6:\"Roboto\";s:26:\"cform-subtitle-custom-font\";s:0:\"\";s:24:\"cform-subtitle-font-size\";s:2:\"18\";s:26:\"cform-subtitle-font-weight\";s:6:\"normal\";s:25:\"cform-subtitle-text-align\";s:4:\"left\";s:23:\"cform-input-font-family\";s:6:\"Roboto\";s:23:\"cform-input-custom-font\";s:0:\"\";s:21:\"cform-input-font-size\";s:2:\"16\";s:23:\"cform-input-font-weight\";s:6:\"normal\";s:23:\"cform-radio-font-family\";s:6:\"Roboto\";s:23:\"cform-radio-custom-font\";s:0:\"\";s:21:\"cform-radio-font-size\";s:2:\"14\";s:23:\"cform-radio-font-weight\";s:6:\"normal\";s:24:\"cform-select-font-family\";s:6:\"Roboto\";s:26:\"cform-select-custom-family\";s:0:\"\";s:22:\"cform-select-font-size\";s:2:\"16\";s:24:\"cform-select-font-weight\";s:6:\"normal\";s:29:\"cform-multiselect-font-family\";s:6:\"Roboto\";s:29:\"cform-multiselect-custom-font\";s:0:\"\";s:27:\"cform-multiselect-font-size\";s:2:\"16\";s:29:\"cform-multiselect-font-weight\";s:6:\"normal\";s:26:\"cform-dropdown-font-family\";s:6:\"Roboto\";s:26:\"cform-dropdown-custom-font\";s:0:\"\";s:24:\"cform-dropdown-font-size\";s:2:\"16\";s:26:\"cform-dropdown-font-weight\";s:6:\"normal\";s:26:\"cform-calendar-font-family\";s:6:\"Roboto\";s:26:\"cform-calendar-custom-font\";s:0:\"\";s:24:\"cform-calendar-font-size\";s:2:\"13\";s:26:\"cform-calendar-font-weight\";s:6:\"normal\";s:24:\"cform-button-font-family\";s:6:\"Roboto\";s:24:\"cform-button-custom-font\";s:0:\"\";s:22:\"cform-button-font-size\";s:2:\"14\";s:24:\"cform-button-font-weight\";s:3:\"500\";s:26:\"cform-timeline-font-family\";s:6:\"Roboto\";s:26:\"cform-timeline-custom-font\";s:0:\"\";s:24:\"cform-timeline-font-size\";s:2:\"12\";s:26:\"cform-timeline-font-weight\";s:6:\"normal\";s:28:\"cform-pagination-font-family\";s:0:\"\";s:28:\"cform-pagination-custom-font\";s:0:\"\";s:26:\"cform-pagination-font-size\";s:2:\"16\";s:28:\"cform-pagination-font-weight\";s:6:\"normal\";s:19:\"payment_require_ssl\";s:0:\"\";s:15:\"submission-file\";s:6:\"delete\";s:7:\"form_id\";s:3:\"119\";s:9:\"form_name\";s:10:\"contact-us\";s:11:\"form_status\";s:7:\"publish\";s:20:\"cform-color-settings\";s:4:\"true\";s:22:\"response-loading-color\";s:7:\"#0656a3\";s:23:\"response-success-border\";s:7:\"#02194b\";s:27:\"response-success-background\";s:7:\"#0656a3\";s:22:\"response-success-color\";s:7:\"#02194b\";s:21:\"response-error-border\";s:7:\"#ff3864\";s:20:\"response-error-color\";s:7:\"#02194b\";s:17:\"cform-label-color\";s:7:\"#02194b\";s:20:\"cform-asterisk-color\";s:7:\"#ff3864\";s:18:\"label-helper-color\";s:7:\"#7e8d85\";s:22:\"label-validation-color\";s:7:\"#ff3864\";s:12:\"input-border\";s:7:\"#7e8d85\";s:8:\"input-bg\";s:7:\"#ffffff\";s:17:\"input-placeholder\";s:7:\"#0656a3\";s:11:\"input-color\";s:7:\"#02194b\";s:31:\"button-submit-background-static\";s:7:\"#0656a3\";s:18:\"input-border-hover\";s:7:\"#7e8d85\";s:14:\"input-hover-bg\";s:7:\"#ffffff\";s:19:\"input-border-active\";s:7:\"#7e8d85\";s:15:\"input-active-bg\";s:7:\"#ffffff\";s:18:\"input-border-error\";s:7:\"#ff3864\";s:30:\"button-submit-background-hover\";s:7:\"#02194b\";s:31:\"button-submit-background-active\";s:7:\"#0656a3\";}s:9:\"client_id\";N;s:13:\"notifications\";a:1:{i:0;a:7:{s:4:\"slug\";s:22:\"notification-1234-4567\";s:5:\"label\";s:11:\"Admin Email\";s:16:\"email-recipients\";s:7:\"default\";s:10:\"recipients\";s:22:\"LaceyWelborn@gmail.com\";s:13:\"email-subject\";s:47:\"New Form Entry #{submission_id} for {form_name}\";s:12:\"email-editor\";s:111:\"You have a new website form submission: <br/> {all_fields} <br/>---<br/> This message was sent from {site_url}.\";s:16:\"email-attachment\";s:4:\"true\";}}}'),(486,120,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599783312382\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-12010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-12010001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"forminator_widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:4:\"left\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}}}'),(488,122,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599768663463\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:17:\"forminator_widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-11710001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(489,123,'vantage_panels_no_legacy','true'),(490,123,'_menu_item_type','post_type'),(491,123,'_menu_item_menu_item_parent','0'),(492,123,'_menu_item_object_id','7'),(493,123,'_menu_item_object','page'),(494,123,'_menu_item_target',''),(495,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(496,123,'_menu_item_xfn',''),(497,123,'_menu_item_url',''),(591,131,'_wp_attached_file','2020/08/IMG_0270.jpg'),(499,124,'vantage_panels_no_legacy','true'),(500,124,'_menu_item_type','post_type'),(501,124,'_menu_item_menu_item_parent','0'),(502,124,'_menu_item_object_id','117'),(503,124,'_menu_item_object','page'),(504,124,'_menu_item_target',''),(505,124,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(506,124,'_menu_item_xfn',''),(507,124,'_menu_item_url',''),(776,198,'vantage_panels_no_legacy','true'),(509,125,'vantage_panels_no_legacy','true'),(510,125,'_menu_item_type','post_type'),(511,125,'_menu_item_menu_item_parent','0'),(512,125,'_menu_item_object_id','16'),(513,125,'_menu_item_object','page'),(514,125,'_menu_item_target',''),(515,125,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(516,125,'_menu_item_xfn',''),(517,125,'_menu_item_url',''),(592,131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:334;s:4:\"file\";s:20:\"2020/08/IMG_0270.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0270-400x209.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0270-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0270-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0270-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0270-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1349693386\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:4:\"1000\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(519,126,'vantage_panels_no_legacy','true'),(520,126,'_menu_item_type','post_type'),(521,126,'_menu_item_menu_item_parent','0'),(522,126,'_menu_item_object_id','22'),(523,126,'_menu_item_object','page'),(524,126,'_menu_item_target',''),(525,126,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(526,126,'_menu_item_xfn',''),(527,126,'_menu_item_url',''),(528,126,'_menu_item_orphaned','1599768802'),(529,127,'vantage_panels_no_legacy','true'),(530,127,'_menu_item_type','post_type'),(531,127,'_menu_item_menu_item_parent','0'),(532,127,'_menu_item_object_id','18'),(533,127,'_menu_item_object','page'),(534,127,'_menu_item_target',''),(535,127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(536,127,'_menu_item_xfn',''),(537,127,'_menu_item_url',''),(539,128,'vantage_panels_no_legacy','true'),(540,128,'_menu_item_type','post_type'),(541,128,'_menu_item_menu_item_parent','0'),(542,128,'_menu_item_object_id','10'),(543,128,'_menu_item_object','page'),(544,128,'_menu_item_target',''),(545,128,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(546,128,'_menu_item_xfn',''),(547,128,'_menu_item_url',''),(549,129,'vantage_panels_no_legacy','true'),(550,129,'_menu_item_type','post_type'),(551,129,'_menu_item_menu_item_parent','0'),(552,129,'_menu_item_object_id','20'),(553,129,'_menu_item_object','page'),(554,129,'_menu_item_target',''),(555,129,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(556,129,'_menu_item_xfn',''),(557,129,'_menu_item_url',''),(559,130,'vantage_panels_no_legacy','true'),(560,130,'_menu_item_type','post_type'),(561,130,'_menu_item_menu_item_parent','0'),(562,130,'_menu_item_object_id','115'),(563,130,'_menu_item_object','page'),(564,130,'_menu_item_target',''),(565,130,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(566,130,'_menu_item_xfn',''),(567,130,'_menu_item_url',''),(593,132,'_wp_attached_file','2020/08/IMG_0271-rotated.jpg'),(594,132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2020/08/IMG_0271-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0271-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0271-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0271-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0271-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0271-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0271-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0271-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0271-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1349694104\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:6:\"0.0625\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:12:\"IMG_0271.jpg\";}'),(595,131,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.8687266840289993297119508497416973114013671875;s:5:\"bytes\";i:10562;s:11:\"size_before\";i:71035;s:10:\"size_after\";i:60473;s:4:\"time\";d:0.33999999999999996891375531049561686813831329345703125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2651;s:11:\"size_before\";i:17682;s:10:\"size_after\";i:15031;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:6505;s:10:\"size_after\";i:5416;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1944;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:10230;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3485;s:11:\"size_before\";i:23077;s:10:\"size_after\";i:19592;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:26;s:11:\"size_before\";i:11597;s:10:\"size_after\";i:10204;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(596,133,'_wp_attached_file','2020/08/IMG_0272-rotated.jpg'),(597,133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2020/08/IMG_0272-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0272-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0272-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0272-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0272-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0272-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0272-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0272-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0272-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1349694754\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.05\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:12:\"IMG_0272.jpg\";}'),(598,134,'_wp_attached_file','2020/08/IMG_0318.jpg'),(599,134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_0318.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0318-169x400.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0318-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x380.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x380.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x480.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x272.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0318-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278142\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(600,132,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.17757930917901632028588210232555866241455078125;s:5:\"bytes\";i:18709;s:11:\"size_before\";i:141976;s:10:\"size_after\";i:123267;s:4:\"time\";d:0.819999999999999840127884453977458178997039794921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:18703;s:10:\"size_after\";i:16045;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:842;s:11:\"size_before\";i:5560;s:10:\"size_after\";i:4718;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:3614;s:11:\"size_before\";i:26035;s:10:\"size_after\";i:22421;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:23;s:11:\"size_before\";i:25222;s:10:\"size_after\";i:22398;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.25;s:5:\"bytes\";i:4080;s:11:\"size_before\";i:30784;s:10:\"size_after\";i:26704;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:9323;s:10:\"size_after\";i:7979;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2335;s:11:\"size_before\";i:17382;s:10:\"size_after\";i:15047;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:24;s:11:\"size_before\";i:8967;s:10:\"size_after\";i:7955;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(601,135,'_wp_attached_file','2020/08/IMG_0319.jpg'),(602,135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:536;s:4:\"file\";s:20:\"2020/08/IMG_0319.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0319-400x335.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0319-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0319-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0319-640x480.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0319-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0319-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0319-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278154\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(603,133,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.9897224826779993378522704006172716617584228515625;s:5:\"bytes\";i:22977;s:11:\"size_before\";i:164242;s:10:\"size_after\";i:141265;s:4:\"time\";d:0.640000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:3103;s:11:\"size_before\";i:21605;s:10:\"size_after\";i:18502;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1045;s:11:\"size_before\";i:6266;s:10:\"size_after\";i:5221;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4340;s:11:\"size_before\";i:30017;s:10:\"size_after\";i:25677;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:94;s:11:\"size_before\";i:29021;s:10:\"size_after\";i:25583;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:5097;s:11:\"size_before\";i:35812;s:10:\"size_after\";i:30715;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1688;s:11:\"size_before\";i:10895;s:10:\"size_after\";i:9207;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3006;s:11:\"size_before\";i:20179;s:10:\"size_after\";i:17173;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:20;s:11:\"size_before\";i:10447;s:10:\"size_after\";i:9187;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(604,134,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.596538985028193025073051103390753269195556640625;s:5:\"bytes\";i:15014;s:11:\"size_before\";i:102860;s:10:\"size_after\";i:87846;s:4:\"time\";d:0.76000000000000011990408665951690636575222015380859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1745;s:11:\"size_before\";i:12323;s:10:\"size_after\";i:10578;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:908;s:11:\"size_before\";i:5205;s:10:\"size_after\";i:4297;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:2638;s:11:\"size_before\";i:17517;s:10:\"size_after\";i:14879;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:38;s:11:\"size_before\";i:16887;s:10:\"size_after\";i:14841;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3037;s:11:\"size_before\";i:21054;s:10:\"size_after\";i:18017;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1534;s:11:\"size_before\";i:9105;s:10:\"size_after\";i:7571;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1921;s:11:\"size_before\";i:12035;s:10:\"size_after\";i:10114;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:22;s:11:\"size_before\";i:8734;s:10:\"size_after\";i:7549;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(605,136,'_wp_attached_file','2020/08/IMG_0320.jpg'),(606,136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:398;s:4:\"file\";s:20:\"2020/08/IMG_0320.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0320-400x249.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:249;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0320-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0320-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0320-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0320-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0320-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0320-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278162\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(607,137,'_wp_attached_file','2020/08/IMG_0321.jpg'),(608,137,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:332;s:4:\"file\";s:20:\"2020/08/IMG_0321.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0321-400x208.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0321-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0321-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0321-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278174\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(609,135,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.4070022226776170981565883266739547252655029296875;s:5:\"bytes\";i:25515;s:11:\"size_before\";i:190311;s:10:\"size_after\";i:164796;s:4:\"time\";d:1.1800000000000003819167204710538499057292938232421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3102;s:11:\"size_before\";i:23024;s:10:\"size_after\";i:19922;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1008;s:11:\"size_before\";i:6280;s:10:\"size_after\";i:5272;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5105;s:11:\"size_before\";i:36845;s:10:\"size_after\";i:31740;s:4:\"time\";d:0.66000000000000003108624468950438313186168670654296875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:88;s:11:\"size_before\";i:35929;s:10:\"size_after\";i:31652;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:6247;s:11:\"size_before\";i:45312;s:10:\"size_after\";i:39065;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1667;s:11:\"size_before\";i:11317;s:10:\"size_after\";i:9650;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2826;s:11:\"size_before\";i:20722;s:10:\"size_after\";i:17896;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:51;s:11:\"size_before\";i:10882;s:10:\"size_after\";i:9599;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(610,136,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.9365361611328442137391903088428080081939697265625;s:5:\"bytes\";i:20007;s:11:\"size_before\";i:154655;s:10:\"size_after\";i:134648;s:4:\"time\";d:0.60999999999999998667732370449812151491641998291015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2754;s:11:\"size_before\";i:20257;s:10:\"size_after\";i:17503;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.25;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:6672;s:10:\"size_after\";i:5588;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5526;s:11:\"size_before\";i:41279;s:10:\"size_after\";i:35753;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:106;s:11:\"size_before\";i:40100;s:10:\"size_after\";i:35647;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:12018;s:10:\"size_after\";i:10259;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:3144;s:11:\"size_before\";i:22833;s:10:\"size_after\";i:19689;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:50;s:11:\"size_before\";i:11496;s:10:\"size_after\";i:10209;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(611,138,'_wp_attached_file','2020/08/IMG_0322-e1599870419284.jpg'),(612,138,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:553;s:6:\"height\";i:243;s:4:\"file\";s:35:\"2020/08/IMG_0322-e1599870419284.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"IMG_0322-e1599870419284-400x176.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"IMG_0322-e1599870419284-150x192.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:35:\"IMG_0322-e1599870419284-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:35:\"IMG_0322-e1599870419284-436x243.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"IMG_0322-e1599870419284-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278265\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(613,137,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.986502836555263939999349531717598438262939453125;s:5:\"bytes\";i:10404;s:11:\"size_before\";i:74386;s:10:\"size_after\";i:63982;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.25;s:5:\"bytes\";i:2658;s:11:\"size_before\";i:18653;s:10:\"size_after\";i:15995;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:7105;s:10:\"size_after\";i:5898;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1972;s:11:\"size_before\";i:12803;s:10:\"size_after\";i:10831;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3182;s:11:\"size_before\";i:23651;s:10:\"size_after\";i:20469;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:42;s:11:\"size_before\";i:12174;s:10:\"size_after\";i:10789;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(614,139,'_wp_attached_file','2020/08/IMG_0323.jpg'),(615,139,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_0323.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0323-169x400.jpg\";s:5:\"width\";i:169;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0323-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x380.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x380.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x480.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x272.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0323-270x182.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278484\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(616,138,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.536585365853657236812068731524050235748291015625;s:5:\"bytes\";i:9387;s:11:\"size_before\";i:64575;s:10:\"size_after\";i:55188;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:2423;s:11:\"size_before\";i:16443;s:10:\"size_after\";i:14020;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:959;s:11:\"size_before\";i:5852;s:10:\"size_after\";i:4893;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1753;s:11:\"size_before\";i:11065;s:10:\"size_after\";i:9312;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2984;s:11:\"size_before\";i:20664;s:10:\"size_after\";i:17680;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:29;s:11:\"size_before\";i:10551;s:10:\"size_after\";i:9283;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(617,140,'_wp_attached_file','2020/08/IMG_0324.jpg'),(618,140,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:446;s:4:\"file\";s:20:\"2020/08/IMG_0324.jpg\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0324-400x279.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0324-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0324-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0324-640x380.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0324-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0324-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0324-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278496\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(619,139,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.447960381073610136581919505260884761810302734375;s:5:\"bytes\";i:13523;s:11:\"size_before\";i:100558;s:10:\"size_after\";i:87035;s:4:\"time\";d:0.69000000000000005773159728050814010202884674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1626;s:11:\"size_before\";i:11450;s:10:\"size_after\";i:9824;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:923;s:11:\"size_before\";i:5558;s:10:\"size_after\";i:4635;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:2387;s:11:\"size_before\";i:16903;s:10:\"size_after\";i:14516;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:15;s:11:\"size_before\";i:16335;s:10:\"size_after\";i:14501;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:19479;s:10:\"size_after\";i:16844;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1317;s:11:\"size_before\";i:9086;s:10:\"size_after\";i:7769;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1793;s:11:\"size_before\";i:12994;s:10:\"size_after\";i:11201;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:24;s:11:\"size_before\";i:8753;s:10:\"size_after\";i:7745;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}}}'),(620,141,'_wp_attached_file','2020/08/IMG_0325.jpg'),(621,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:378;s:4:\"file\";s:20:\"2020/08/IMG_0325.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0325-400x236.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0325-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0325-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0325-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0325-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 5\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1352278553\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.13\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:18:\"0.0083333333333333\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(622,140,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.1466833100416540247579177957959473133087158203125;s:5:\"bytes\";i:19379;s:11:\"size_before\";i:147406;s:10:\"size_after\";i:128027;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:2838;s:11:\"size_before\";i:20638;s:10:\"size_after\";i:17800;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1048;s:11:\"size_before\";i:6434;s:10:\"size_after\";i:5386;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:5375;s:11:\"size_before\";i:38856;s:10:\"size_after\";i:33481;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:97;s:11:\"size_before\";i:37732;s:10:\"size_after\";i:33384;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:1638;s:11:\"size_before\";i:11353;s:10:\"size_after\";i:9715;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2891;s:11:\"size_before\";i:21489;s:10:\"size_after\";i:18598;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:52;s:11:\"size_before\";i:10904;s:10:\"size_after\";i:9663;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(657,154,'_wp_attached_file','2020/08/MG_Dermaclean_Antibacterial_Hand_Soap.jpg'),(658,154,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:318;s:6:\"height\";i:530;s:4:\"file\";s:49:\"2020/08/MG_Dermaclean_Antibacterial_Hand_Soap.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-240x400.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-318x380.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-318x380.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-318x480.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-318x272.jpg\";s:5:\"width\";i:318;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:49:\"MG_Dermaclean_Antibacterial_Hand_Soap-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(625,141,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.053958014432538448090781457722187042236328125;s:5:\"bytes\";i:10283;s:11:\"size_before\";i:73168;s:10:\"size_after\";i:62885;s:4:\"time\";d:0.41000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2813;s:11:\"size_before\";i:19813;s:10:\"size_after\";i:17000;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.190000000000001278976924368180334568023681640625;s:5:\"bytes\";i:1074;s:11:\"size_before\";i:6634;s:10:\"size_after\";i:5560;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1810;s:11:\"size_before\";i:12062;s:10:\"size_after\";i:10252;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:3258;s:11:\"size_before\";i:23127;s:10:\"size_after\";i:19869;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:48;s:11:\"size_before\";i:11532;s:10:\"size_after\";i:10204;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(626,143,'_wp_attached_file','2020/08/IMG_0649-rotated.jpg'),(627,143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2020/08/IMG_0649-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0649-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0649-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0649-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0649-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0649-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0649-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0649-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0649-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1595252410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:12:\"IMG_0649.jpg\";}'),(628,144,'_wp_attached_file','2020/08/IMG_0686-rotated.jpg'),(629,144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:28:\"2020/08/IMG_0686-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_0686-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_0686-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_0686-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_0686-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_0686-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_0686-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_0686-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1597247040\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"6\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:12:\"IMG_0686.jpg\";}'),(655,153,'_wp_attached_file','2020/08/IMG_0649-1-rotated.jpg'),(656,153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:30:\"2020/08/IMG_0649-1-rotated.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-480x380.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"IMG_0649-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:17:\"iPhone 11 Pro Max\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1595252410\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.25\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:14:\"IMG_0649-1.jpg\";}'),(653,152,'_wp_attached_file','2020/08/handsoap-1.png'),(654,152,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:396;s:6:\"height\";i:479;s:4:\"file\";s:22:\"2020/08/handsoap-1.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"handsoap-1-331x400.png\";s:5:\"width\";i:331;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"handsoap-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"handsoap-1-396x380.png\";s:5:\"width\";i:396;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:22:\"handsoap-1-396x380.png\";s:5:\"width\";i:396;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"handsoap-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:22:\"handsoap-1-396x272.png\";s:5:\"width\";i:396;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"handsoap-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(633,143,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.44008318657024148023992893286049365997314453125;s:5:\"bytes\";i:30829;s:11:\"size_before\";i:213496;s:10:\"size_after\";i:182667;s:4:\"time\";d:0.80000000000000015543122344752191565930843353271484375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4757;s:11:\"size_before\";i:28196;s:10:\"size_after\";i:23439;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:5471;s:10:\"size_after\";i:4470;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5873;s:11:\"size_before\";i:40909;s:10:\"size_after\";i:35036;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:82;s:11:\"size_before\";i:39585;s:10:\"size_after\";i:34954;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:8092;s:11:\"size_before\";i:53495;s:10:\"size_after\";i:45403;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:11013;s:10:\"size_after\";i:9195;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3316;s:11:\"size_before\";i:24310;s:10:\"size_after\";i:20994;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:19;s:11:\"size_before\";i:10517;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(634,144,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.141437096982798493627342395484447479248046875;s:5:\"bytes\";i:24585;s:11:\"size_before\";i:162369;s:10:\"size_after\";i:137784;s:4:\"time\";d:0.890000000000000124344978758017532527446746826171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2988;s:11:\"size_before\";i:17504;s:10:\"size_after\";i:14516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:926;s:11:\"size_before\";i:5330;s:10:\"size_after\";i:4404;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4838;s:11:\"size_before\";i:31466;s:10:\"size_after\";i:26628;s:4:\"time\";d:0.25;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:125;s:11:\"size_before\";i:30295;s:10:\"size_after\";i:26503;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:6248;s:11:\"size_before\";i:37583;s:10:\"size_after\";i:31335;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:10347;s:10:\"size_after\";i:8655;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:2838;s:11:\"size_before\";i:19961;s:10:\"size_after\";i:17123;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:35;s:11:\"size_before\";i:9883;s:10:\"size_after\";i:8620;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(635,146,'_wp_attached_file','2020/08/IMG_1117.jpg'),(636,146,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:462;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_1117.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1117-289x400.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1117-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1117-462x380.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_1117-462x380.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_1117-462x480.jpg\";s:5:\"width\";i:462;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_1117-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_1117-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_1117-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424343992\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(637,147,'_wp_attached_file','2020/08/IMG_1118.jpg'),(638,147,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:532;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_1118.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1118-333x400.jpg\";s:5:\"width\";i:333;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1118-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1118-532x380.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_1118-532x380.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_1118-532x480.jpg\";s:5:\"width\";i:532;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_1118-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_1118-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_1118-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424344063\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"32\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(651,151,'_wp_attached_file','2020/08/FILTER-BEAUTY-SHOT.jpg'),(652,151,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2464;s:6:\"height\";i:1632;s:4:\"file\";s:30:\"2020/08/FILTER-BEAUTY-SHOT.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-400x265.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"FILTER-BEAUTY-SHOT-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:32:\"FILTER-BEAUTY-SHOT-1536x1017.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1017;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:32:\"FILTER-BEAUTY-SHOT-2048x1356.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1356;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:31:\"FILTER-BEAUTY-SHOT-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:30:\"FILTER-BEAUTY-SHOT-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:9:\"NIKON D2H\";s:7:\"caption\";s:577:\"[#Beginning of Shooting Data Section]\rNikon D2H\r\nFocal Length: 40mm\r\nOptimize Image: \r\nColor Mode: Mode II (Adobe RGB)\r\nNoise Reduction: OFF\r\n2004/07/09 15:16:11\r\nExposure Mode: Manual\r\nWhite Balance: Auto\r\nTone Comp: Normal\r\nJPEG (8-bit) Fine\r\nMetering Mode: Multi-Pattern\r\nAF Mode: AF-S\r\nHue Adjustment: 0°\r\nImage Size: Large (2464 x 1632)\r\n1/250 sec - F/11\r\nFlash Sync Mode: Not Attached\r\nSaturation: \r\nExposure Comp.: 0 EV\r\nSharpening: High\r\nLens: 35-70mm F/2.8 D\r\nSensitivity: ISO 200\r\nImage Comment: \r\n[#End of Shooting Data Section]\";s:17:\"created_timestamp\";s:10:\"1089386171\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"40\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(640,146,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.5169344466447540753506473265588283538818359375;s:5:\"bytes\";i:19863;s:11:\"size_before\";i:146949;s:10:\"size_after\";i:127086;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2801;s:11:\"size_before\";i:20328;s:10:\"size_after\";i:17527;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:997;s:11:\"size_before\";i:5847;s:10:\"size_after\";i:4850;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3652;s:11:\"size_before\";i:26432;s:10:\"size_after\";i:22780;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:67;s:11:\"size_before\";i:25660;s:10:\"size_after\";i:22713;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4516;s:11:\"size_before\";i:32801;s:10:\"size_after\";i:28285;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1418;s:11:\"size_before\";i:9478;s:10:\"size_after\";i:8060;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2440;s:11:\"size_before\";i:17260;s:10:\"size_after\";i:14820;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9;s:11:\"size_before\";i:9143;s:10:\"size_after\";i:8051;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(641,148,'_wp_attached_file','2020/08/IMG_1119.jpg'),(642,148,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_1119.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1119-295x400.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1119-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1119-472x380.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_1119-472x380.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_1119-472x480.jpg\";s:5:\"width\";i:472;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_1119-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_1119-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_1119-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424344116\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(643,149,'_wp_attached_file','2020/08/IMG_1121.jpg'),(644,149,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_1121.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1121-293x400.jpg\";s:5:\"width\";i:293;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1121-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1121-468x380.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_1121-468x380.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_1121-468x480.jpg\";s:5:\"width\";i:468;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_1121-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_1121-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_1121-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424344250\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"40\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(645,147,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.6289739361856003796447112108580768108367919921875;s:5:\"bytes\";i:23557;s:11:\"size_before\";i:172845;s:10:\"size_after\";i:149288;s:4:\"time\";d:0.6300000000000001154631945610162802040576934814453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3334;s:11:\"size_before\";i:24007;s:10:\"size_after\";i:20673;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:1068;s:11:\"size_before\";i:6405;s:10:\"size_after\";i:5337;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4512;s:11:\"size_before\";i:31848;s:10:\"size_after\";i:27336;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:45;s:11:\"size_before\";i:30959;s:10:\"size_after\";i:27291;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:5522;s:11:\"size_before\";i:39752;s:10:\"size_after\";i:34230;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1576;s:11:\"size_before\";i:10530;s:10:\"size_after\";i:8954;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2678;s:11:\"size_before\";i:19205;s:10:\"size_after\";i:16527;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:14;s:11:\"size_before\";i:10139;s:10:\"size_after\";i:8940;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(646,150,'_wp_attached_file','2020/08/IMG_1122.jpg'),(647,150,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:542;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2020/08/IMG_1122.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"IMG_1122-339x400.jpg\";s:5:\"width\";i:339;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1122-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"IMG_1122-542x380.jpg\";s:5:\"width\";i:542;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"IMG_1122-542x380.jpg\";s:5:\"width\";i:542;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"IMG_1122-542x480.jpg\";s:5:\"width\";i:542;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"IMG_1122-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"IMG_1122-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"IMG_1122-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 6 Plus\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1424344580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(648,148,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.8248283420908411045502361957915127277374267578125;s:5:\"bytes\";i:21443;s:11:\"size_before\";i:155105;s:10:\"size_after\";i:133662;s:4:\"time\";d:0.9000000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2991;s:11:\"size_before\";i:20709;s:10:\"size_after\";i:17718;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:951;s:11:\"size_before\";i:5806;s:10:\"size_after\";i:4855;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4042;s:11:\"size_before\";i:28331;s:10:\"size_after\";i:24289;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:70;s:11:\"size_before\";i:27513;s:10:\"size_after\";i:24219;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4919;s:11:\"size_before\";i:35337;s:10:\"size_after\";i:30418;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:9894;s:10:\"size_after\";i:8363;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2496;s:11:\"size_before\";i:17952;s:10:\"size_after\";i:15456;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:19;s:11:\"size_before\";i:9563;s:10:\"size_after\";i:8344;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(649,149,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.47772603461910279065705253742635250091552734375;s:5:\"bytes\";i:15339;s:11:\"size_before\";i:113810;s:10:\"size_after\";i:98471;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:2074;s:11:\"size_before\";i:15106;s:10:\"size_after\";i:13032;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17;s:5:\"bytes\";i:864;s:11:\"size_before\";i:5083;s:10:\"size_after\";i:4219;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2783;s:11:\"size_before\";i:20334;s:10:\"size_after\";i:17551;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:39;s:11:\"size_before\";i:20006;s:10:\"size_after\";i:17512;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3280;s:11:\"size_before\";i:24386;s:10:\"size_after\";i:21106;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1118;s:11:\"size_before\";i:7799;s:10:\"size_after\";i:6681;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1800;s:11:\"size_before\";i:13503;s:10:\"size_after\";i:11703;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:14;s:11:\"size_before\";i:7593;s:10:\"size_after\";i:6667;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(650,150,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.41647865451668764080750406719744205474853515625;s:5:\"bytes\";i:24601;s:11:\"size_before\";i:170645;s:10:\"size_after\";i:146044;s:4:\"time\";d:0.930000000000000159872115546022541821002960205078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:3628;s:11:\"size_before\";i:24362;s:10:\"size_after\";i:20734;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:6535;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4611;s:11:\"size_before\";i:30969;s:10:\"size_after\";i:26358;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:103;s:11:\"size_before\";i:30074;s:10:\"size_after\";i:26255;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5350;s:11:\"size_before\";i:38461;s:10:\"size_after\";i:33111;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1771;s:11:\"size_before\";i:10705;s:10:\"size_after\";i:8934;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2934;s:11:\"size_before\";i:19286;s:10:\"size_after\";i:16352;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:36;s:11:\"size_before\";i:10253;s:10:\"size_after\";i:8898;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(659,151,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.915356075778969824341402272693812847137451171875;s:5:\"bytes\";i:136412;s:11:\"size_before\";i:761425;s:10:\"size_after\";i:625013;s:4:\"time\";d:3.189999999999999946709294817992486059665679931640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.739999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2580;s:11:\"size_before\";i:15411;s:10:\"size_after\";i:12831;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:14428;s:11:\"size_before\";i:80184;s:10:\"size_after\";i:65756;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:966;s:11:\"size_before\";i:5412;s:10:\"size_after\";i:4446;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:8814;s:11:\"size_before\";i:48470;s:10:\"size_after\";i:39656;s:4:\"time\";d:0.419999999999999984456877655247808434069156646728515625;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:28983;s:11:\"size_before\";i:161897;s:10:\"size_after\";i:132914;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:47052;s:11:\"size_before\";i:266055;s:10:\"size_after\";i:219003;s:4:\"time\";d:0.6999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:7099;s:11:\"size_before\";i:38344;s:10:\"size_after\";i:31245;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:9913;s:11:\"size_before\";i:52739;s:10:\"size_after\";i:42826;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:11058;s:11:\"size_before\";i:59689;s:10:\"size_after\";i:48631;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:8115;s:10:\"size_after\";i:6724;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:3029;s:11:\"size_before\";i:17316;s:10:\"size_after\";i:14287;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:30;s:11:\"size_before\";i:7793;s:10:\"size_after\";i:6694;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}}}'),(660,153,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.44008318657024148023992893286049365997314453125;s:5:\"bytes\";i:30829;s:11:\"size_before\";i:213496;s:10:\"size_after\";i:182667;s:4:\"time\";d:1.1500000000000001332267629550187848508358001708984375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.870000000000000994759830064140260219573974609375;s:5:\"bytes\";i:4757;s:11:\"size_before\";i:28196;s:10:\"size_after\";i:23439;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1001;s:11:\"size_before\";i:5471;s:10:\"size_after\";i:4470;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:5873;s:11:\"size_before\";i:40909;s:10:\"size_after\";i:35036;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:82;s:11:\"size_before\";i:39585;s:10:\"size_after\";i:34954;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:8092;s:11:\"size_before\";i:53495;s:10:\"size_after\";i:45403;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1818;s:11:\"size_before\";i:11013;s:10:\"size_after\";i:9195;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3316;s:11:\"size_before\";i:24310;s:10:\"size_after\";i:20994;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:19;s:11:\"size_before\";i:10517;s:10:\"size_after\";i:9176;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(661,155,'_wp_attached_file','2020/08/soaktank-1-scaled.jpg'),(662,154,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2009293927868469609165913425385951995849609375;s:5:\"bytes\";i:17840;s:11:\"size_before\";i:135142;s:10:\"size_after\";i:117302;s:4:\"time\";d:0.68000000000000004884981308350688777863979339599609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2635;s:11:\"size_before\";i:18781;s:10:\"size_after\";i:16146;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:828;s:11:\"size_before\";i:5288;s:10:\"size_after\";i:4460;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3057;s:11:\"size_before\";i:22704;s:10:\"size_after\";i:19647;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:52;s:11:\"size_before\";i:22090;s:10:\"size_after\";i:19595;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.75;s:5:\"bytes\";i:3985;s:11:\"size_before\";i:28978;s:10:\"size_after\";i:24993;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1448;s:11:\"size_before\";i:10279;s:10:\"size_after\";i:8831;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:2293;s:11:\"size_before\";i:17117;s:10:\"size_after\";i:14824;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:25;s:11:\"size_before\";i:9905;s:10:\"size_after\";i:8806;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(663,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:2141;s:4:\"file\";s:29:\"2020/08/soaktank-1-scaled.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"soaktank-1-400x335.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"soaktank-1-1024x856.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:856;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"soaktank-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"soaktank-1-768x642.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"soaktank-1-1536x1285.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1285;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"soaktank-1-2048x1713.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1713;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"soaktank-1-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:23:\"soaktank-1-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:22:\"soaktank-1-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"soaktank-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:22:\"soaktank-1-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"soaktank-1-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}s:14:\"original_image\";s:14:\"soaktank-1.jpg\";}'),(664,155,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.72579340858862195773326675407588481903076171875;s:5:\"bytes\";i:160891;s:11:\"size_before\";i:907666;s:10:\"size_after\";i:746775;s:4:\"time\";d:4.2599999999999997868371792719699442386627197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3299999999999982946974341757595539093017578125;s:5:\"bytes\";i:4164;s:11:\"size_before\";i:24023;s:10:\"size_after\";i:19859;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:17462;s:11:\"size_before\";i:100535;s:10:\"size_after\";i:83073;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:6609;s:10:\"size_after\";i:5402;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.989999999999998436805981327779591083526611328125;s:5:\"bytes\";i:11017;s:11:\"size_before\";i:64832;s:10:\"size_after\";i:53815;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:35264;s:11:\"size_before\";i:188921;s:10:\"size_after\";i:153657;s:4:\"time\";d:1.0100000000000000088817841970012523233890533447265625;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:56469;s:11:\"size_before\";i:295072;s:10:\"size_after\";i:238603;s:4:\"time\";d:1.3400000000000000799360577730112709105014801025390625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:7243;s:11:\"size_before\";i:47198;s:10:\"size_after\";i:39955;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:9619;s:11:\"size_before\";i:62275;s:10:\"size_after\";i:52656;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:10777;s:11:\"size_before\";i:70420;s:10:\"size_after\";i:59643;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:12111;s:10:\"size_after\";i:9993;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3937;s:11:\"size_before\";i:24173;s:10:\"size_after\";i:20236;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.03999999999999914734871708787977695465087890625;s:5:\"bytes\";i:110;s:11:\"size_before\";i:11497;s:10:\"size_after\";i:9883;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(731,183,'_wp_attached_file','2020/09/Lime-Remover.jpeg'),(732,183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:468;s:6:\"height\";i:640;s:4:\"file\";s:25:\"2020/09/Lime-Remover.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-293x400.jpeg\";s:5:\"width\";i:293;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-468x380.jpeg\";s:5:\"width\";i:468;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-468x380.jpeg\";s:5:\"width\";i:468;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-468x480.jpeg\";s:5:\"width\";i:468;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"Lime-Remover-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(667,152,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:72.7765307301003900875002727843821048736572265625;s:5:\"bytes\";i:434775;s:11:\"size_before\";i:597411;s:10:\"size_after\";i:162636;s:4:\"time\";d:1.37999999999999989341858963598497211933135986328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:7:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.18999999999999772626324556767940521240234375;s:5:\"bytes\";i:93423;s:11:\"size_before\";i:125928;s:10:\"size_after\";i:32505;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.280000000000001136868377216160297393798828125;s:5:\"bytes\";i:20379;s:11:\"size_before\";i:27811;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.7999999999999971578290569595992565155029296875;s:5:\"bytes\";i:89409;s:11:\"size_before\";i:124518;s:10:\"size_after\";i:35109;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.7699999999999960209606797434389591217041015625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:116142;s:10:\"size_after\";i:35109;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:41383;s:11:\"size_before\";i:54761;s:10:\"size_after\";i:13378;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:70839;s:11:\"size_before\";i:96564;s:10:\"size_after\";i:25725;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:51687;s:10:\"size_after\";i:13378;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(673,163,'_wp_attached_file','2020/08/Seal.png'),(674,163,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:181;s:6:\"height\";i:129;s:4:\"file\";s:16:\"2020/08/Seal.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"Seal-150x129.png\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(675,163,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:69.2013920970772034024776075966656208038330078125;s:5:\"bytes\";i:22469;s:11:\"size_before\";i:32469;s:10:\"size_after\";i:10000;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:1:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.2000000000000028421709430404007434844970703125;s:5:\"bytes\";i:22469;s:11:\"size_before\";i:32469;s:10:\"size_after\";i:10000;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(676,164,'_wp_attached_file','2020/08/btn_GreaseFilterService.jpg'),(677,164,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:130;s:4:\"file\";s:35:\"2020/08/btn_GreaseFilterService.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"btn_GreaseFilterService-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:35:\"btn_GreaseFilterService-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"btn_GreaseFilterService-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(678,164,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.446911896338605174605618230998516082763671875;s:5:\"bytes\";i:3624;s:11:\"size_before\";i:23461;s:10:\"size_after\";i:19837;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:1061;s:11:\"size_before\";i:5725;s:10:\"size_after\";i:4664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.510000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1507;s:11:\"size_before\";i:9128;s:10:\"size_after\";i:7621;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:69;s:11:\"size_before\";i:8608;s:10:\"size_after\";i:7552;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}}}'),(679,165,'_wp_attached_file','2020/08/btn_products.jpg'),(680,165,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:130;s:4:\"file\";s:24:\"2020/08/btn_products.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"btn_products-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:24:\"btn_products-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"btn_products-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(681,165,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.4486430779800745227703373529948294162750244140625;s:5:\"bytes\";i:4206;s:11:\"size_before\";i:29110;s:10:\"size_after\";i:24904;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.5;s:5:\"bytes\";i:1309;s:11:\"size_before\";i:7482;s:10:\"size_after\";i:6173;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1746;s:11:\"size_before\";i:11176;s:10:\"size_after\";i:9430;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:129;s:11:\"size_before\";i:10452;s:10:\"size_after\";i:9301;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(682,166,'_wp_attached_file','2020/08/btn_soakTankService.jpg'),(683,166,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:130;s:4:\"file\";s:31:\"2020/08/btn_soakTankService.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"btn_soakTankService-150x130.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:31:\"btn_soakTankService-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"btn_soakTankService-272x130.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(684,166,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2233131397534986462005690555088222026824951171875;s:5:\"bytes\";i:3165;s:11:\"size_before\";i:23935;s:10:\"size_after\";i:20770;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:881;s:11:\"size_before\";i:5682;s:10:\"size_after\";i:4801;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1329;s:11:\"size_before\";i:9348;s:10:\"size_after\";i:8019;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:69;s:11:\"size_before\";i:8905;s:10:\"size_after\";i:7950;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(685,167,'_wp_attached_file','2020/08/Slide-01.jpg'),(686,167,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:185;s:4:\"file\";s:20:\"2020/08/Slide-01.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Slide-01-400x75.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Slide-01-768x144.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"Slide-01-720x185.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"Slide-01-960x185.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"Slide-01-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"Slide-01-436x185.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"Slide-01-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(689,167,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.589868557081672406638972461223602294921875;s:5:\"bytes\";i:22466;s:11:\"size_before\";i:135420;s:10:\"size_after\";i:112954;s:4:\"time\";d:0.76999999999999990674126593148685060441493988037109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.550000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1424;s:11:\"size_before\";i:8606;s:10:\"size_after\";i:7182;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:988;s:11:\"size_before\";i:5862;s:10:\"size_after\";i:4874;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3409;s:11:\"size_before\";i:22504;s:10:\"size_after\";i:19095;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:4755;s:11:\"size_before\";i:26730;s:10:\"size_after\";i:21975;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.85000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5805;s:11:\"size_before\";i:34461;s:10:\"size_after\";i:28656;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.489999999999998436805981327779591083526611328125;s:5:\"bytes\";i:1681;s:11:\"size_before\";i:10191;s:10:\"size_after\";i:8510;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3279;s:11:\"size_before\";i:17503;s:10:\"size_after\";i:14224;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:72;s:11:\"size_before\";i:9563;s:10:\"size_after\";i:8438;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(791,208,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599783570549\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20810001\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:2;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599783625061\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599783649013\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20810003\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:4;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20810006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20810008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:15:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(691,169,'_wp_attached_file','2020/08/Grease-Buster.jpeg'),(692,169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:309;s:6:\"height\";i:583;s:4:\"file\";s:26:\"2020/08/Grease-Buster.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-212x400.jpeg\";s:5:\"width\";i:212;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-309x380.jpeg\";s:5:\"width\";i:309;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-309x380.jpeg\";s:5:\"width\";i:309;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-309x480.jpeg\";s:5:\"width\";i:309;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-309x272.jpeg\";s:5:\"width\";i:309;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"Grease-Buster-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(735,183,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.8559881227317713836555412854067981243133544921875;s:5:\"bytes\";i:16799;s:11:\"size_before\";i:121240;s:10:\"size_after\";i:104441;s:4:\"time\";d:1;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2287;s:11:\"size_before\";i:16147;s:10:\"size_after\";i:13860;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.690000000000001278976924368180334568023681640625;s:5:\"bytes\";i:937;s:11:\"size_before\";i:5297;s:10:\"size_after\";i:4360;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3211;s:11:\"size_before\";i:22281;s:10:\"size_after\";i:19070;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:47;s:11:\"size_before\";i:21813;s:10:\"size_after\";i:19023;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3345;s:11:\"size_before\";i:24825;s:10:\"size_after\";i:21480;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1191;s:11:\"size_before\";i:8235;s:10:\"size_after\";i:7044;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2037;s:11:\"size_before\";i:14613;s:10:\"size_after\";i:12576;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:16;s:11:\"size_before\";i:8029;s:10:\"size_after\";i:7028;s:4:\"time\";d:0.39000000000000001332267629550187848508358001708984375;}}}'),(695,169,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.2762881666710956807264665258117020130157470703125;s:5:\"bytes\";i:14988;s:11:\"size_before\";i:112893;s:10:\"size_after\";i:97905;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1793;s:11:\"size_before\";i:13332;s:10:\"size_after\";i:11539;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:848;s:11:\"size_before\";i:5704;s:10:\"size_after\";i:4856;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2768;s:11:\"size_before\";i:19505;s:10:\"size_after\";i:16737;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:133;s:11:\"size_before\";i:18646;s:10:\"size_after\";i:16604;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3220;s:11:\"size_before\";i:23073;s:10:\"size_after\";i:19853;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.8100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1236;s:11:\"size_before\";i:8953;s:10:\"size_after\";i:7717;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2120;s:11:\"size_before\";i:15038;s:10:\"size_after\";i:12918;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:36;s:11:\"size_before\";i:8642;s:10:\"size_after\";i:7681;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(696,171,'_wp_attached_file','2020/08/Nature-Stream.jpeg'),(697,171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:647;s:6:\"height\";i:863;s:4:\"file\";s:26:\"2020/08/Nature-Stream.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-300x400.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-647x380.jpeg\";s:5:\"width\";i:647;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-647x380.jpeg\";s:5:\"width\";i:647;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-647x480.jpeg\";s:5:\"width\";i:647;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"Nature-Stream-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(733,184,'_wp_attached_file','2020/09/Strike-Bac.jpeg'),(734,184,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:472;s:6:\"height\";i:640;s:4:\"file\";s:23:\"2020/09/Strike-Bac.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-295x400.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-472x380.jpeg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-472x380.jpeg\";s:5:\"width\";i:472;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-472x480.jpeg\";s:5:\"width\";i:472;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"Strike-Bac-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(699,172,'_wp_attached_file','2020/08/Oven-and-Grill.jpeg'),(700,172,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:603;s:4:\"file\";s:27:\"2020/08/Oven-and-Grill.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-200x400.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-301x380.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-301x380.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-301x480.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-301x272.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"Oven-and-Grill-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(701,173,'_wp_attached_file','2020/08/Pot-and-Pan.jpeg'),(702,173,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:768;s:4:\"file\";s:24:\"2020/08/Pot-and-Pan.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-313x400.jpeg\";s:5:\"width\";i:313;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-600x380.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-600x380.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"Pot-and-Pan-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(703,171,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:17.74045204525639718440288561396300792694091796875;s:5:\"bytes\";i:88921;s:11:\"size_before\";i:501233;s:10:\"size_after\";i:412312;s:4:\"time\";d:1.7300000000000002042810365310288034379482269287109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.0799999999999982946974341757595539093017578125;s:5:\"bytes\";i:9430;s:11:\"size_before\";i:49427;s:10:\"size_after\";i:39997;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1975;s:11:\"size_before\";i:9990;s:10:\"size_after\";i:8015;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:21775;s:11:\"size_before\";i:111489;s:10:\"size_after\";i:89714;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:238;s:11:\"size_before\";i:103408;s:10:\"size_after\";i:89476;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.030000000000001136868377216160297393798828125;s:5:\"bytes\";i:26125;s:11:\"size_before\";i:137261;s:10:\"size_after\";i:111136;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4121;s:11:\"size_before\";i:21154;s:10:\"size_after\";i:17033;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9012;s:11:\"size_before\";i:48963;s:10:\"size_after\";i:39951;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:43;s:11:\"size_before\";i:19541;s:10:\"size_after\";i:16990;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}}}'),(704,172,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.6973226720687204505111367325298488140106201171875;s:5:\"bytes\";i:14064;s:11:\"size_before\";i:102677;s:10:\"size_after\";i:88613;s:4:\"time\";d:0.59999999999999997779553950749686919152736663818359375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1705;s:11:\"size_before\";i:11763;s:10:\"size_after\";i:10058;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:844;s:11:\"size_before\";i:5450;s:10:\"size_after\";i:4606;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2539;s:11:\"size_before\";i:17867;s:10:\"size_after\";i:15328;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:92;s:11:\"size_before\";i:17174;s:10:\"size_after\";i:15236;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2928;s:11:\"size_before\";i:20452;s:10:\"size_after\";i:17524;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1244;s:11:\"size_before\";i:8420;s:10:\"size_after\";i:7176;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1909;s:11:\"size_before\";i:13444;s:10:\"size_after\";i:11535;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:26;s:11:\"size_before\";i:8107;s:10:\"size_after\";i:7150;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}}}'),(705,174,'_wp_attached_file','2020/08/Stainless-Steel.jpeg'),(706,174,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:346;s:6:\"height\";i:630;s:4:\"file\";s:28:\"2020/08/Stainless-Steel.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-220x400.jpeg\";s:5:\"width\";i:220;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-346x380.jpeg\";s:5:\"width\";i:346;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-346x380.jpeg\";s:5:\"width\";i:346;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-346x480.jpeg\";s:5:\"width\";i:346;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-346x272.jpeg\";s:5:\"width\";i:346;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"Stainless-Steel-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(740,28,'_thumbnail_id','261'),(739,185,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:687:\"<p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1599769842561\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(709,173,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.0315015394532611736622129683382809162139892578125;s:5:\"bytes\";i:16543;s:11:\"size_before\";i:117899;s:10:\"size_after\";i:101356;s:4:\"time\";d:0.4499999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:2234;s:11:\"size_before\";i:15562;s:10:\"size_after\";i:13328;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:793;s:11:\"size_before\";i:4953;s:10:\"size_after\";i:4160;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3433;s:11:\"size_before\";i:22444;s:10:\"size_after\";i:19011;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:168;s:11:\"size_before\";i:21496;s:10:\"size_after\";i:18843;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3805;s:11:\"size_before\";i:25847;s:10:\"size_after\";i:22042;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:969;s:11:\"size_before\";i:7361;s:10:\"size_after\";i:6392;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.6199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1773;s:11:\"size_before\";i:13016;s:10:\"size_after\";i:11243;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:55;s:11:\"size_before\";i:7220;s:10:\"size_after\";i:6337;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(710,176,'_wp_attached_file','2020/08/Window-Cleaner.jpeg'),(711,176,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:295;s:6:\"height\";i:588;s:4:\"file\";s:27:\"2020/08/Window-Cleaner.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-201x400.jpeg\";s:5:\"width\";i:201;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-295x380.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-295x380.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-295x480.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-295x272.jpeg\";s:5:\"width\";i:295;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"Window-Cleaner-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(712,174,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.782787729050856029289207071997225284576416015625;s:5:\"bytes\";i:14360;s:11:\"size_before\";i:97140;s:10:\"size_after\";i:82780;s:4:\"time\";d:0.50000000000000011102230246251565404236316680908203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1641;s:11:\"size_before\";i:10919;s:10:\"size_after\";i:9278;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:723;s:11:\"size_before\";i:4699;s:10:\"size_after\";i:3976;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2652;s:11:\"size_before\";i:16956;s:10:\"size_after\";i:14304;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:32;s:11:\"size_before\";i:16252;s:10:\"size_after\";i:14272;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.7200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3276;s:11:\"size_before\";i:20845;s:10:\"size_after\";i:17569;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1117;s:11:\"size_before\";i:7441;s:10:\"size_after\";i:6324;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:12812;s:10:\"size_after\";i:10755;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:22;s:11:\"size_before\";i:7216;s:10:\"size_after\";i:6302;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(736,184,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.9490676297990550125405206927098333835601806640625;s:5:\"bytes\";i:22748;s:11:\"size_before\";i:163079;s:10:\"size_after\";i:140331;s:4:\"time\";d:0.5700000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:3095;s:11:\"size_before\";i:21889;s:10:\"size_after\";i:18794;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16;s:5:\"bytes\";i:963;s:11:\"size_before\";i:6017;s:10:\"size_after\";i:5054;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:4510;s:11:\"size_before\";i:30292;s:10:\"size_after\";i:25782;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:94;s:11:\"size_before\";i:29341;s:10:\"size_after\";i:25688;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5091;s:11:\"size_before\";i:35850;s:10:\"size_after\";i:30759;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1551;s:11:\"size_before\";i:10399;s:10:\"size_after\";i:8848;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2684;s:11:\"size_before\";i:19259;s:10:\"size_after\";i:16575;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:17;s:11:\"size_before\";i:10032;s:10:\"size_after\";i:8831;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}}}'),(714,176,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.026597131681878494191550998948514461517333984375;s:5:\"bytes\";i:13448;s:11:\"size_before\";i:95875;s:10:\"size_after\";i:82427;s:4:\"time\";d:0.6100000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:1582;s:11:\"size_before\";i:11145;s:10:\"size_after\";i:9563;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:792;s:11:\"size_before\";i:5123;s:10:\"size_after\";i:4331;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:16290;s:10:\"size_after\";i:13875;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:91;s:11:\"size_before\";i:15624;s:10:\"size_after\";i:13784;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2840;s:11:\"size_before\";i:19368;s:10:\"size_after\";i:16528;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:7960;s:10:\"size_after\";i:6800;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1922;s:11:\"size_before\";i:12680;s:10:\"size_after\";i:10758;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:12;s:11:\"size_before\";i:7685;s:10:\"size_after\";i:6788;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(715,177,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:862:\"<p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1600216097512\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-17710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(719,36,'_thumbnail_id','172'),(718,178,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:687:\"<p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1599769842561\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-17810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(722,34,'_thumbnail_id','176'),(721,179,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:4:\"text\";s:1073:\"<p>This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6542811165f3b2205cda16043487720\";s:19:\"_sow_form_timestamp\";s:13:\"1599769923563\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5a9c122a-4400-4fe5-b69e-8217dc801a82\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-17910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(725,32,'_thumbnail_id','174'),(724,180,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:4:\"text\";s:515:\"<p>Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1442320465f3b21cc844de266019221\";s:19:\"_sow_form_timestamp\";s:13:\"1599769978110\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c9f68c60-013d-4747-81ec-00e8ea14296b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(728,30,'_thumbnail_id','169'),(727,181,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:4:\"text\";s:542:\"<p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel-Polish.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"9432743495f3b219b4cf7e705464915\";s:19:\"_sow_form_timestamp\";s:13:\"1599770014486\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"79840e4f-2776-44f1-a9c5-4f89c0da8f86\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(730,182,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:4:\"text\";s:1025:\"<p>This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"19269633425f3b216900542956195598\";s:19:\"_sow_form_timestamp\";s:13:\"1599770066605\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"094c43e0-1dfb-42de-8a3a-ec3686ff5df2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(743,26,'_thumbnail_id','173'),(742,186,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:468:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\n\nUsed as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.\n\nProduct Item Number 405G\n\n<a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a>\n\n<a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"10711667605f3b213bb6b30254293630\";s:19:\"_sow_form_timestamp\";s:13:\"1599770372170\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4cd325d1-27ea-4439-a63d-79d50a2020e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(745,187,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:4:\"text\";s:943:\"<p>This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"15776599515f3b20da07313657395178\";s:19:\"_sow_form_timestamp\";s:13:\"1599770419482\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d208d3ad-7e86-4e6c-81d9-11ad81edc080\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(746,188,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-18810004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(747,189,'_wp_attached_file','2020/09/DKS_logo.png'),(748,189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:266;s:4:\"file\";s:20:\"2020/09/DKS_logo.png\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"DKS_logo-400x171.png\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"DKS_logo-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"DKS_logo-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"DKS_logo-436x266.png\";s:5:\"width\";i:436;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"DKS_logo-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(749,189,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:65.5825554672098149922021548263728618621826171875;s:5:\"bytes\";i:60212;s:11:\"size_before\";i:91811;s:10:\"size_after\";i:31599;s:4:\"time\";d:0.600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:19209;s:11:\"size_before\";i:27779;s:10:\"size_after\";i:8570;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.56999999999999317878973670303821563720703125;s:5:\"bytes\";i:6356;s:11:\"size_before\";i:9693;s:10:\"size_after\";i:3337;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:72.4599999999999937472239253111183643341064453125;s:5:\"bytes\";i:15306;s:11:\"size_before\";i:21124;s:10:\"size_after\";i:5818;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:55.02000000000000312638803734444081783294677734375;s:5:\"bytes\";i:9854;s:11:\"size_before\";i:17910;s:10:\"size_after\";i:8056;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:61.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15305;s:10:\"size_after\";i:5818;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(758,193,'_wp_attached_file','2020/09/DKS_logo-sq.png'),(759,193,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:624;s:6:\"height\";i:624;s:4:\"file\";s:23:\"2020/09/DKS_logo-sq.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-624x380.png\";s:5:\"width\";i:624;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-624x380.png\";s:5:\"width\";i:624;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-624x480.png\";s:5:\"width\";i:624;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-436x272.png\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(753,191,'_wp_attached_file','2020/09/DKS_logo-sm.png'),(754,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:312;s:6:\"height\";i:133;s:4:\"file\";s:23:\"2020/09/DKS_logo-sm.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sm-150x133.png\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sm-272x133.png\";s:5:\"width\";i:272;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:23:\"DKS_logo-sm-272x133.png\";s:5:\"width\";i:272;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(755,191,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:53.1579638464568660083386930637061595916748046875;s:5:\"bytes\";i:12145;s:11:\"size_before\";i:22847;s:10:\"size_after\";i:10702;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2372;s:11:\"size_before\";i:4580;s:10:\"size_after\";i:2208;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:60.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:6615;s:11:\"size_before\";i:10862;s:10:\"size_after\";i:4247;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7405;s:10:\"size_after\";i:4247;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}}}'),(760,194,'_wp_attached_file','2020/09/DKS_logocon-sq.png'),(761,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:535;s:6:\"height\";i:535;s:4:\"file\";s:26:\"2020/09/DKS_logocon-sq.png\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-535x380.png\";s:5:\"width\";i:535;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-535x380.png\";s:5:\"width\";i:535;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-535x480.png\";s:5:\"width\";i:535;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-436x272.png\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:26:\"DKS_logocon-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(762,193,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:61.71453160736601972757853218354284763336181640625;s:5:\"bytes\";i:104695;s:11:\"size_before\";i:169644;s:10:\"size_after\";i:64949;s:4:\"time\";d:1.350000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.0199999999999960209606797434389591217041015625;s:5:\"bytes\";i:20585;s:11:\"size_before\";i:29400;s:10:\"size_after\";i:8815;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:62.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:4767;s:11:\"size_before\";i:7616;s:10:\"size_after\";i:2849;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.52000000000000312638803734444081783294677734375;s:5:\"bytes\";i:15530;s:11:\"size_before\";i:26536;s:10:\"size_after\";i:11006;s:4:\"time\";d:0.450000000000000011102230246251565404236316680908203125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.43999999999999772626324556767940521240234375;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17315;s:10:\"size_after\";i:11006;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:58.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:15762;s:11:\"size_before\";i:27012;s:10:\"size_after\";i:11250;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.150000000000005684341886080801486968994140625;s:5:\"bytes\";i:10141;s:11:\"size_before\";i:15331;s:10:\"size_after\";i:5190;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.75;s:5:\"bytes\";i:24490;s:11:\"size_before\";i:34133;s:10:\"size_after\";i:9643;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:57.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:12301;s:10:\"size_after\";i:5190;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(763,194,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:75.716785269077462317000026814639568328857421875;s:5:\"bytes\";i:135449;s:11:\"size_before\";i:178889;s:10:\"size_after\";i:43440;s:4:\"time\";d:1.2600000000000000088817841970012523233890533447265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:87.099999999999994315658113919198513031005859375;s:5:\"bytes\";i:36132;s:11:\"size_before\";i:41485;s:10:\"size_after\";i:5353;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.5400000000000062527760746888816356658935546875;s:5:\"bytes\";i:9645;s:11:\"size_before\";i:12939;s:10:\"size_after\";i:3294;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.9500000000000028421709430404007434844970703125;s:5:\"bytes\";i:12186;s:11:\"size_before\";i:17896;s:10:\"size_after\";i:5378;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:56.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:332;s:11:\"size_before\";i:12265;s:10:\"size_after\";i:5378;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:14083;s:11:\"size_before\";i:20363;s:10:\"size_after\";i:6280;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.6299999999999954525264911353588104248046875;s:5:\"bytes\";i:14056;s:11:\"size_before\";i:19090;s:10:\"size_after\";i:5034;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:31165;s:11:\"size_before\";i:40180;s:10:\"size_after\";i:9015;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:74.7300000000000039790393202565610408782958984375;s:5:\"bytes\";i:1326;s:11:\"size_before\";i:14671;s:10:\"size_after\";i:3708;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}}}'),(764,195,'_wp_attached_file','2020/09/cropped-DKS_logocon-sq.png'),(765,195,'_wp_attachment_context','site-icon'),(766,195,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:34:\"2020/09/cropped-DKS_logocon-sq.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-436x272.png\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:32:\"cropped-DKS_logocon-sq-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(767,195,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:76.5012447085093896248508826829493045806884765625;s:5:\"bytes\";i:193910;s:11:\"size_before\";i:253473;s:10:\"size_after\";i:59563;s:4:\"time\";d:1.5;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:33841;s:11:\"size_before\";i:41720;s:10:\"size_after\";i:7879;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:7594;s:11:\"size_before\";i:10017;s:10:\"size_after\";i:2423;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20924;s:11:\"size_before\";i:27782;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.2800000000000000266453525910037569701671600341796875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:106;s:11:\"size_before\";i:25048;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.06999999999999317878973670303821563720703125;s:5:\"bytes\";i:24500;s:11:\"size_before\";i:31788;s:10:\"size_after\";i:7288;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:13530;s:11:\"size_before\";i:17774;s:10:\"size_after\";i:4244;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.9899999999999948840923025272786617279052734375;s:5:\"bytes\";i:30286;s:11:\"size_before\";i:39853;s:10:\"size_after\";i:9567;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13743;s:10:\"size_after\";i:4244;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:17906;s:11:\"size_before\";i:22730;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:7698;s:11:\"size_before\";i:10168;s:10:\"size_after\";i:2470;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:9309;s:11:\"size_before\";i:11891;s:10:\"size_after\";i:2582;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:421;s:11:\"size_before\";i:959;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(768,196,'_wp_attached_file','2020/09/cropped-DKS_logo-sq.png'),(769,196,'_wp_attachment_context','site-icon'),(770,196,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:31:\"2020/09/cropped-DKS_logo-sq.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-436x272.png\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:31:\"cropped-DKS_logo-sq-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:29:\"cropped-DKS_logo-sq-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(771,196,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:66.48176243082116343430243432521820068359375;s:5:\"bytes\";i:155564;s:11:\"size_before\";i:233995;s:10:\"size_after\";i:78431;s:4:\"time\";d:1.9000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:71.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:23015;s:11:\"size_before\";i:32035;s:10:\"size_after\";i:9020;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:5186;s:11:\"size_before\";i:8050;s:10:\"size_after\";i:2864;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.0499999999999971578290569595992565155029296875;s:5:\"bytes\";i:21304;s:11:\"size_before\";i:31774;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:25626;s:10:\"size_after\";i:10470;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.6700000000000017053025658242404460906982421875;s:5:\"bytes\";i:21519;s:11:\"size_before\";i:32278;s:10:\"size_after\";i:10759;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:66.4200000000000017053025658242404460906982421875;s:5:\"bytes\";i:11062;s:11:\"size_before\";i:16654;s:10:\"size_after\";i:5592;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:70.8799999999999954525264911353588104248046875;s:5:\"bytes\";i:25828;s:11:\"size_before\";i:36440;s:10:\"size_after\";i:10612;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:59.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13917;s:10:\"size_after\";i:5592;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:67.2399999999999948840923025272786617279052734375;s:5:\"bytes\";i:11178;s:11:\"size_before\";i:16623;s:10:\"size_after\";i:5445;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:65.2699999999999960209606797434389591217041015625;s:5:\"bytes\";i:6572;s:11:\"size_before\";i:10069;s:10:\"size_after\";i:3497;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:64.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:6099;s:11:\"size_before\";i:9439;s:10:\"size_after\";i:3340;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:320;s:11:\"size_before\";i:1090;s:10:\"size_after\";i:770;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(772,197,'_wp_attached_file','2020/09/cropped-DKS_logocon-sq-1.png'),(773,197,'_wp_attachment_context','site-icon'),(774,197,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2020/09/cropped-DKS_logocon-sq-1.png\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-150x192.png\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-512x380.png\";s:5:\"width\";i:512;s:6:\"height\";i:380;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-512x480.png\";s:5:\"width\";i:512;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-436x272.png\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:36:\"cropped-DKS_logocon-sq-1-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:34:\"cropped-DKS_logocon-sq-1-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(775,197,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:76.5012447085093896248508826829493045806884765625;s:5:\"bytes\";i:193910;s:11:\"size_before\";i:253473;s:10:\"size_after\";i:59563;s:4:\"time\";d:1.4300000000000003819167204710538499057292938232421875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:81.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:33841;s:11:\"size_before\";i:41720;s:10:\"size_after\";i:7879;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.81000000000000227373675443232059478759765625;s:5:\"bytes\";i:7594;s:11:\"size_before\";i:10017;s:10:\"size_after\";i:2423;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.7000000000000028421709430404007434844970703125;s:5:\"bytes\";i:20924;s:11:\"size_before\";i:27782;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:73.0400000000000062527760746888816356658935546875;s:5:\"bytes\";i:106;s:11:\"size_before\";i:25048;s:10:\"size_after\";i:6752;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:77.06999999999999317878973670303821563720703125;s:5:\"bytes\";i:24500;s:11:\"size_before\";i:31788;s:10:\"size_after\";i:7288;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:76.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:13530;s:11:\"size_before\";i:17774;s:10:\"size_after\";i:4244;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.9899999999999948840923025272786617279052734375;s:5:\"bytes\";i:30286;s:11:\"size_before\";i:39853;s:10:\"size_after\";i:9567;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:69.1200000000000045474735088646411895751953125;s:5:\"bytes\";i:0;s:11:\"size_before\";i:13743;s:10:\"size_after\";i:4244;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:13:\"site_icon-270\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.780000000000001136868377216160297393798828125;s:5:\"bytes\";i:17906;s:11:\"size_before\";i:22730;s:10:\"size_after\";i:4824;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:13:\"site_icon-192\";O:8:\"stdClass\":5:{s:7:\"percent\";d:75.7099999999999937472239253111183643341064453125;s:5:\"bytes\";i:7698;s:11:\"size_before\";i:10168;s:10:\"size_after\";i:2470;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:13:\"site_icon-180\";O:8:\"stdClass\":5:{s:7:\"percent\";d:78.2900000000000062527760746888816356658935546875;s:5:\"bytes\";i:9309;s:11:\"size_before\";i:11891;s:10:\"size_after\";i:2582;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"site_icon-32\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:421;s:11:\"size_before\";i:959;s:10:\"size_after\";i:538;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(787,204,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599783312382\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20410000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-20410001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"forminator_widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:4:\"left\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}}}'),(788,205,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:10:\"Contact Us\";s:4:\"text\";s:190:\"<p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7698283305f5a8849b384c357449239\";s:19:\"_sow_form_timestamp\";s:13:\"1599783312382\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"116e6806-5367-49a1-b26b-00355d8613db\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-11710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:1;a:6:{s:5:\"title\";s:0:\"\";s:9:\"form_type\";s:4:\"form\";s:7:\"form_id\";s:3:\"119\";s:22:\"so_sidebar_emulator_id\";s:26:\"forminator_widget-11710001\";s:11:\"option_name\";s:24:\"widget_forminator_widget\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:17:\"forminator_widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ce74c974-11b6-4883-9017-69e9d4a8e869\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";d:0.61803397999999998280173940656823106110095977783203125;s:15:\"ratio_direction\";s:4:\"left\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.381966007907942717292115730742807500064373016357421875;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.61803399209205733821903550051501952111721038818359375;s:5:\"style\";a:0:{}}}}'),(789,206,'panels_data','a:3:{s:7:\"widgets\";a:5:{i:0;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20610002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20610003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20610004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:5:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(790,207,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:295;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1605557654977\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:13:\"width: 300px;\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-20710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-20710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-20710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(792,209,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599783570549\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:2;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599783625061\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599783649013\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710003\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:4;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:15:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(796,211,'_wp_attached_file','2020/09/bg_Gradient1.jpg'),(797,211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1;s:6:\"height\";i:210;s:4:\"file\";s:24:\"2020/09/bg_Gradient1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg_Gradient1-1x192.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"bg_Gradient1-1x182.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"bg_Gradient1-1x182.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(798,211,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:39.53925716972261028558932594023644924163818359375;s:5:\"bytes\";i:841;s:11:\"size_before\";i:2127;s:10:\"size_after\";i:1286;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:43.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:337;s:11:\"size_before\";i:769;s:10:\"size_after\";i:432;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.5499999999999971578290569595992565155029296875;s:5:\"bytes\";i:343;s:11:\"size_before\";i:770;s:10:\"size_after\";i:427;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.379999999999999005240169935859739780426025390625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:588;s:10:\"size_after\";i:427;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(799,212,'_wp_attached_file','2020/09/bg_Gradient2.jpg'),(800,212,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1;s:6:\"height\";i:210;s:4:\"file\";s:24:\"2020/09/bg_Gradient2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bg_Gradient2-1x192.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"bg_Gradient2-1x182.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"bg_Gradient2-1x182.jpg\";s:5:\"width\";i:1;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(801,212,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:40.33492822966507418414039420895278453826904296875;s:5:\"bytes\";i:843;s:11:\"size_before\";i:2090;s:10:\"size_after\";i:1247;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:3:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:44.93999999999999772626324556767940521240234375;s:5:\"bytes\";i:342;s:11:\"size_before\";i:761;s:10:\"size_after\";i:419;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.4500000000000028421709430404007434844970703125;s:5:\"bytes\";i:345;s:11:\"size_before\";i:759;s:10:\"size_after\";i:414;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:0;s:11:\"size_before\";i:570;s:10:\"size_after\";i:414;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(802,213,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599783570549\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21310001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599783625061\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21310002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599783649013\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21310003\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21310004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21310006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21310007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21310008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(803,214,'panels_data','a:3:{s:7:\"widgets\";a:9:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599783570549\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599783625061\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:5:\"below\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599783649013\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710003\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(804,215,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21510000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21510001\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:244:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/soak-tank-service/\">Read More</a>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599784832440\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21510003\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:4;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:229:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/grease-filter-service/\">Read More</a>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599784887611\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-21510005\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:6;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:235:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n<p><a class=\"button\" href=\"http://dks.welbornwebsites.com/products/\">Read More</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599784930744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:7;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-21510011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(805,216,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:244:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/soak-tank-service/\">Read More</a>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599784832440\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710003\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:4;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:229:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/grease-filter-service/\">Read More</a>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599784887611\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710005\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:6;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:235:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n<p><a class=\"button\" href=\"http://dks.welbornwebsites.com/products/\">Read More</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599784930744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710006\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:7;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(885,234,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-23410000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-23410001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-23410003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-23410004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-23410006\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-23410007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-23410009\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23410014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(806,217,'_wp_attached_file','2020/09/metal-bg.jpg'),(807,217,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:231;s:6:\"height\";i:1280;s:4:\"file\";s:20:\"2020/09/metal-bg.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"metal-bg-92x512.jpg\";s:5:\"width\";i:92;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"metal-bg-185x1024.jpg\";s:5:\"width\";i:185;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"metal-bg-150x192.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x380.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x380.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x480.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x182.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x272.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:20:\"metal-bg-231x182.jpg\";s:5:\"width\";i:231;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(808,217,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:45.0571727218016491178786964155733585357666015625;s:5:\"bytes\";i:14225;s:11:\"size_before\";i:31571;s:10:\"size_after\";i:17346;s:4:\"time\";d:0.360000000000000042188474935755948536098003387451171875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.88000000000000255795384873636066913604736328125;s:5:\"bytes\";i:1050;s:11:\"size_before\";i:2148;s:10:\"size_after\";i:1098;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:49.49000000000000198951966012828052043914794921875;s:5:\"bytes\";i:3889;s:11:\"size_before\";i:7858;s:10:\"size_after\";i:3969;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.8900000000000005684341886080801486968994140625;s:5:\"bytes\";i:737;s:11:\"size_before\";i:1539;s:10:\"size_after\";i:802;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.61999999999999744204615126363933086395263671875;s:5:\"bytes\";i:2014;s:11:\"size_before\";i:4142;s:10:\"size_after\";i:2128;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.629999999999999005240169935859739780426025390625;s:5:\"bytes\";i:0;s:11:\"size_before\";i:3024;s:10:\"size_after\";i:2128;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.25;s:5:\"bytes\";i:2500;s:11:\"size_before\";i:5405;s:10:\"size_after\";i:2905;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.06000000000000227373675443232059478759765625;s:5:\"bytes\";i:1127;s:11:\"size_before\";i:2395;s:10:\"size_after\";i:1268;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:45.840000000000003410605131648480892181396484375;s:5:\"bytes\";i:1508;s:11:\"size_before\";i:3290;s:10:\"size_after\";i:1782;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.469999999999998863131622783839702606201171875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:1770;s:10:\"size_after\";i:1266;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(811,219,'_wp_attached_file','2020/09/metal-bg-copy.jpg'),(812,219,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:25:\"2020/09/metal-bg-copy.jpg\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-800x533.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-150x192.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:27:\"metal-bg-copy-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:26:\"metal-bg-copy-1080x380.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-960x480.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:25:\"metal-bg-copy-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(813,219,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:27.7587898571953388682231889106333255767822265625;s:5:\"bytes\";i:119390;s:11:\"size_before\";i:430098;s:10:\"size_after\";i:310708;s:4:\"time\";d:1.6599999999999999200639422269887290894985198974609375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.1700000000000017053025658242404460906982421875;s:5:\"bytes\";i:2386;s:11:\"size_before\";i:9117;s:10:\"size_after\";i:6731;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:12140;s:11:\"size_before\";i:41957;s:10:\"size_after\";i:29817;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.5;s:5:\"bytes\";i:785;s:11:\"size_before\";i:2962;s:10:\"size_after\";i:2177;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:11058;s:11:\"size_before\";i:38371;s:10:\"size_after\";i:27313;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:50767;s:11:\"size_before\";i:190071;s:10:\"size_after\";i:139304;s:4:\"time\";d:0.40000000000000002220446049250313080847263336181640625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.25;s:5:\"bytes\";i:7635;s:11:\"size_before\";i:27025;s:10:\"size_after\";i:19390;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:13830;s:11:\"size_before\";i:47582;s:10:\"size_after\";i:33752;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.010000000000001563194018672220408916473388671875;s:5:\"bytes\";i:16348;s:11:\"size_before\";i:54467;s:10:\"size_after\";i:38119;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.260000000000001563194018672220408916473388671875;s:5:\"bytes\";i:1111;s:11:\"size_before\";i:4399;s:10:\"size_after\";i:3288;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:2683;s:11:\"size_before\";i:10214;s:10:\"size_after\";i:7531;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.449999999999999289457264239899814128875732421875;s:5:\"bytes\";i:2;s:11:\"size_before\";i:3933;s:10:\"size_after\";i:3286;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}}}'),(875,227,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:17:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6616491995f5c0c788f593352875612\";s:19:\"_sow_form_timestamp\";s:13:\"1599868243793\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"edefcc21-2cb7-4778-9df6-4c138e5b8236\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6439484525f5c0c7b828fe864060709\";s:19:\"_sow_form_timestamp\";s:13:\"1599868060231\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6a86a89d-cc72-4e85-8259-30a4dfff287d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:8;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:10;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:12;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22710012\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(816,220,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215400744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215378094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215369515\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22010010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22010011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(821,223,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19:\"<p>Coming Soon</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3065586795f3b1f9d073b8828756163\";s:19:\"_sow_form_timestamp\";s:13:\"1597710245202\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"af3ee8b7-1b2d-4ea4-bc98-53f7bc0d3ac2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:8:\"loop.php\";s:5:\"posts\";s:177:\"post_type=post&tax_query=category:product&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC&posts_per_page=9\";s:12:\"_sow_form_id\";s:32:\"11550848915f5c05ea3f54f063450960\";s:19:\"_sow_form_timestamp\";s:13:\"1599866383834\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b6a2651a-3424-4bdd-91b0-330e66d439dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:4:\"more\";b:0;s:22:\"so_sidebar_emulator_id\";s:35:\"siteorigin-panels-postloop-22310001\";s:11:\"option_name\";s:33:\"widget_siteorigin-panels-postloop\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(822,224,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:19:\"<p>Coming Soon</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3065586795f3b1f9d073b8828756163\";s:19:\"_sow_form_timestamp\";s:13:\"1597710245202\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"af3ee8b7-1b2d-4ea4-bc98-53f7bc0d3ac2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:8:\"loop.php\";s:5:\"posts\";s:177:\"post_type=post&tax_query=category:product&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC&posts_per_page=9\";s:12:\"_sow_form_id\";s:32:\"11550848915f5c05ea3f54f063450960\";s:19:\"_sow_form_timestamp\";s:13:\"1599866383834\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b6a2651a-3424-4bdd-91b0-330e66d439dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:4:\"more\";b:0;s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-postloop-1810001\";s:11:\"option_name\";s:33:\"widget_siteorigin-panels-postloop\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(873,225,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:8:\"loop.php\";s:5:\"posts\";s:177:\"post_type=post&tax_query=category:product&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC&posts_per_page=9\";s:12:\"_sow_form_id\";s:32:\"11550848915f5c05ea3f54f063450960\";s:19:\"_sow_form_timestamp\";s:13:\"1599866383834\";s:4:\"more\";b:0;s:22:\"so_sidebar_emulator_id\";s:35:\"siteorigin-panels-postloop-22510000\";s:11:\"option_name\";s:33:\"widget_siteorigin-panels-postloop\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b6a2651a-3424-4bdd-91b0-330e66d439dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:6:\"images\";a:7:{i:0;a:6:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 32\";s:10:\"new_window\";b:0;}i:4;a:6:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 34\";s:10:\"new_window\";b:0;}i:5;a:6:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 36\";s:10:\"new_window\";b:0;}i:6;a:6:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 38\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";d:300;s:7:\"spacing\";s:4:\"20px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"15927810105f5c093e9453c105550726\";s:19:\"_sow_form_timestamp\";s:13:\"1599867421243\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3e3c03ac-9f82-40db-b3cb-4d7492326a6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-image-grid-22510001\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(823,47,'wp-smush-lossy','1'),(824,49,'wp-smush-lossy','1'),(825,48,'wp-smush-lossy','1'),(826,131,'wp-smush-lossy','1'),(827,132,'wp-smush-lossy','1'),(828,133,'wp-smush-lossy','1'),(829,134,'wp-smush-lossy','1'),(830,135,'wp-smush-lossy','1'),(831,136,'wp-smush-lossy','1'),(832,137,'wp-smush-lossy','1'),(833,138,'wp-smush-lossy','1'),(834,139,'wp-smush-lossy','1'),(835,140,'wp-smush-lossy','1'),(836,141,'wp-smush-lossy','1'),(837,143,'wp-smush-lossy','1'),(838,144,'wp-smush-lossy','1'),(839,146,'wp-smush-lossy','1'),(840,147,'wp-smush-lossy','1'),(841,148,'wp-smush-lossy','1'),(842,149,'wp-smush-lossy','1'),(843,150,'wp-smush-lossy','1'),(844,151,'wp-smush-lossy','1'),(845,153,'wp-smush-lossy','1'),(846,154,'wp-smush-lossy','1'),(847,155,'wp-smush-lossy','1'),(848,152,'wp-smush-lossy','1'),(849,163,'wp-smush-lossy','1'),(850,164,'wp-smush-lossy','1'),(851,165,'wp-smush-lossy','1'),(852,166,'wp-smush-lossy','1'),(853,167,'wp-smush-lossy','1'),(854,183,'wp-smush-lossy','1'),(855,169,'wp-smush-lossy','1'),(856,171,'wp-smush-lossy','1'),(857,172,'wp-smush-lossy','1'),(858,173,'wp-smush-lossy','1'),(859,174,'wp-smush-lossy','1'),(860,184,'wp-smush-lossy','1'),(861,176,'wp-smush-lossy','1'),(862,189,'wp-smush-lossy','1'),(863,191,'wp-smush-lossy','1'),(864,193,'wp-smush-lossy','1'),(865,194,'wp-smush-lossy','1'),(866,195,'wp-smush-lossy','1'),(867,196,'wp-smush-lossy','1'),(868,197,'wp-smush-lossy','1'),(869,211,'wp-smush-lossy','1'),(870,212,'wp-smush-lossy','1'),(871,217,'wp-smush-lossy','1'),(872,219,'wp-smush-lossy','1'),(874,226,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:8:\"template\";s:8:\"loop.php\";s:5:\"posts\";s:177:\"post_type=post&tax_query=category:product&date_type=specific&date_query={\"after\":\"\",\"before\":\"\"}&date_query_relative={\"from\":[],\"to\":[]}&orderby=date&order=DESC&posts_per_page=9\";s:12:\"_sow_form_id\";s:32:\"11550848915f5c05ea3f54f063450960\";s:19:\"_sow_form_timestamp\";s:13:\"1599866383834\";s:4:\"more\";b:0;s:22:\"so_sidebar_emulator_id\";s:34:\"siteorigin-panels-postloop-1810000\";s:11:\"option_name\";s:33:\"widget_siteorigin-panels-postloop\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b6a2651a-3424-4bdd-91b0-330e66d439dd\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:7:{s:6:\"images\";a:7:{i:0;a:6:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:10:\"new_window\";b:0;}i:1;a:6:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:10:\"new_window\";b:0;}i:2;a:6:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:10:\"new_window\";b:0;}i:3;a:6:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 32\";s:10:\"new_window\";b:0;}i:4;a:6:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 34\";s:10:\"new_window\";b:0;}i:5;a:6:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 36\";s:10:\"new_window\";b:0;}i:6;a:6:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 38\";s:10:\"new_window\";b:0;}}s:7:\"display\";a:6:{s:15:\"attachment_size\";s:6:\"medium\";s:10:\"max_height\";b:0;s:9:\"max_width\";d:300;s:7:\"spacing\";s:4:\"20px\";s:12:\"spacing_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:32:\"15927810105f5c093e9453c105550726\";s:19:\"_sow_form_timestamp\";s:13:\"1599867421243\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:35:\"SiteOrigin_Widgets_ImageGrid_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3e3c03ac-9f82-40db-b3cb-4d7492326a6e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"sow-image-grid-1810001\";s:11:\"option_name\";s:21:\"widget_sow-image-grid\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(947,267,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13330259445f61530ec34ec098026101\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"c928a2ad-e882-4b80-b545-8608a723194d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:266;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600214024965\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26710010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(959,38,'_thumbnail_id','270'),(964,276,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1600215634312\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600215642708\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1600215651785\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 34\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215660989\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 36\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215670907\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 38\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215686936\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(948,268,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13330259445f61530ec34ec098026101\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"c928a2ad-e882-4b80-b545-8608a723194d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:266;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600214024965\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(876,228,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:2;a:17:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6616491995f5c0c788f593352875612\";s:19:\"_sow_form_timestamp\";s:13:\"1599868243793\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"edefcc21-2cb7-4778-9df6-4c138e5b8236\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6439484525f5c0c7b828fe864060709\";s:19:\"_sow_form_timestamp\";s:13:\"1599868060231\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"6a86a89d-cc72-4e85-8259-30a4dfff287d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:8;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:10;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:12;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810012\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(877,229,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6616491995f5c0c788f593352875612\";s:19:\"_sow_form_timestamp\";s:13:\"1599868243793\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"edefcc21-2cb7-4778-9df6-4c138e5b8236\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6439484525f5c0c7b828fe864060709\";s:19:\"_sow_form_timestamp\";s:13:\"1599868060231\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6a86a89d-cc72-4e85-8259-30a4dfff287d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910010\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-22910012\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-22910013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(919,256,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(878,230,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:174;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:39:\"DKS Mighty Clean Stainless Steel Polish\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6616491995f5c0c788f593352875612\";s:19:\"_sow_form_timestamp\";s:13:\"1599868243793\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"edefcc21-2cb7-4778-9df6-4c138e5b8236\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:133:\"<p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6439484525f5c0c7b828fe864060709\";s:19:\"_sow_form_timestamp\";s:13:\"1599868060231\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"6a86a89d-cc72-4e85-8259-30a4dfff287d\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810012\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:9:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(886,235,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1678:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1597709221596\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(887,236,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:23:\"FEATURES & BENEFITS\";s:4:\"text\";s:1699:\"<h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1599870308647\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(888,237,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:21:\"Grease Filter Service\";s:4:\"text\";s:1375:\"<h2>FEATURES & BENEFITS</h2>\n<h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1597710212621\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}s:10:\"cell_index\";i:0;}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(893,240,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:18:\"DKS Soaking Center\";s:4:\"text\";s:4076:\"<p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1599869609389\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1040,304,'logs','report'),(1039,304,'files_count',''),(1038,304,'error',''),(892,239,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:23:\"FEATURES & BENEFITS\";s:4:\"text\";s:1342:\"<h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"20268368135f3b1f723eb40331555274\";s:19:\"_sow_form_timestamp\";s:13:\"1599869570005\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6b716208-8c1e-4a01-b7f7-d0580adf1ff4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-23910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(896,243,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24310001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24310003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24310004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24310006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24310007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24310009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24310014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(897,244,'panels_data','a:3:{s:7:\"widgets\";a:15:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:174:\"<blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1597708896428\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:173:\"<p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1597709302111\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(898,245,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24510000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24510001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24510003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24510004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24510006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24510007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-24510009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24510014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-24510015\";s:11:\"option_name\";s:16:\"widget_sow-image\";}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(899,246,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1599784783247\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(900,247,'_wp_attached_file','2020/09/Soak-Tank-scaled.jpeg'),(901,247,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:29:\"2020/09/Soak-Tank-scaled.jpeg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-400x267.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-800x533.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-150x192.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:24:\"Soak-Tank-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:24:\"Soak-Tank-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:23:\"Soak-Tank-1080x380.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-960x480.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:22:\"Soak-Tank-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}s:14:\"original_image\";s:14:\"Soak-Tank.jpeg\";}'),(902,247,'wp-smush-lossy','1'),(903,247,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.679030664207797229892094037495553493499755859375;s:5:\"bytes\";i:155332;s:11:\"size_before\";i:990699;s:10:\"size_after\";i:835367;s:4:\"time\";d:3.29999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.75;s:5:\"bytes\";i:3438;s:11:\"size_before\";i:21835;s:10:\"size_after\";i:18397;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:10558;s:11:\"size_before\";i:68762;s:10:\"size_after\";i:58204;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:1238;s:11:\"size_before\";i:7146;s:10:\"size_after\";i:5908;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9467;s:11:\"size_before\";i:63811;s:10:\"size_after\";i:54344;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:34279;s:11:\"size_before\";i:217106;s:10:\"size_after\";i:182827;s:4:\"time\";d:1.2399999999999999911182158029987476766109466552734375;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:60248;s:11:\"size_before\";i:372856;s:10:\"size_after\";i:312608;s:4:\"time\";d:0.88000000000000000444089209850062616169452667236328125;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.5600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:7541;s:11:\"size_before\";i:48474;s:10:\"size_after\";i:40933;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:11097;s:11:\"size_before\";i:69874;s:10:\"size_after\";i:58777;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:11534;s:11:\"size_before\";i:74859;s:10:\"size_after\";i:63325;s:4:\"time\";d:0.25;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.620000000000000994759830064140260219573974609375;s:5:\"bytes\";i:1982;s:11:\"size_before\";i:11923;s:10:\"size_after\";i:9941;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3901;s:11:\"size_before\";i:24112;s:10:\"size_after\";i:20211;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:49;s:11:\"size_before\";i:9941;s:10:\"size_after\";i:9892;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(904,248,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:18:\"DKS Soaking Center\";s:4:\"text\";s:4243:\"<p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21091638295f3b1d3d79a30872168395\";s:19:\"_sow_form_timestamp\";s:13:\"1599870160851\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f90053a8-8582-4962-aeb2-9aa42fa6dfb9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-24810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(906,250,'_wp_attached_file','2020/09/grease-tank-scaled.jpeg'),(907,250,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1780;s:4:\"file\";s:31:\"2020/09/grease-tank-scaled.jpeg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"grease-tank-400x278.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"grease-tank-800x556.jpeg\";s:5:\"width\";i:800;s:6:\"height\";i:556;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"grease-tank-150x192.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"grease-tank-768x534.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:26:\"grease-tank-1536x1068.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1068;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"2048x2048\";a:4:{s:4:\"file\";s:26:\"grease-tank-2048x1424.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1424;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:24:\"grease-tank-720x380.jpeg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:25:\"grease-tank-1080x380.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:24:\"grease-tank-960x480.jpeg\";s:5:\"width\";i:960;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:24:\"grease-tank-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:24:\"grease-tank-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:24:\"grease-tank-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}s:14:\"original_image\";s:16:\"grease-tank.jpeg\";}'),(908,250,'wp-smush-lossy','1'),(909,250,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.3194222569110660714386540348641574382781982421875;s:5:\"bytes\";i:176257;s:11:\"size_before\";i:1150546;s:10:\"size_after\";i:974289;s:4:\"time\";d:3.239999999999999769073610877967439591884613037109375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4023;s:11:\"size_before\";i:26165;s:10:\"size_after\";i:22142;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:12383;s:11:\"size_before\";i:82251;s:10:\"size_after\";i:69868;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.25;s:5:\"bytes\";i:1476;s:11:\"size_before\";i:8555;s:10:\"size_after\";i:7079;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:11621;s:11:\"size_before\";i:76871;s:10:\"size_after\";i:65250;s:4:\"time\";d:0.75;}s:9:\"1536x1536\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:38944;s:11:\"size_before\";i:254591;s:10:\"size_after\";i:215647;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;}s:9:\"2048x2048\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:69746;s:11:\"size_before\";i:439312;s:10:\"size_after\";i:369566;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:8052;s:11:\"size_before\";i:53713;s:10:\"size_after\";i:45661;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:11209;s:11:\"size_before\";i:74657;s:10:\"size_after\";i:63448;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:12215;s:11:\"size_before\";i:82154;s:10:\"size_after\";i:69939;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.71000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2252;s:11:\"size_before\";i:13475;s:10:\"size_after\";i:11223;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:4264;s:11:\"size_before\";i:27579;s:10:\"size_after\";i:23315;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.64000000000000001332267629550187848508358001708984375;s:5:\"bytes\";i:72;s:11:\"size_before\";i:11223;s:10:\"size_after\";i:11151;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(911,138,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:640;s:6:\"height\";i:338;s:4:\"file\";s:12:\"IMG_0322.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0322-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0322-400x211.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"vantage-carousel-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0322-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:22:\"vantage-grid-loop-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0322-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"IMG_0322-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1004,293,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29310001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29310003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29310004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29310006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29310007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29310009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29310014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29310015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(917,254,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:167;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1599783724763\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(924,258,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1600212286994\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25810001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25810003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25810006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25810007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-25810009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25810014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25810015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(918,255,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:184;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1599868221524\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:183;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1599868261155\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-25510010\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-25510011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(938,264,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:260;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1600213495094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(920,257,'_wp_attached_file','2020/09/Soaking-Beats-Scrubbing.jpg'),(921,257,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:990;s:6:\"height\";i:185;s:4:\"file\";s:35:\"2020/09/Soaking-Beats-Scrubbing.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Soaking-Beats-Scrubbing-400x75.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-800x149.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-150x185.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-768x144.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:144;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-720x185.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-960x185.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-436x185.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:35:\"Soaking-Beats-Scrubbing-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";}}'),(922,257,'wp-smush-lossy','1'),(923,257,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:15.869635250742742726970391231589019298553466796875;s:5:\"bytes\";i:26601;s:11:\"size_before\";i:167622;s:10:\"size_after\";i:141021;s:4:\"time\";d:0.74999999999999988897769753748434595763683319091796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.75;s:5:\"bytes\";i:1505;s:11:\"size_before\";i:8984;s:10:\"size_after\";i:7479;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:4124;s:11:\"size_before\";i:26635;s:10:\"size_after\";i:22511;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.839999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:6764;s:10:\"size_after\";i:5557;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2200000000000006394884621840901672840118408203125;s:5:\"bytes\";i:3645;s:11:\"size_before\";i:23955;s:10:\"size_after\";i:20310;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:4738;s:11:\"size_before\";i:27433;s:10:\"size_after\";i:22695;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:6499;s:11:\"size_before\";i:37379;s:10:\"size_after\";i:30880;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1606;s:11:\"size_before\";i:10208;s:10:\"size_after\";i:8602;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:17662;s:10:\"size_after\";i:14445;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.6999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:60;s:11:\"size_before\";i:8602;s:10:\"size_after\";i:8542;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}}}'),(925,259,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1600212286994\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(928,261,'_wp_attached_file','2020/08/Strike-Bac-edit.jpeg'),(929,261,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:768;s:4:\"file\";s:28:\"2020/08/Strike-Bac-edit.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-150x192.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-600x380.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-600x380.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-436x272.jpeg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:28:\"Strike-Bac-edit-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(932,261,'wp-smush-lossy','1'),(933,261,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:13.45616973757677214962313883006572723388671875;s:5:\"bytes\";i:21931;s:11:\"size_before\";i:162981;s:10:\"size_after\";i:141050;s:4:\"time\";d:1.010000000000000230926389122032560408115386962890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:4438;s:11:\"size_before\";i:29615;s:10:\"size_after\";i:25177;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.35000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1112;s:11:\"size_before\";i:6409;s:10:\"size_after\";i:5297;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.14999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4905;s:11:\"size_before\";i:30368;s:10:\"size_after\";i:25463;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.330000000000000015543122344752191565930843353271484375;s:5:\"bytes\";i:84;s:11:\"size_before\";i:25463;s:10:\"size_after\";i:25379;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.1099999999999994315658113919198513031005859375;s:5:\"bytes\";i:7292;s:11:\"size_before\";i:34547;s:10:\"size_after\";i:27255;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1475;s:11:\"size_before\";i:9887;s:10:\"size_after\";i:8412;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2584;s:11:\"size_before\";i:18280;s:10:\"size_after\";i:15696;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.4899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:41;s:11:\"size_before\";i:8412;s:10:\"size_after\";i:8371;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}}}'),(937,263,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:260;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"2574829895f5c0ca1a4975431751165\";s:19:\"_sow_form_timestamp\";s:13:\"1600213495094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"573f107d-9ca3-4741-b611-089636a3e404\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-26310010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26310011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(935,262,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:687:\"<p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1599769842561\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-26210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(957,271,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600214707873\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27110010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27110011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(961,273,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215400744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215378094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215369515\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27310010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27310011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(953,270,'_wp_attached_file','2020/09/Lime-Remover_b.jpeg'),(954,270,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:301;s:6:\"height\";i:603;s:4:\"file\";s:27:\"2020/09/Lime-Remover_b.jpeg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-256x512.jpeg\";s:5:\"width\";i:256;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-150x192.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-301x380.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-301x380.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"vantage-slide\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-301x480.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-301x272.jpeg\";s:5:\"width\";i:301;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:27:\"Lime-Remover_b-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(955,270,'wp-smush-lossy','1'),(956,270,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.5158154183212371179934052634052932262420654296875;s:5:\"bytes\";i:10933;s:11:\"size_before\";i:94939;s:10:\"size_after\";i:84006;s:4:\"time\";d:0.479999999999999982236431605997495353221893310546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:2239;s:11:\"size_before\";i:15488;s:10:\"size_after\";i:13249;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:915;s:11:\"size_before\";i:6240;s:10:\"size_after\";i:5325;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:15;s:5:\"bytes\";i:2314;s:11:\"size_before\";i:15429;s:10:\"size_after\";i:13115;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.340000000000000024424906541753443889319896697998046875;s:5:\"bytes\";i:45;s:11:\"size_before\";i:13115;s:10:\"size_after\";i:13070;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:13:\"vantage-slide\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:18599;s:10:\"size_after\";i:16035;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1147;s:11:\"size_before\";i:7665;s:10:\"size_after\";i:6518;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1696;s:11:\"size_before\";i:11885;s:10:\"size_after\";i:10189;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.200000000000000011102230246251565404236316680908203125;s:5:\"bytes\";i:13;s:11:\"size_before\";i:6518;s:10:\"size_after\";i:6505;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(962,274,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215400744\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215378094\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215369515\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(958,272,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1599868215730\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600213487420\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810002\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1599868229219\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1599868249153\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810006\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1599868256386\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810008\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600214707873\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-image-1810010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:18:\"sow-editor-1810011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'); INSERT INTO `wp_postmeta` VALUES (963,275,'panels_data','a:3:{s:7:\"widgets\";a:12:{i:0;a:17:{s:5:\"image\";i:173;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 26\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6076948635f5c0b30eecd9580315765\";s:19:\"_sow_form_timestamp\";s:13:\"1600215634312\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"78d55a28-fe31-41da-a5f3-f8f67c7674b2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:141:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"3165867075f5c0be1cf59f590609942\";s:19:\"_sow_form_timestamp\";s:13:\"1599867907354\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e613e041-f13d-4f37-8b62-fed379916609\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:17:{s:5:\"image\";i:261;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:73:\"10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 28\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"5576681745f5c0b6dbd539618714275\";s:19:\"_sow_form_timestamp\";s:13:\"1600215642708\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"fb9c3b06-54e1-4f45-9b5f-a21dabbb24d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510002\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:186:\"<p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1482496555f5c0c257048e762389949\";s:19:\"_sow_form_timestamp\";s:13:\"1599867971529\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"c6da613d-9b32-418d-a233-ad1e75d381d9\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:169;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 30\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"8136867275f5c0b6b7e11d052326913\";s:19:\"_sow_form_timestamp\";s:13:\"1600215651785\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"6e7fd9fb-db48-44a7-a87a-83c5d841959e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510004\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:146:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17559765725f5c0c27b9124054522588\";s:19:\"_sow_form_timestamp\";s:13:\"1599867996006\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:2;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"f473ad8f-5296-4a3a-8548-3cd415058314\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:6;a:17:{s:5:\"image\";i:176;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 34\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"11069193375f5c0cfe1fa17953267588\";s:19:\"_sow_form_timestamp\";s:13:\"1600215660989\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"092cddab-3e3a-4f12-9daf-da1895244325\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510006\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:148:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"17631443435f5c0ca488615483252598\";s:19:\"_sow_form_timestamp\";s:13:\"1599868100893\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"2e314454-dff3-4a28-9703-fed8d24f8f15\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:17:{s:5:\"image\";i:172;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 36\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"4247088415f5c0cd73ee57880421556\";s:19:\"_sow_form_timestamp\";s:13:\"1600215670907\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"bd28a366-f3f4-48da-86f5-1d58eec3b6c3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510008\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:160:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"843406425f5c0cd866b0b142042090\";s:19:\"_sow_form_timestamp\";s:13:\"1599868151926\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"283138a1-c803-4b32-b52d-948777b3b3ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:17:{s:5:\"image\";i:270;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 38\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"6160563825f6154b050d88735882587\";s:19:\"_sow_form_timestamp\";s:13:\"1600215686936\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"64821c98-3429-4109-b428-fe2ad9c383b4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-27510010\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:144:\"<p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"330964865f5c0cff4816c937036216\";s:19:\"_sow_form_timestamp\";s:13:\"1599868187898\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27510011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"35e548ea-9a66-40d6-9b1b-357ba307e853\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:2:{i:0;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:11:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1037,304,'vantage_panels_no_legacy','true'),(968,278,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:49:\"Mighty Clean Lime Remover (U.S.D.A. & NSF A3)\";s:4:\"text\";s:862:\"<p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1600216097512\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(969,38,'_wp_old_slug','mighty-clean-lime-remover-u-s-d-a-nsf-a3'),(987,286,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1248:\"<p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6542811165f3b2205cda16043487720\";s:19:\"_sow_form_timestamp\";s:13:\"1600216439984\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5a9c122a-4400-4fe5-b69e-8217dc801a82\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(971,279,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:57:\"Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)\";s:4:\"text\";s:1248:\"<p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"6542811165f3b2205cda16043487720\";s:19:\"_sow_form_timestamp\";s:13:\"1600216187331\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"5a9c122a-4400-4fe5-b69e-8217dc801a82\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-27910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(989,287,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:690:\"<p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1442320465f3b21cc844de266019221\";s:19:\"_sow_form_timestamp\";s:13:\"1600216454284\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c9f68c60-013d-4747-81ec-00e8ea14296b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(973,280,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:51:\"Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)\";s:4:\"text\";s:690:\"<p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"1442320465f3b21cc844de266019221\";s:19:\"_sow_form_timestamp\";s:13:\"1600216218959\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"c9f68c60-013d-4747-81ec-00e8ea14296b\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28010000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(991,288,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1199:\"<p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"19269633425f3b216900542956195598\";s:19:\"_sow_form_timestamp\";s:13:\"1600216473930\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"094c43e0-1dfb-42de-8a3a-ec3686ff5df2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28810000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(975,281,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:50:\"Mighty Clean Grease Buster (U.S.D.A. & NSF A8)\";s:4:\"text\";s:1199:\"<p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"19269633425f3b216900542956195598\";s:19:\"_sow_form_timestamp\";s:13:\"1600216251876\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"094c43e0-1dfb-42de-8a3a-ec3686ff5df2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28110000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(993,289,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1115:\"<p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"15776599515f3b20da07313657395178\";s:19:\"_sow_form_timestamp\";s:13:\"1600216488953\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d208d3ad-7e86-4e6c-81d9-11ad81edc080\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28910000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(977,282,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:676:\"<p><img class=\"alignright wp-image-261 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Strike-Bac-edit-400x512.jpeg\" alt=\"\" width=\"400\" height=\"512\" />10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"10711667605f3b213bb6b30254293630\";s:19:\"_sow_form_timestamp\";s:13:\"1600216283473\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4cd325d1-27ea-4439-a63d-79d50a2020e4\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28210000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(979,283,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:47:\"Mighty Clean H/D Pot & Pan Detergent (MSDS)\";s:4:\"text\";s:1115:\"<p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"15776599515f3b20da07313657395178\";s:19:\"_sow_form_timestamp\";s:13:\"1600216304131\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"d208d3ad-7e86-4e6c-81d9-11ad81edc080\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28310000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(985,285,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:862:\"<p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14258290405f3b22428af9a819038211\";s:19:\"_sow_form_timestamp\";s:13:\"1600216425778\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"27f609bd-5759-4553-81ac-4720523751a8\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-28510000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1005,294,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:165;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1599784794896\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1010,296,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29610000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29610001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29610003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29610004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29610006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:295;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1605557654977\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:13:\"width: 300px;\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29610007\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:19:\"sow-button-29610009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-editor-29610014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:18:\"sow-image-29610015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'),(1006,295,'_wp_attached_file','2020/11/products-phot-btn.jpg'),(1007,295,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:390;s:4:\"file\";s:29:\"2020/11/products-phot-btn.jpg\";s:5:\"sizes\";a:9:{s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-400x173.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-800x347.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"products-phot-btn-200x87.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-768x333.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-720x380.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"vantage-thumbnail-no-sidebar\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-900x380.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:380;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"vantage-carousel\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"vantage-grid-loop\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-436x272.jpg\";s:5:\"width\";i:436;s:6:\"height\";i:272;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"sow-carousel-default\";a:4:{s:4:\"file\";s:29:\"products-phot-btn-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:11:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";}}'),(1008,295,'wp-smush-lossy','1'),(1009,295,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.44708949958948807079650578089058399200439453125;s:5:\"bytes\";i:35017;s:11:\"size_before\";i:242381;s:10:\"size_after\";i:207364;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:1;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:9:{s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:2228;s:11:\"size_before\";i:14604;s:10:\"size_after\";i:12376;s:4:\"time\";d:0.25;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:6052;s:11:\"size_before\";i:42618;s:10:\"size_after\";i:36566;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.519999999999999573674358543939888477325439453125;s:5:\"bytes\";i:987;s:11:\"size_before\";i:5634;s:10:\"size_after\";i:4647;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:5834;s:11:\"size_before\";i:40484;s:10:\"size_after\";i:34650;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:14:\"post-thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:6030;s:11:\"size_before\";i:41066;s:10:\"size_after\";i:35036;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:28:\"vantage-thumbnail-no-sidebar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:8794;s:11:\"size_before\";i:56231;s:10:\"size_after\";i:47437;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:16:\"vantage-carousel\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1664;s:11:\"size_before\";i:10843;s:10:\"size_after\";i:9179;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:17:\"vantage-grid-loop\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:3376;s:11:\"size_before\";i:21722;s:10:\"size_after\";i:18346;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:20:\"sow-carousel-default\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.56999999999999995115018691649311222136020660400390625;s:5:\"bytes\";i:52;s:11:\"size_before\";i:9179;s:10:\"size_after\";i:9127;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(1011,297,'panels_data','a:3:{s:7:\"widgets\";a:16:{i:0;a:17:{s:5:\"image\";i:257;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10137657705f5ac31c252b4616192931\";s:19:\"_sow_form_timestamp\";s:13:\"1605557315685\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710000\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"059c4e93-e8b7-4a84-b1a8-969f5912a574\";s:5:\"style\";a:4:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:1;a:17:{s:5:\"image\";i:166;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:17:\"Soak Tank Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 10\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"10982161085f5ac25a4b356351279999\";s:19:\"_sow_form_timestamp\";s:13:\"1599784774690\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710001\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ae995283-0fb5-4d9d-8859-6ebffba1ab71\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:9:{s:5:\"title\";s:17:\"SOAK TANK SERVICE\";s:4:\"text\";s:154:\"DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"18749735435f5ac718e30d7904115059\";s:19:\"_sow_form_timestamp\";s:13:\"1599868882767\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"efc34830-49c2-483d-87c6-53d024665104\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:3;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 10\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"16512751395f5c0f29c8436196907504\";s:19:\"_sow_form_timestamp\";s:13:\"1599868945759\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710003\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4babbfd1-a215-4df7-8425-fe199104d526\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:17:{s:5:\"image\";i:164;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:21:\"Grease Filter Service\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 16\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"20777902375f5ac2a7c6661886092905\";s:19:\"_sow_form_timestamp\";s:13:\"1600114842668\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710004\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"2ef5f27c-3f54-4b0f-b5a6-8519a232c2e3\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:9:{s:5:\"title\";s:21:\"GREASE FILTER SERVICE\";s:4:\"text\";s:135:\"With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"123404095f5ac793020c2835837380\";s:19:\"_sow_form_timestamp\";s:13:\"1599868910549\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"6d92c1a3-4b66-47ea-aa74-893c58e41b0b\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:6;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 16\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"15776436755f5c0fd6daeea439234523\";s:19:\"_sow_form_timestamp\";s:13:\"1599868953385\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710006\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8a85a62a-4309-4781-98ce-ea1d6c0ca761\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:17:{s:5:\"image\";i:295;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:7:\"default\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:8:\"Products\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:8:\"post: 18\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:31:\"1207644335f5ac2aa00d72078892051\";s:19:\"_sow_form_timestamp\";s:13:\"1605557654977\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"ec36d67f-f537-4439-b21d-144ac062b618\";s:5:\"style\";a:3:{s:10:\"widget_css\";s:13:\"width: 300px;\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710007\";s:11:\"option_name\";s:16:\"widget_sow-image\";}i:8;a:9:{s:5:\"title\";s:8:\"PRODUCTS\";s:4:\"text\";s:148:\"<p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"14825590445f5ac7c32a161607741296\";s:19:\"_sow_form_timestamp\";s:13:\"1599868921368\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"ab4834d9-a449-4224-9678-2fd8d28262c2\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 5px 0px\";}}}i:9;a:11:{s:4:\"text\";s:9:\"READ MORE\";s:3:\"url\";s:8:\"post: 18\";s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:31:\"fontawesome-sow-fas-angle-right\";s:10:\"icon_color\";s:7:\"#ffffff\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:5:\"right\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:14:{s:5:\"width\";b:0;s:10:\"width_unit\";s:2:\"px\";s:5:\"align\";s:4:\"left\";s:5:\"theme\";s:4:\"flat\";s:12:\"button_color\";s:7:\"#0656a3\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:7:\"#02194b\";s:16:\"hover_text_color\";s:7:\"#ffffff\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:1:\"1\";s:8:\"rounding\";s:4:\"0.25\";s:7:\"padding\";s:1:\"1\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"14287340985f5c0fd622c0a716063116\";s:19:\"_sow_form_timestamp\";s:13:\"1599868966986\";s:10:\"new_window\";b:0;s:22:\"so_sidebar_emulator_id\";s:17:\"sow-button-710009\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"d1547c14-b48e-4f80-91d2-141f3ac53b2e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:786:\"<h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710010\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"1b7136f6-72da-431c-b20a-67966f6d38f5\";s:5:\"style\";a:0:{}}}i:11;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1689:\"<style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" />\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7645714465f3b1b9f5488b726149054\";s:19:\"_sow_form_timestamp\";s:13:\"1599869765588\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710011\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"3a3bbc6f-8de5-4f3f-a067-971fca9ba666\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2112:\"<p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7700304345f3b1a70b5ae5543744570\";s:19:\"_sow_form_timestamp\";s:13:\"1597709030886\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710012\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"b776bbf4-65fd-4208-93f4-1790f5d97e24\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:13;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:219:\"<blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"7074710205f3b1a579b300072552757\";s:19:\"_sow_form_timestamp\";s:13:\"1599869903992\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710013\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"c52cab50-1a27-4afc-8717-153214c41a4a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:14;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:246:\"<p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n\";s:20:\"text_selected_editor\";s:4:\"tmce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"21135635935f3b1bde5fd89995291927\";s:19:\"_sow_form_timestamp\";s:13:\"1599869911618\";s:22:\"so_sidebar_emulator_id\";s:17:\"sow-editor-710014\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:14;s:9:\"widget_id\";s:36:\"cd3cb4c4-28b9-4631-a552-61dffb9b6ba2\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:15;a:17:{s:5:\"image\";i:163;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:11:\"title_align\";s:7:\"default\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:12:\"_sow_form_id\";s:32:\"13673286825f5c13de1c9d1743896673\";s:19:\"_sow_form_timestamp\";s:13:\"1599869924971\";s:10:\"new_window\";b:0;s:10:\"full_width\";b:0;s:22:\"so_sidebar_emulator_id\";s:16:\"sow-image-710015\";s:11:\"option_name\";s:16:\"widget_sow-image\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:15;s:9:\"widget_id\";s:36:\"ed491f28-347c-4047-80b6-467a8d5d3716\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:3:{i:0;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:16:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#02194b\";s:27:\"background_image_attachment\";s:3:\"212\";s:36:\"background_image_attachment_fallback\";b:0;s:18:\"background_display\";s:4:\"tile\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:1;a:4:{s:5:\"cells\";i:3;s:5:\"style\";a:12:{s:7:\"padding\";s:16:\"30px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:13:\"video_overlay\";s:4:\"none\";s:15:\"overlay_pattern\";s:4:\"dots\";s:7:\"fade_in\";b:1;s:11:\"pause_after\";s:3:\"120\";s:17:\"pause_play_button\";b:1;s:14:\"pauseplay_xpos\";s:5:\"right\";s:14:\"pauseplay_ypos\";s:3:\"top\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:4:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:20:\"use_background_video\";s:0:\"\";s:7:\"fade_in\";s:0:\"\";s:17:\"pause_play_button\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.66666666666666662965923251249478198587894439697265625;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.333333333333333314829616256247390992939472198486328125;s:5:\"style\";a:0:{}}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=305 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (3,1,'2020-08-17 23:23:00','2020-08-17 23:23:00','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: http://dks.welbornwebsites.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2020-08-17 23:23:00','2020-08-17 23:23:00','',0,'http://dks.welbornwebsites.com/?page_id=3',0,'page','',0),(52,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','52','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=52',0,'wdf_scan_item','',0),(53,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','53','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=53',0,'wdf_scan_item','',0),(7,1,'2020-08-18 00:13:16','2020-08-18 00:13:16','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"widget_css":"width: 300px;","background_image_attachment":false,"background_display":"tile"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-1-2-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":295,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1605557654977","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;widget_css&quot;:&quot;width: 300px;&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-1-2-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','publish','closed','closed','','home','','','2020-11-16 20:14:49','2020-11-16 20:14:49','',0,'http://dks.welbornwebsites.com/?page_id=7',0,'page','',0),(8,1,'2020-08-18 00:07:04','2020-08-18 00:07:04','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-08-18 00:07:04','2020-08-18 00:07:04','',7,'http://dks.welbornwebsites.com/index.php/2020/08/18/7-revision-v1/',0,'revision','',0),(9,1,'2020-08-18 00:13:16','2020-08-18 00:13:16','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start"}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-08-18 00:13:16','2020-08-18 00:13:16','',7,'http://dks.welbornwebsites.com/index.php/2020/08/18/7-revision-v1/',0,'revision','',0),(10,1,'2020-08-18 00:18:13','2020-08-18 00:18:13','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">DKS Soaking Center</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soak Tank Service','','publish','closed','closed','','soak-tank-service','','','2020-09-12 00:22:59','2020-09-12 00:22:59','',0,'http://dks.welbornwebsites.com/?page_id=10',0,'page','',0),(11,1,'2020-08-18 00:18:13','2020-08-18 00:18:13','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Soaking Center</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>DKS Soaking Center</h2>\n<p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soft Take Service','','inherit','closed','closed','','10-revision-v1','','','2020-08-18 00:18:13','2020-08-18 00:18:13','',10,'http://dks.welbornwebsites.com/index.php/2020/08/18/10-revision-v1/',0,'revision','',0),(12,1,'2020-08-18 00:18:42','2020-08-18 00:18:42','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Soaking Center</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>DKS Soaking Center</h2>\n<p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soak Tank Service','','inherit','closed','closed','','10-revision-v1','','','2020-08-18 00:18:42','2020-08-18 00:18:42','',10,'http://dks.welbornwebsites.com/index.php/2020/08/18/10-revision-v1/',0,'revision','',0),(16,1,'2020-08-18 00:23:34','2020-08-18 00:23:34','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">FEATURES & BENEFITS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','publish','closed','closed','','grease-filter-service','','','2020-09-12 00:25:19','2020-09-12 00:25:19','',0,'http://dks.welbornwebsites.com/?page_id=16',0,'page','',0),(17,1,'2020-08-18 00:23:34','2020-08-18 00:23:34','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Grease Filter Service</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>FEATURES & BENEFITS</h2>\n<h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','inherit','closed','closed','','16-revision-v1','','','2020-08-18 00:23:34','2020-08-18 00:23:34','',16,'http://dks.welbornwebsites.com/16-revision-v1/',0,'revision','',0),(18,1,'2020-08-18 00:24:14','2020-08-18 00:24:14','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1600215634312","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600215642708","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1600215651785","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 34","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215660989","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 36","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215670907","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 38","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215686936","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','publish','closed','closed','','products','','','2020-09-16 00:21:30','2020-09-16 00:21:30','',0,'http://dks.welbornwebsites.com/?page_id=18',0,'page','',0),(19,1,'2020-08-18 00:24:14','2020-08-18 00:24:14','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Coming Soon</p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-08-18 00:24:14','2020-08-18 00:24:14','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(20,1,'2020-08-18 00:26:54','2020-08-18 00:26:54','<div id=\"pl-20\" class=\"panel-layout\" ><div id=\"pg-20-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-20-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-20-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">This Month's Special</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n</div>\n</div></div></div></div></div>','Specials','','publish','closed','closed','','specials','','','2020-09-12 00:14:52','2020-09-12 00:14:52','',0,'http://dks.welbornwebsites.com/?page_id=20',0,'page','',0),(21,1,'2020-08-18 00:26:54','2020-08-18 00:26:54','<div id=\"pl-20\" class=\"panel-layout\" ><div id=\"pg-20-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-20-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-20-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">This Month's Special</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Strike Bac Germicidal</h3>\n<h1>Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n</div>\n</div></div></div></div></div>','Specials','','inherit','closed','closed','','20-revision-v1','','','2020-08-18 00:26:54','2020-08-18 00:26:54','',20,'http://dks.welbornwebsites.com/20-revision-v1/',0,'revision','',0),(22,1,'2020-08-18 00:28:32','2020-08-18 00:28:32','<div id=\"pl-22\" class=\"panel-layout\" ><div id=\"pg-22-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-22-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-22-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">CA Cleaning Product RTK Link to Designated Lists</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table></div>\n</div></div></div></div></div>','Product RTK','','publish','closed','closed','','product-rtk','','','2020-08-18 00:28:32','2020-08-18 00:28:32','',0,'http://dks.welbornwebsites.com/?page_id=22',0,'page','',0),(23,1,'2020-08-18 00:28:17','2020-08-18 00:28:17','<div id=\"pl-22\" class=\"panel-layout\" ><div id=\"pg-22-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-22-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-22-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">CA Cleaning Product RTK Link to Designated Lists</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table></div>\n</div></div></div></div></div>','Product RTK','','inherit','closed','closed','','22-revision-v1','','','2020-08-18 00:28:17','2020-08-18 00:28:17','',22,'http://dks.welbornwebsites.com/22-revision-v1/',0,'revision','',0),(24,1,'2020-08-18 00:28:32','2020-08-18 00:28:32','<div id=\"pl-22\" class=\"panel-layout\" ><div id=\"pg-22-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-22-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-22-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">CA Cleaning Product RTK Link to Designated Lists</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table></div>\n</div></div></div></div></div>','Product RTK','','inherit','closed','closed','','22-revision-v1','','','2020-08-18 00:28:32','2020-08-18 00:28:32','',22,'http://dks.welbornwebsites.com/22-revision-v1/',0,'revision','',0),(25,1,'2020-08-18 00:28:35','2020-08-18 00:28:35','<div id=\"pl-22\" class=\"panel-layout\" ><div id=\"pg-22-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-22-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-22-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">CA Cleaning Product RTK Link to Designated Lists</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <table>\n<tbody>\n<tr>\n<td colspan=\"3\"><strong>CA Cleaning Product RTK Link to Designated Lists</strong></td>\n</tr>\n<tr>\n<td><strong>List number</strong></td>\n<td><strong>List</strong></td>\n<td><strong>Link</strong></td>\n</tr>\n<tr>\n<td>1</td>\n<td>CA Prop 65</td>\n<td><a href=\"https://oehha.ca.gov/proposition-65/proposition-65-list\">https://oehha.ca.gov/proposition-65/proposition-65-list</a></td>\n</tr>\n<tr>\n<td>2</td>\n<td>EU CMRs</td>\n<td><a href=\"https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf\">https://echa.europa.eu/documents/10162/13562/cmr_report_en.pdf</a></td>\n</tr>\n<tr>\n<td>3</td>\n<td>EU Endocrine Disruptors</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>4</td>\n<td>IRIS Neurotoxicants</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>5</td>\n<td>IRIS Carcinogens</td>\n<td><a href=\"https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11\">https://cfpub.epa.gov/ncea/iris/search/index.cfm?sys_joint=11</a></td>\n</tr>\n<tr>\n<td>6</td>\n<td>EU PBTs</td>\n<td><a href=\"https://echa.europa.eu/candidate-list-table\">https://echa.europa.eu/candidate-list-table</a></td>\n</tr>\n<tr>\n<td>7</td>\n<td>Canada PBTs</td>\n<td><a href=\"https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html\">https://www.canada.ca/en/environment-climate-change/services/canadian-environmental-protection-act-registry/substances-list/domestic/categorization-existing.html</a></td>\n</tr>\n<tr>\n<td>8</td>\n<td>EU Respiratory Sensitizers</td>\n<td><a href=\"https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0\">https://echa.europa.eu/information-on-chemicals/cl-inventory-database?p_p_id=dissclinventory_WAR_dissclinventoryportlet&p_p_lifecycle=0</a></td>\n</tr>\n<tr>\n<td>9</td>\n<td>IARC Carcinogens</td>\n<td><a href=\"https://monographs.iarc.fr/agents-classified-by-the-iarc/\">https://monographs.iarc.fr/agents-classified-by-the-iarc/</a></td>\n</tr>\n<tr>\n<td>10</td>\n<td>ATSDR Neurotoxicants</td>\n<td><a href=\"https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18\">https://www.atsdr.cdc.gov/substances/toxorganlisting.asp?sysid=18</a></td>\n</tr>\n<tr>\n<td>11</td>\n<td>EU EPA Priority Chemicals List</td>\n<td><a href=\"https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html\">https://archive.epa.gov/epawaste/hazard/wastemin/web/html/priority.html</a></td>\n</tr>\n<tr>\n<td>12</td>\n<td>US NTP Reproductive or Developmental Toxicants</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/noncancer/completed/index.html</a></td>\n</tr>\n<tr>\n<td>13</td>\n<td>US EPA PBTs</td>\n<td><a href=\"https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri\">https://www.epa.gov/toxics-release-inventory-tri-program/persistent-bioaccumulative-toxic-pbt-chemicals-covered-tri</a></td>\n</tr>\n<tr>\n<td>14</td>\n<td>WA PBTs</td>\n<td><a href=\"https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310\">https://app.leg.wa.gov/wac/default.aspx?cite=173-333-310</a></td>\n</tr>\n<tr>\n<td>15</td>\n<td>US NTP Carcinogens</td>\n<td><a href=\"https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html\">https://ntp.niehs.nih.gov/whatwestudy/assessments/cancer/index.html</a></td>\n</tr>\n<tr>\n<td>16</td>\n<td>CA NLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/documents/notificationlevels/notification_levels_response_levels_overview.pdf</a></td>\n</tr>\n<tr>\n<td>17</td>\n<td>CA MCLs</td>\n<td><a href=\"https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html\">https://www.waterboards.ca.gov/drinking_water/certlic/drinkingwater/Lawbook.html</a></td>\n</tr>\n<tr>\n<td>18</td>\n<td>CA TACs</td>\n<td><a href=\"https://ww3.arb.ca.gov/toxics/id/taclist.htm\">https://ww3.arb.ca.gov/toxics/id/taclist.htm</a></td>\n</tr>\n<tr>\n<td>19</td>\n<td>CA Priority Pollutants</td>\n<td><a href=\"https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf\">https://www.govinfo.gov/content/pkg/CFR-2010-title40-vol21/pdf/CFR-2010-title40-vol21-sec131-38.pdf</a></td>\n</tr>\n<tr>\n<td>20</td>\n<td>CA Non-Cancer Hazards</td>\n<td><a href=\"https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary\">https://oehha.ca.gov/air/general-info/oehha-acute-8-hour-and-chronic-reference-exposure-level-rel-summary</a></td>\n</tr>\n<tr>\n<td>21</td>\n<td>CA Priority Chemicals</td>\n<td><a href=\"https://biomonitoring.ca.gov/chemicals/priority-chemicals\">https://biomonitoring.ca.gov/chemicals/priority-chemicals</a></td>\n</tr>\n<tr>\n<td>22</td>\n<td>Marine Priority Chemicals</td>\n<td><a href=\"https://www.ospar.org/work-areas/hasec/chemicals/priority-action\">https://www.ospar.org/work-areas/hasec/chemicals/priority-action</a></td>\n</tr>\n<tr>\n<td>FRA</td>\n<td>EU Fragrance Allergens</td>\n<td><a href=\"https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf\">https://ec.europa.eu/health/sites/health/files/endocrine_disruptors/docs/cosmetic_1223_2009_regulation_en.pdf</a></td>\n</tr>\n<tr>\n<td>NFC</td>\n<td>Non-Functional Constituents</td>\n<td><a href=\"https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258\">https://leginfo.legislature.ca.gov/faces/billNavClient.xhtml?bill_id=201720180SB258</a></td>\n</tr>\n<tr>\n<td>NA</td>\n<td>chemical is not on any list</td>\n</tr>\n</tbody>\n</table></div>\n</div></div></div></div></div>','Product RTK','','inherit','closed','closed','','22-autosave-v1','','','2020-08-18 00:28:35','2020-08-18 00:28:35','',22,'http://dks.welbornwebsites.com/22-autosave-v1/',0,'revision','',0),(26,1,'2020-08-18 00:30:18','2020-08-18 00:30:18','<div id=\"pl-26\" class=\"panel-layout\" ><div id=\"pg-26-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-26-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-26-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean H/D Pot & Pan Detergent (MSDS)','','publish','closed','closed','','mighty-clean-h-d-pot-pan-detergent-msds','','','2020-09-16 00:34:50','2020-09-16 00:34:50','',0,'http://dks.welbornwebsites.com/?p=26',0,'post','',0),(27,1,'2020-08-18 00:30:18','2020-08-18 00:30:18','<div id=\"pl-26\" class=\"panel-layout\" ><div id=\"pg-26-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-26-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-26-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean H/D Pot & Pan Detergent (MSDS)','','inherit','closed','closed','','26-revision-v1','','','2020-08-18 00:30:18','2020-08-18 00:30:18','',26,'http://dks.welbornwebsites.com/26-revision-v1/',0,'revision','',0),(28,1,'2020-08-18 00:31:21','2020-08-18 00:31:21','<div id=\"pl-28\" class=\"panel-layout\" ><div id=\"pg-28-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-28-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-28-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-261 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Strike-Bac-edit-400x512.jpeg\" alt=\"\" width=\"400\" height=\"512\" />10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]','','publish','closed','closed','','10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds','','','2020-09-16 00:31:26','2020-09-16 00:31:26','',0,'http://dks.welbornwebsites.com/?p=28',0,'post','',0),(29,1,'2020-08-18 00:31:21','2020-08-18 00:31:21','<div id=\"pl-28\" class=\"panel-layout\" ><div id=\"pg-28-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-28-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-28-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]','','inherit','closed','closed','','28-revision-v1','','','2020-08-18 00:31:21','2020-08-18 00:31:21','',28,'http://dks.welbornwebsites.com/28-revision-v1/',0,'revision','',0),(30,1,'2020-08-18 00:32:11','2020-08-18 00:32:11','<div id=\"pl-30\" class=\"panel-layout\" ><div id=\"pg-30-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-30-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-30-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Grease Buster (U.S.D.A. & NSF A8)','','publish','closed','closed','','mighty-clean-grease-buster-u-s-d-a-nsf-a8','','','2020-09-16 00:34:35','2020-09-16 00:34:35','',0,'http://dks.welbornwebsites.com/?p=30',0,'post','',0),(31,1,'2020-08-18 00:32:11','2020-08-18 00:32:11','<div id=\"pl-30\" class=\"panel-layout\" ><div id=\"pg-30-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-30-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-30-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p>CA RTK Designated List</p>\n</div>\n</div></div></div></div></div>','Mighty Clean Grease Buster (U.S.D.A. & NSF A8)','','inherit','closed','closed','','30-revision-v1','','','2020-08-18 00:32:11','2020-08-18 00:32:11','',30,'http://dks.welbornwebsites.com/30-revision-v1/',0,'revision','',0),(32,1,'2020-08-18 00:33:01','2020-08-18 00:33:01','<div id=\"pl-32\" class=\"panel-layout\" ><div id=\"pg-32-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">DKS Mighty Clean Stainless Steel Polish</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel-Polish.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','DKS Mighty Clean Stainless Steel Polish','','draft','closed','closed','','dks-mighty-clean-stainless-steel-polish','','','2020-09-14 20:21:30','2020-09-14 20:21:30','',0,'http://dks.welbornwebsites.com/?p=32',0,'post','',0),(33,1,'2020-08-18 00:33:01','2020-08-18 00:33:01','<div id=\"pl-32\" class=\"panel-layout\" ><div id=\"pg-32-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">DKS Mighty Clean Stainless Steel Polish</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','DKS Mighty Clean Stainless Steel Polish','','inherit','closed','closed','','32-revision-v1','','','2020-08-18 00:33:01','2020-08-18 00:33:01','',32,'http://dks.welbornwebsites.com/32-revision-v1/',0,'revision','',0),(34,1,'2020-08-18 00:33:56','2020-08-18 00:33:56','<div id=\"pl-34\" class=\"panel-layout\" ><div id=\"pg-34-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)','','publish','closed','closed','','mighty-clean-window-cleaner-u-s-d-a-nsf-c1','','','2020-09-16 00:34:16','2020-09-16 00:34:16','',0,'http://dks.welbornwebsites.com/?p=34',0,'post','',0),(35,1,'2020-08-18 00:33:56','2020-08-18 00:33:56','<div id=\"pl-34\" class=\"panel-layout\" ><div id=\"pg-34-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)','','inherit','closed','closed','','34-revision-v1','','','2020-08-18 00:33:57','2020-08-18 00:33:57','',34,'http://dks.welbornwebsites.com/34-revision-v1/',0,'revision','',0),(36,1,'2020-08-18 00:35:02','2020-08-18 00:35:02','<div id=\"pl-36\" class=\"panel-layout\" ><div id=\"pg-36-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-36-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-36-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)','','publish','closed','closed','','mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8','','','2020-09-16 00:34:01','2020-09-16 00:34:01','',0,'http://dks.welbornwebsites.com/?p=36',0,'post','',0),(37,1,'2020-08-18 00:35:02','2020-08-18 00:35:02','<div id=\"pl-36\" class=\"panel-layout\" ><div id=\"pg-36-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-36-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-36-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)','','inherit','closed','closed','','36-revision-v1','','','2020-08-18 00:35:02','2020-08-18 00:35:02','',36,'http://dks.welbornwebsites.com/36-revision-v1/',0,'revision','',0),(38,1,'2020-08-18 00:35:39','2020-08-18 00:35:39','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','publish','closed','closed','','mighty-clean-lime-remover','','','2020-09-16 00:33:47','2020-09-16 00:33:47','',0,'http://dks.welbornwebsites.com/?p=38',0,'post','',0),(39,1,'2020-08-18 00:35:39','2020-08-18 00:35:39','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-08-18 00:35:39','2020-08-18 00:35:39','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(40,1,'2020-08-18 00:40:54','2020-08-18 00:40:54','','10p Quat Rinse','','inherit','closed','closed','','10p-quat-rinse','','','2020-09-10 20:39:23','2020-09-10 20:39:23','',28,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf',0,'attachment','application/pdf',0),(41,1,'2020-08-18 00:40:54','2020-08-18 00:40:54','','PDF','','inherit','closed','closed','','grease-buster','','','2020-09-10 20:34:13','2020-09-10 20:34:13','',30,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf',0,'attachment','application/pdf',0),(42,1,'2020-08-18 00:41:01','2020-08-18 00:41:01','','PDF','','inherit','closed','closed','','lime-remover','','','2020-09-10 20:30:42','2020-09-10 20:30:42','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf',0,'attachment','application/pdf',0),(43,1,'2020-08-18 00:41:02','2020-08-18 00:41:02','','PDF','','inherit','closed','closed','','mighty-clean-pot-and-pan','','','2020-09-10 20:40:19','2020-09-10 20:40:19','',26,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf',0,'attachment','application/pdf',0),(44,1,'2020-08-18 00:41:03','2020-08-18 00:41:03','','PDF','','inherit','closed','closed','','oven-and-grill','','','2020-09-10 20:32:03','2020-09-10 20:32:03','',36,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf',0,'attachment','application/pdf',0),(45,1,'2020-08-18 00:41:04','2020-08-18 00:41:04','','PDF','','inherit','closed','closed','','stainless-steel-polish','','','2020-09-10 20:33:34','2020-09-10 20:33:34','',32,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel-Polish.pdf',0,'attachment','application/pdf',0),(46,1,'2020-08-18 00:41:05','2020-08-18 00:41:05','','Window Cleaner','','inherit','closed','closed','','window-cleaner','','','2020-09-10 20:32:45','2020-09-10 20:32:45','',34,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf',0,'attachment','application/pdf',0),(47,1,'2020-08-18 00:50:37','2020-08-18 00:50:37','','STRIKEBAC','','inherit','closed','closed','','strikebac','','','2020-09-12 00:14:21','2020-09-12 00:14:21','',20,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC.jpg',0,'attachment','image/jpeg',0),(48,1,'2020-08-18 00:51:25','2020-08-18 00:51:25','','handsoap','','inherit','','closed','','handsoap','','','2020-08-18 00:51:25','2020-08-18 00:51:25','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/handsoap.png',0,'attachment','image/png',0),(49,1,'2020-08-18 00:51:30','2020-08-18 00:51:30','','soaktank','','inherit','closed','closed','','soaktank','','','2020-09-12 00:22:37','2020-09-12 00:22:37','',10,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank.jpg',0,'attachment','image/jpeg',0),(54,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','54','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=54',0,'wdf_scan_item','',0),(55,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','55','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=55',0,'wdf_scan_item','',0),(56,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','56','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=56',0,'wdf_scan_item','',0),(57,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','57','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=57',0,'wdf_scan_item','',0),(58,0,'2020-09-10 20:03:24','2020-09-10 20:03:24','','','','issue','closed','closed','','58','','','2021-01-31 17:06:06','2021-01-31 17:06:06','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=58',0,'wdf_scan_item','',0),(59,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','59','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=59',0,'wdf_scan_item','',0),(60,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','60','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=60',0,'wdf_scan_item','',0),(61,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','61','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=61',0,'wdf_scan_item','',0),(62,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','62','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=62',0,'wdf_scan_item','',0),(63,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','63','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=63',0,'wdf_scan_item','',0),(64,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','64','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=64',0,'wdf_scan_item','',0),(65,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','65','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=65',0,'wdf_scan_item','',0),(66,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','66','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=66',0,'wdf_scan_item','',0),(67,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','67','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=67',0,'wdf_scan_item','',0),(68,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','68','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=68',0,'wdf_scan_item','',0),(69,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','69','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=69',0,'wdf_scan_item','',0),(70,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','70','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=70',0,'wdf_scan_item','',0),(71,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','71','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=71',0,'wdf_scan_item','',0),(72,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','72','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=72',0,'wdf_scan_item','',0),(73,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','73','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=73',0,'wdf_scan_item','',0),(74,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','74','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=74',0,'wdf_scan_item','',0),(75,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','75','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=75',0,'wdf_scan_item','',0),(76,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','76','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=76',0,'wdf_scan_item','',0),(77,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','77','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=77',0,'wdf_scan_item','',0),(78,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','78','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=78',0,'wdf_scan_item','',0),(79,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','79','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=79',0,'wdf_scan_item','',0),(80,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','80','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=80',0,'wdf_scan_item','',0),(81,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','81','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=81',0,'wdf_scan_item','',0),(82,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','82','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=82',0,'wdf_scan_item','',0),(83,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','83','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=83',0,'wdf_scan_item','',0),(84,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','84','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=84',0,'wdf_scan_item','',0),(85,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','85','','','2021-01-31 17:06:07','2021-01-31 17:06:07','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=85',0,'wdf_scan_item','',0),(86,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','86','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=86',0,'wdf_scan_item','',0),(87,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','87','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=87',0,'wdf_scan_item','',0),(88,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','88','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=88',0,'wdf_scan_item','',0),(89,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','89','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=89',0,'wdf_scan_item','',0),(90,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','90','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=90',0,'wdf_scan_item','',0),(91,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','91','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=91',0,'wdf_scan_item','',0),(92,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','92','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=92',0,'wdf_scan_item','',0),(93,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','93','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=93',0,'wdf_scan_item','',0),(94,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','94','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=94',0,'wdf_scan_item','',0),(95,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','95','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=95',0,'wdf_scan_item','',0),(96,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','96','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=96',0,'wdf_scan_item','',0),(97,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','97','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=97',0,'wdf_scan_item','',0),(98,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','98','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=98',0,'wdf_scan_item','',0),(99,0,'2020-09-10 20:03:25','2020-09-10 20:03:25','','','','issue','closed','closed','','99','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=99',0,'wdf_scan_item','',0),(100,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','100','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=100',0,'wdf_scan_item','',0),(101,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','101','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=101',0,'wdf_scan_item','',0),(102,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','102','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=102',0,'wdf_scan_item','',0),(103,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','103','','','2021-01-31 17:06:08','2021-01-31 17:06:08','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=103',0,'wdf_scan_item','',0),(104,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','104','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=104',0,'wdf_scan_item','',0),(105,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','105','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=105',0,'wdf_scan_item','',0),(106,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','106','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=106',0,'wdf_scan_item','',0),(107,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','107','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=107',0,'wdf_scan_item','',0),(108,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','108','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=108',0,'wdf_scan_item','',0),(109,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','109','','','2021-01-31 17:06:10','2021-01-31 17:06:10','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=109',0,'wdf_scan_item','',0),(110,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','110','','','2021-01-31 17:06:11','2021-01-31 17:06:11','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=110',0,'wdf_scan_item','',0),(111,0,'2020-09-10 20:03:26','2020-09-10 20:03:26','','','','issue','closed','closed','','111','','','2021-01-31 17:06:11','2021-01-31 17:06:11','',304,'http://dks.welbornwebsites.com/?wdf_scan_item=111',0,'wdf_scan_item','',0),(115,1,'2020-09-10 20:10:16','2020-09-10 20:10:16','<div id=\"pl-115\" class=\"panel-layout\" ><div id=\"pg-115-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-115-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-115-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Luis Bravo, Manager</strong><br />\n<strong>Outback Steakhouse</strong></p>\n<blockquote><p>\"We save 20 to 30 man hours per month with the DKS Soak Tank Center\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Darrell Rodriguez, Proprietor</strong><br />\n<strong>T-Bird Restaurant Group</strong></p>\n</div>\n</div></div></div></div></div>','Testimonials','','publish','closed','closed','','testimonials','','','2020-09-10 20:10:16','2020-09-10 20:10:16','',0,'http://dks.welbornwebsites.com/?page_id=115',0,'page','',0),(116,1,'2020-09-10 20:10:16','2020-09-10 20:10:16','<div id=\"pl-115\" class=\"panel-layout\" ><div id=\"pg-115-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-115-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-115-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Luis Bravo, Manager</strong><br />\n<strong>Outback Steakhouse</strong></p>\n<blockquote><p>\"We save 20 to 30 man hours per month with the DKS Soak Tank Center\"</p></blockquote>\n<p style=\"text-align: right;\"><strong>Darrell Rodriguez, Proprietor</strong><br />\n<strong>T-Bird Restaurant Group</strong></p>\n</div>\n</div></div></div></div></div>','Testimonials','','inherit','closed','closed','','115-revision-v1','','','2020-09-10 20:10:16','2020-09-10 20:10:16','',115,'http://dks.welbornwebsites.com/115-revision-v1/',0,'revision','',0),(117,1,'2020-09-10 20:11:09','2020-09-10 20:11:09','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"0.61803398\" data-ratio-direction=\"left\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"0.38196600790794\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Contact Us</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div><div id=\"pgc-117-0-1\" class=\"panel-grid-cell\" data-weight=\"0.61803399209206\" ><div id=\"panel-117-0-1-0\" class=\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-11710001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-1-0\\" class=\\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','publish','closed','closed','','contact-us','','','2020-09-11 00:15:30','2020-09-11 00:15:30','',0,'http://dks.welbornwebsites.com/?page_id=117',0,'page','',0),(118,1,'2020-09-10 20:11:09','2020-09-10 20:11:09','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2020-09-10 20:11:09','2020-09-10 20:11:09','',117,'http://dks.welbornwebsites.com/117-revision-v1/',0,'revision','',0),(119,1,'2020-09-10 20:12:30','2020-09-10 20:12:30','','contact-us','','publish','closed','closed','','contact-us','','','2020-09-11 00:07:15','2020-09-11 00:07:15','',0,'http://dks.welbornwebsites.com/?post_type=forminator_forms&p=119',0,'forminator_forms','',0),(120,1,'2020-09-11 00:15:25','2020-09-11 00:15:25','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"0.61803398\" data-ratio-direction=\"left\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"0.38196600790794\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Contact Us</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div><div id=\"pgc-117-0-1\" class=\"panel-grid-cell\" data-weight=\"0.61803399209206\" ><div id=\"panel-117-0-1-0\" class=\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-12010001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-1-0\\" class=\\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','inherit','closed','closed','','117-autosave-v1','','','2020-09-11 00:15:25','2020-09-11 00:15:25','',117,'http://dks.welbornwebsites.com/117-autosave-v1/',0,'revision','',0),(121,1,'2020-09-10 20:13:18','2020-09-10 20:13:18','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-117-0-0-1\" class=\"so-panel widget widget_forminator_widget panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-12110001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-0-1\\" class=\\"so-panel widget widget_forminator_widget panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2020-09-10 20:13:18','2020-09-10 20:13:18','',117,'http://dks.welbornwebsites.com/117-revision-v1/',0,'revision','',0),(122,1,'2020-09-10 20:13:18','2020-09-10 20:13:18','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-117-0-0-1\" class=\"so-panel widget widget_forminator_widget panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-11710001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-0-1\\" class=\\"so-panel widget widget_forminator_widget panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h3 class=\\"widget-title\\">","after_title":"<\\/h3>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2020-09-10 20:13:18','2020-09-10 20:13:18','',117,'http://dks.welbornwebsites.com/117-revision-v1/',0,'revision','',0),(123,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','123','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=123',1,'nav_menu_item','',0),(124,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','124','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=124',7,'nav_menu_item','',0),(125,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','125','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=125',3,'nav_menu_item','',0),(126,1,'2020-09-10 20:13:22','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2020-09-10 20:13:22','0000-00-00 00:00:00','',0,'http://dks.welbornwebsites.com/?p=126',1,'nav_menu_item','',0),(127,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','127','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=127',4,'nav_menu_item','',0),(128,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','128','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=128',2,'nav_menu_item','',0),(129,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','129','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=129',6,'nav_menu_item','',0),(130,1,'2020-09-10 20:14:08','2020-09-10 20:14:08',' ','','','publish','closed','closed','','130','','','2020-09-10 20:14:08','2020-09-10 20:14:08','',0,'http://dks.welbornwebsites.com/?p=130',5,'nav_menu_item','',0),(131,1,'2020-09-10 20:17:22','2020-09-10 20:17:22','','IMG_0270','','inherit','','closed','','img_0270','','','2020-09-10 20:17:22','2020-09-10 20:17:22','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0270.jpg',0,'attachment','image/jpeg',0),(132,1,'2020-09-10 20:17:24','2020-09-10 20:17:24','','IMG_0271','','inherit','','closed','','img_0271','','','2020-09-10 20:17:24','2020-09-10 20:17:24','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0271.jpg',0,'attachment','image/jpeg',0),(133,1,'2020-09-10 20:17:26','2020-09-10 20:17:26','','IMG_0272','','inherit','','closed','','img_0272','','','2020-09-10 20:17:26','2020-09-10 20:17:26','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0272.jpg',0,'attachment','image/jpeg',0),(134,1,'2020-09-10 20:17:28','2020-09-10 20:17:28','','IMG_0318','','inherit','','closed','','img_0318','','','2020-09-10 20:17:28','2020-09-10 20:17:28','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0318.jpg',0,'attachment','image/jpeg',0),(135,1,'2020-09-10 20:17:30','2020-09-10 20:17:30','','IMG_0319','','inherit','','closed','','img_0319','','','2020-09-10 20:17:30','2020-09-10 20:17:30','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0319.jpg',0,'attachment','image/jpeg',0),(136,1,'2020-09-10 20:17:31','2020-09-10 20:17:31','','IMG_0320','','inherit','','closed','','img_0320','','','2020-09-10 20:17:31','2020-09-10 20:17:31','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0320.jpg',0,'attachment','image/jpeg',0),(137,1,'2020-09-10 20:17:33','2020-09-10 20:17:33','','IMG_0321','','inherit','','closed','','img_0321','','','2020-09-10 20:17:33','2020-09-10 20:17:33','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0321.jpg',0,'attachment','image/jpeg',0),(138,1,'2020-09-10 20:17:35','2020-09-10 20:17:35','','IMG_0322','','inherit','','closed','','img_0322','','','2020-09-10 20:17:35','2020-09-10 20:17:35','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0322.jpg',0,'attachment','image/jpeg',0),(139,1,'2020-09-10 20:17:37','2020-09-10 20:17:37','','IMG_0323','','inherit','','closed','','img_0323','','','2020-09-10 20:17:37','2020-09-10 20:17:37','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0323.jpg',0,'attachment','image/jpeg',0),(140,1,'2020-09-10 20:17:38','2020-09-10 20:17:38','','IMG_0324','','inherit','','closed','','img_0324','','','2020-09-10 20:17:38','2020-09-10 20:17:38','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0324.jpg',0,'attachment','image/jpeg',0),(141,1,'2020-09-10 20:17:40','2020-09-10 20:17:40','','IMG_0325','','inherit','','closed','','img_0325','','','2020-09-10 20:17:40','2020-09-10 20:17:40','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0325.jpg',0,'attachment','image/jpeg',0),(143,1,'2020-09-10 20:17:44','2020-09-10 20:17:44','','IMG_0649','','inherit','','closed','','img_0649','','','2020-09-10 20:17:44','2020-09-10 20:17:44','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0649.jpg',0,'attachment','image/jpeg',0),(144,1,'2020-09-10 20:17:45','2020-09-10 20:17:45','','IMG_0686','','inherit','','closed','','img_0686','','','2020-09-10 20:17:45','2020-09-10 20:17:45','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0686.jpg',0,'attachment','image/jpeg',0),(151,1,'2020-09-10 20:18:51','2020-09-10 20:18:51','','FILTER BEAUTY SHOT','[#Beginning of Shooting Data Section]\nNikon D2H\nFocal Length: 40mm\nOptimize Image: \nColor Mode: Mode II (Adobe RGB)\nNoise Reduction: OFF\n2004/07/09 15:16:11\nExposure Mode: Manual\nWhite Balance: Auto\nTone Comp: Normal\nJPEG (8-bit) Fine\nMetering Mode: Multi-Pattern\nAF Mode: AF-S\nHue Adjustment: 0°\nImage Size: Large (2464 x 1632)\n1/250 sec - F/11\nFlash Sync Mode: Not Attached\nSaturation: \nExposure Comp.: 0 EV\nSharpening: High\nLens: 35-70mm F/2.8 D\nSensitivity: ISO 200\nImage Comment: \n[#End of Shooting Data Section]','inherit','closed','closed','','filter-beauty-shot','','','2020-09-12 00:24:26','2020-09-12 00:24:26','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT.jpg',0,'attachment','image/jpeg',0),(146,1,'2020-09-10 20:17:49','2020-09-10 20:17:49','','IMG_1117','','inherit','','closed','','img_1117','','','2020-09-10 20:17:49','2020-09-10 20:17:49','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_1117.jpg',0,'attachment','image/jpeg',0),(147,1,'2020-09-10 20:17:51','2020-09-10 20:17:51','','IMG_1118','','inherit','','closed','','img_1118','','','2020-09-10 20:17:51','2020-09-10 20:17:51','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_1118.jpg',0,'attachment','image/jpeg',0),(148,1,'2020-09-10 20:17:53','2020-09-10 20:17:53','','IMG_1119','','inherit','','closed','','img_1119','','','2020-09-10 20:17:53','2020-09-10 20:17:53','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_1119.jpg',0,'attachment','image/jpeg',0),(149,1,'2020-09-10 20:17:55','2020-09-10 20:17:55','','IMG_1121','','inherit','','closed','','img_1121','','','2020-09-10 20:17:55','2020-09-10 20:17:55','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_1121.jpg',0,'attachment','image/jpeg',0),(150,1,'2020-09-10 20:17:56','2020-09-10 20:17:56','','IMG_1122','','inherit','','closed','','img_1122','','','2020-09-10 20:17:56','2020-09-10 20:17:56','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_1122.jpg',0,'attachment','image/jpeg',0),(152,1,'2020-09-10 20:18:56','2020-09-10 20:18:56','','handsoap','','inherit','','closed','','handsoap-2','','','2020-09-10 20:18:56','2020-09-10 20:18:56','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/handsoap-1.png',0,'attachment','image/png',0),(153,1,'2020-09-10 20:18:58','2020-09-10 20:18:58','','IMG_0649','','inherit','','closed','','img_0649-2','','','2020-09-10 20:18:58','2020-09-10 20:18:58','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/IMG_0649-1.jpg',0,'attachment','image/jpeg',0),(154,1,'2020-09-10 20:19:00','2020-09-10 20:19:00','','MG_Dermaclean_Antibacterial_Hand_Soap','','inherit','','closed','','mg_dermaclean_antibacterial_hand_soap','','','2020-09-10 20:19:00','2020-09-10 20:19:00','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/MG_Dermaclean_Antibacterial_Hand_Soap.jpg',0,'attachment','image/jpeg',0),(155,1,'2020-09-10 20:19:03','2020-09-10 20:19:03','','soaktank','','inherit','','closed','','soaktank-2','','','2020-09-10 20:19:03','2020-09-10 20:19:03','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-1.jpg',0,'attachment','image/jpeg',0),(183,1,'2020-09-10 20:38:36','2020-09-10 20:38:36','','Lime Remover','','inherit','','closed','','lime-remover-2','','','2020-09-10 20:38:36','2020-09-10 20:38:36','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover.jpeg',0,'attachment','image/jpeg',0),(184,1,'2020-09-10 20:38:38','2020-09-10 20:38:38','','Strike Bac','','inherit','','closed','','strike-bac','','','2020-09-10 20:38:38','2020-09-10 20:38:38','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Strike-Bac.jpeg',0,'attachment','image/jpeg',0),(185,1,'2020-09-10 20:38:54','2020-09-10 20:38:54','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-09-10 20:38:54','2020-09-10 20:38:54','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(163,1,'2020-09-10 20:20:50','2020-09-10 20:20:50','','Seal','','inherit','','closed','','seal','','','2020-09-10 20:20:50','2020-09-10 20:20:50','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Seal.png',0,'attachment','image/png',0),(164,1,'2020-09-10 20:21:17','2020-09-10 20:21:17','','btn_GreaseFilterService','','inherit','','closed','','btn_greasefilterservice','','','2020-09-10 20:21:17','2020-09-10 20:21:17','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/btn_GreaseFilterService.jpg',0,'attachment','image/jpeg',0),(165,1,'2020-09-10 20:21:19','2020-09-10 20:21:19','','btn_products','','inherit','','closed','','btn_products','','','2020-09-10 20:21:19','2020-09-10 20:21:19','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/btn_products.jpg',0,'attachment','image/jpeg',0),(166,1,'2020-09-10 20:21:20','2020-09-10 20:21:20','','btn_soakTankService','','inherit','','closed','','btn_soaktankservice','','','2020-09-10 20:21:20','2020-09-10 20:21:20','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/btn_soakTankService.jpg',0,'attachment','image/jpeg',0),(167,1,'2020-09-10 20:21:45','2020-09-10 20:21:45','','Slide-01','','inherit','','closed','','slide-01','','','2020-09-10 20:21:45','2020-09-10 20:21:45','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Slide-01.jpg',0,'attachment','image/jpeg',0),(169,1,'2020-09-10 20:28:27','2020-09-10 20:28:27','','Grease Buster','','inherit','','closed','','grease-buster-3','','','2020-09-10 20:28:27','2020-09-10 20:28:27','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.jpeg',0,'attachment','image/jpeg',0),(171,1,'2020-09-10 20:28:31','2020-09-10 20:28:31','','Nature Stream','','inherit','','closed','','nature-stream','','','2020-09-10 20:28:31','2020-09-10 20:28:31','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Nature-Stream.jpeg',0,'attachment','image/jpeg',0),(172,1,'2020-09-10 20:28:33','2020-09-10 20:28:33','','Oven and Grill','','inherit','','closed','','oven-and-grill-3','','','2020-09-10 20:28:33','2020-09-10 20:28:33','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.jpeg',0,'attachment','image/jpeg',0),(173,1,'2020-09-10 20:28:35','2020-09-10 20:28:35','','Pot and Pan','','inherit','','closed','','pot-and-pan','','','2020-09-10 20:28:35','2020-09-10 20:28:35','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan.jpeg',0,'attachment','image/jpeg',0),(174,1,'2020-09-10 20:28:36','2020-09-10 20:28:36','','Stainless Steel','','inherit','','closed','','stainless-steel','','','2020-09-10 20:28:36','2020-09-10 20:28:36','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel.jpeg',0,'attachment','image/jpeg',0),(176,1,'2020-09-10 20:28:40','2020-09-10 20:28:40','','Window Cleaner','','inherit','','closed','','window-cleaner-3','','','2020-09-10 20:28:40','2020-09-10 20:28:40','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.jpeg',0,'attachment','image/jpeg',0),(177,1,'2020-09-16 00:28:36','2020-09-16 00:28:36','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-autosave-v1','','','2020-09-16 00:28:36','2020-09-16 00:28:36','',38,'http://dks.welbornwebsites.com/38-autosave-v1/',0,'revision','',0),(178,1,'2020-09-10 20:31:05','2020-09-10 20:31:05','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-09-10 20:31:05','2020-09-10 20:31:05','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(179,1,'2020-09-10 20:32:06','2020-09-10 20:32:06','<div id=\"pl-36\" class=\"panel-layout\" ><div id=\"pg-36-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-36-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-36-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)','','inherit','closed','closed','','36-revision-v1','','','2020-09-10 20:32:06','2020-09-10 20:32:06','',36,'http://dks.welbornwebsites.com/36-revision-v1/',0,'revision','',0),(180,1,'2020-09-10 20:32:59','2020-09-10 20:32:59','<div id=\"pl-34\" class=\"panel-layout\" ><div id=\"pg-34-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)','','inherit','closed','closed','','34-revision-v1','','','2020-09-10 20:32:59','2020-09-10 20:32:59','',34,'http://dks.welbornwebsites.com/34-revision-v1/',0,'revision','',0),(181,1,'2020-09-10 20:33:37','2020-09-10 20:33:37','<div id=\"pl-32\" class=\"panel-layout\" ><div id=\"pg-32-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-32-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-32-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">DKS Mighty Clean Stainless Steel Polish</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This oil-based Stainless steel polish has the amazing ability to cut through the grease and grime found in large kitchens and leave the surface shiny clean. This product protects the stainless steel from the environment and keeps water from penetrating to prevent even the slightest rust from developing.</p>\n<p>Product Item Number 440G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Stainless-Steel-Polish.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','DKS Mighty Clean Stainless Steel Polish','','inherit','closed','closed','','32-revision-v1','','','2020-09-10 20:33:37','2020-09-10 20:33:37','',32,'http://dks.welbornwebsites.com/32-revision-v1/',0,'revision','',0),(182,1,'2020-09-10 20:34:28','2020-09-10 20:34:28','<div id=\"pl-30\" class=\"panel-layout\" ><div id=\"pg-30-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-30-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-30-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Grease Buster (U.S.D.A. & NSF A8)','','inherit','closed','closed','','30-revision-v1','','','2020-09-10 20:34:28','2020-09-10 20:34:28','',30,'http://dks.welbornwebsites.com/30-revision-v1/',0,'revision','',0),(186,1,'2020-09-10 20:39:34','2020-09-10 20:39:34','<div id=\"pl-28\" class=\"panel-layout\" ><div id=\"pg-28-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-28-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-28-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n 10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]\n\nUsed as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.\n\nProduct Item Number 405G\n\n<a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a>\n\n<a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></div>\n</div></div></div></div></div>','10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]','','inherit','closed','closed','','28-revision-v1','','','2020-09-10 20:39:34','2020-09-10 20:39:34','',28,'http://dks.welbornwebsites.com/28-revision-v1/',0,'revision','',0),(187,1,'2020-09-10 20:40:22','2020-09-10 20:40:22','<div id=\"pl-26\" class=\"panel-layout\" ><div id=\"pg-26-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-26-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-26-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h3 class=\"widget-title\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean H/D Pot & Pan Detergent (MSDS)','','inherit','closed','closed','','26-revision-v1','','','2020-09-10 20:40:22','2020-09-10 20:40:22','',26,'http://dks.welbornwebsites.com/26-revision-v1/',0,'revision','',0),(188,1,'2020-09-10 20:45:44','2020-09-10 20:45:44','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-0-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-0-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-10 20:45:44','2020-09-10 20:45:44','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(189,1,'2020-09-10 21:44:44','2020-09-10 21:44:44','','DKS_logo','','inherit','','closed','','dks_logo','','','2020-09-10 21:44:44','2020-09-10 21:44:44','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/DKS_logo.png',0,'attachment','image/png',0),(191,1,'2020-09-10 21:45:16','2020-09-10 21:45:16','','DKS_logo-sm','','inherit','','closed','','dks_logo-sm','','','2020-09-10 21:45:16','2020-09-10 21:45:16','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/DKS_logo-sm.png',0,'attachment','image/png',0),(193,1,'2020-09-10 21:55:03','2020-09-10 21:55:03','','DKS_logo-sq','','inherit','','closed','','dks_logo-sq','','','2020-09-10 21:55:03','2020-09-10 21:55:03','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/DKS_logo-sq.png',0,'attachment','image/png',0),(194,1,'2020-09-10 21:55:05','2020-09-10 21:55:05','','DKS_logocon-sq','','inherit','','closed','','dks_logocon-sq','','','2020-09-10 21:55:05','2020-09-10 21:55:05','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/DKS_logocon-sq.png',0,'attachment','image/png',0),(195,1,'2020-09-10 21:55:11','2020-09-10 21:55:11','http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logocon-sq.png','cropped-DKS_logocon-sq.png','','inherit','','closed','','cropped-dks_logocon-sq-png','','','2020-09-10 21:55:11','2020-09-10 21:55:11','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logocon-sq.png',0,'attachment','image/png',0),(196,1,'2020-09-10 21:55:36','2020-09-10 21:55:36','http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logo-sq.png','cropped-DKS_logo-sq.png','','inherit','','closed','','cropped-dks_logo-sq-png','','','2020-09-10 21:55:36','2020-09-10 21:55:36','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logo-sq.png',0,'attachment','image/png',0),(197,1,'2020-09-10 21:55:48','2020-09-10 21:55:48','http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logocon-sq-1.png','cropped-DKS_logocon-sq-1.png','','inherit','','closed','','cropped-dks_logocon-sq-1-png','','','2020-09-10 21:55:48','2020-09-10 21:55:48','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/cropped-DKS_logocon-sq-1.png',0,'attachment','image/png',0),(296,1,'2020-11-16 20:14:49','2020-11-16 20:14:49','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29610000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29610001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-29610003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29610004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-29610006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"widget_css":"width: 300px;","background_image_attachment":false,"background_display":"tile"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-1-2-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":295,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1605557654977","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29610007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;widget_css&quot;:&quot;width: 300px;&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-1-2-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-29610009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29610015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-11-16 20:14:49','2020-11-16 20:14:49','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(294,1,'2020-11-16 20:08:39','2020-11-16 20:08:39','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-11-16 20:08:39','2020-11-16 20:08:39','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(198,1,'2020-09-10 23:58:00','2020-09-10 23:58:00','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Navigation */\n.main-navigation {\n text-transform: uppercase;\n}\n\n/* Sidebar */\n#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {\n font-size: 22px;\n color: #02194b;\n}\n#secondary .widget, #footer-widgets .widget, #masthead-widgets .widget {\n color:#02194b;\n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Products Page */\n.panel-grid .category-product {\n width: 300px;\n float: left;\n min-height: 600px;\n padding: 15px;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','publish','closed','closed','','vantage','','','2020-09-11 23:58:10','2020-09-11 23:58:10','',0,'http://dks.welbornwebsites.com/vantage/',0,'custom_css','',0),(199,1,'2020-09-10 23:58:00','2020-09-10 23:58:00','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','inherit','closed','closed','','198-revision-v1','','','2020-09-10 23:58:00','2020-09-10 23:58:00','',198,'http://dks.welbornwebsites.com/198-revision-v1/',0,'revision','',0),(201,1,'2020-09-11 00:10:41','2020-09-11 00:10:41','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Navigation */\n.main-navigation {\n text-transform: uppercase;\n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','inherit','closed','closed','','198-revision-v1','','','2020-09-11 00:10:41','2020-09-11 00:10:41','',198,'http://dks.welbornwebsites.com/198-revision-v1/',0,'revision','',0),(203,1,'2020-09-11 00:12:09','2020-09-11 00:12:09','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Navigation */\n.main-navigation {\n text-transform: uppercase;\n}\n\n/* Sidebar */\n#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {\n font-size: 22px;\n color: #02194b;\n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','inherit','closed','closed','','198-revision-v1','','','2020-09-11 00:12:09','2020-09-11 00:12:09','',198,'http://dks.welbornwebsites.com/198-revision-v1/',0,'revision','',0),(204,1,'2020-09-11 00:15:30','2020-09-11 00:15:30','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"0.61803398\" data-ratio-direction=\"left\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"0.38196600790794\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Contact Us</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div><div id=\"pgc-117-0-1\" class=\"panel-grid-cell\" data-weight=\"0.61803399209206\" ><div id=\"panel-117-0-1-0\" class=\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-20410001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-1-0\\" class=\\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2020-09-11 00:15:30','2020-09-11 00:15:30','',117,'http://dks.welbornwebsites.com/117-revision-v1/',0,'revision','',0),(205,1,'2020-09-11 00:15:30','2020-09-11 00:15:30','<div id=\"pl-117\" class=\"panel-layout\" ><div id=\"pg-117-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"0.61803398\" data-ratio-direction=\"left\" ><div id=\"pgc-117-0-0\" class=\"panel-grid-cell\" data-weight=\"0.38196600790794\" ><div id=\"panel-117-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Contact Us</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div><div id=\"pgc-117-0-1\" class=\"panel-grid-cell\" data-weight=\"0.61803399209206\" ><div id=\"panel-117-0-1-0\" class=\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"Forminator_Widget\"]<input type=\"hidden\" value=\"{"instance":{"title":"","form_type":"form","form_id":"119","so_sidebar_emulator_id":"forminator_widget-11710001","option_name":"widget_forminator_widget"},"args":{"before_widget":"<div id=\\"panel-117-0-1-0\\" class=\\"so-panel widget widget_forminator_widget panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div></div></div></div>','Contact Us','','inherit','closed','closed','','117-revision-v1','','','2020-09-11 00:15:30','2020-09-11 00:15:30','',117,'http://dks.welbornwebsites.com/117-revision-v1/',0,'revision','',0),(206,1,'2020-09-11 00:16:15','2020-09-11 00:16:15','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div><div id=\"pgc-7-0-1\" class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\" data-weight=\"0.33333333333333\" ></div><div id=\"pgc-7-0-2\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:16:15','2020-09-11 00:16:15','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(207,1,'2020-11-16 20:14:38','2020-11-16 20:14:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-20710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-20710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"widget_css":"width: 300px;","background_image_attachment":false,"background_display":"tile"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-1-2-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":295,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1605557654977","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;widget_css&quot;:&quot;width: 300px;&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-1-2-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-20710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-autosave-v1','','','2020-11-16 20:14:38','2020-11-16 20:14:38','',7,'http://dks.welbornwebsites.com/7-autosave-v1/',0,'revision','',0),(208,1,'2020-09-11 00:27:38','2020-09-11 00:27:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"below","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599783570549","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20810001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"below","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599783625061","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"below","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599783649013","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-20810003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"4\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:27:38','2020-09-11 00:27:38','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(213,1,'2020-09-11 00:38:37','2020-09-11 00:38:37','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"below","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599783570549","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21310001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"below","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599783625061","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21310002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"below","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599783649013","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21310003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"4\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:38:37','2020-09-11 00:38:37','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(209,1,'2020-09-11 00:27:38','2020-09-11 00:27:38','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"below","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599783570549","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"below","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599783625061","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"below","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599783649013","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"4\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:27:38','2020-09-11 00:27:38','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(211,1,'2020-09-11 00:36:30','2020-09-11 00:36:30','','bg_Gradient1','','inherit','','closed','','bg_gradient1','','','2020-09-11 00:36:30','2020-09-11 00:36:30','',7,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/bg_Gradient1.jpg',0,'attachment','image/jpeg',0),(212,1,'2020-09-11 00:37:53','2020-09-11 00:37:53','','bg_Gradient2','','inherit','','closed','','bg_gradient2','','','2020-09-11 00:37:53','2020-09-11 00:37:53','',7,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/bg_Gradient2.jpg',0,'attachment','image/jpeg',0),(214,1,'2020-09-11 00:38:37','2020-09-11 00:38:37','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"below","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599783570549","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"below","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599783625061","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"below","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599783649013","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"4\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:38:37','2020-09-11 00:38:37','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(215,1,'2020-09-11 00:42:26','2020-09-11 00:42:26','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21510000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21510001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/soak-tank-service/\">Read More</a></div>\n</div></div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21510003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/grease-filter-service/\">Read More</a></div>\n</div></div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-21510005","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"5\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n<p><a class=\"button\" href=\"http://dks.welbornwebsites.com/products/\">Read More</a></p>\n</div>\n</div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:42:26','2020-09-11 00:42:26','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(216,1,'2020-09-11 00:42:26','2020-09-11 00:42:26','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/soak-tank-service/\">Read More</a></div>\n</div></div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710003","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.\n\n<a class=\"button\" href=\"http://dks.welbornwebsites.com/grease-filter-service/\">Read More</a></div>\n</div></div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710005","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"5\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n<p><a class=\"button\" href=\"http://dks.welbornwebsites.com/products/\">Read More</a></p>\n</div>\n</div></div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"7\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-11 00:42:26','2020-09-11 00:42:26','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(217,1,'2020-09-11 23:12:23','2020-09-11 23:12:23','','metal-bg','','inherit','','closed','','metal-bg','','','2020-09-11 23:12:23','2020-09-11 23:12:23','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/metal-bg.jpg',0,'attachment','image/jpeg',0),(219,1,'2020-09-11 23:14:20','2020-09-11 23:14:20','','metal-bg copy','','inherit','','closed','','metal-bg-copy','','','2020-09-11 23:14:20','2020-09-11 23:14:20','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/metal-bg-copy.jpg',0,'attachment','image/jpeg',0),(220,1,'2020-09-16 00:22:33','2020-09-16 00:22:33','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top","background_image_repeat":"","no_margin":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1600215634312","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600215642708","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1600215651785","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top","background_image_repeat":"","no_margin":""}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 34","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215660989","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 36","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215670907","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 38","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215686936","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-autosave-v1','','','2020-09-16 00:22:33','2020-09-16 00:22:33','',18,'http://dks.welbornwebsites.com/18-autosave-v1/',0,'revision','',0),(222,1,'2020-09-11 23:26:06','2020-09-11 23:26:06','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Navigation */\n.main-navigation {\n text-transform: uppercase;\n}\n\n/* Sidebar */\n#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {\n font-size: 22px;\n color: #02194b;\n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Products Page */\n.panel-grid .category-product {\n width: 300px;\n float: left;\n min-height: 600px;\n padding: 15px;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','inherit','closed','closed','','198-revision-v1','','','2020-09-11 23:26:06','2020-09-11 23:26:06','',198,'http://dks.welbornwebsites.com/198-revision-v1/',0,'revision','',0),(223,1,'2020-09-11 23:26:23','2020-09-11 23:26:23','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Coming Soon</p>\n</div>\n</div></div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_siteorigin-panels-postloop panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostLoop\"]<input type=\"hidden\" value=\"{"instance":{"title":"","template":"loop.php","posts":"post_type=post&tax_query=category:product&date_type=specific&date_query={\\"after\\":\\"\\",\\"before\\":\\"\\"}&date_query_relative={\\"from\\":[],\\"to\\":[]}&orderby=date&order=DESC&posts_per_page=9","_sow_form_id":"11550848915f5c05ea3f54f063450960","_sow_form_timestamp":"1599866383834","more":false,"so_sidebar_emulator_id":"siteorigin-panels-postloop-22310001","option_name":"widget_siteorigin-panels-postloop"},"args":{"before_widget":"<div id=\\"panel-18-0-0-1\\" class=\\"so-panel widget widget_siteorigin-panels-postloop panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:26:23','2020-09-11 23:26:23','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(224,1,'2020-09-11 23:26:23','2020-09-11 23:26:23','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Coming Soon</p>\n</div>\n</div></div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_siteorigin-panels-postloop panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostLoop\"]<input type=\"hidden\" value=\"{"instance":{"title":"","template":"loop.php","posts":"post_type=post&tax_query=category:product&date_type=specific&date_query={\\"after\\":\\"\\",\\"before\\":\\"\\"}&date_query_relative={\\"from\\":[],\\"to\\":[]}&orderby=date&order=DESC&posts_per_page=9","_sow_form_id":"11550848915f5c05ea3f54f063450960","_sow_form_timestamp":"1599866383834","more":false,"so_sidebar_emulator_id":"siteorigin-panels-postloop-1810001","option_name":"widget_siteorigin-panels-postloop"},"args":{"before_widget":"<div id=\\"panel-18-0-0-1\\" class=\\"so-panel widget widget_siteorigin-panels-postloop panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:26:23','2020-09-11 23:26:23','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(225,1,'2020-09-11 23:39:11','2020-09-11 23:39:11','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-postloop panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostLoop\"]<input type=\"hidden\" value=\"{"instance":{"title":"","template":"loop.php","posts":"post_type=post&tax_query=category:product&date_type=specific&date_query={\\"after\\":\\"\\",\\"before\\":\\"\\"}&date_query_relative={\\"from\\":[],\\"to\\":[]}&orderby=date&order=DESC&posts_per_page=9","_sow_form_id":"11550848915f5c05ea3f54f063450960","_sow_form_timestamp":"1599866383834","more":false,"so_sidebar_emulator_id":"siteorigin-panels-postloop-22510000","option_name":"widget_siteorigin-panels-postloop"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_siteorigin-panels-postloop panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-image-grid panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{"instance":{"images":[{"image":173,"image_fallback":"","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","alt":"","url":"post: 26","new_window":false},{"image":184,"image_fallback":"","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","alt":"","url":"post: 28","new_window":false},{"image":169,"image_fallback":"","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","alt":"","url":"post: 30","new_window":false},{"image":174,"image_fallback":"","title":"DKS Mighty Clean Stainless Steel Polish","alt":"","url":"post: 32","new_window":false},{"image":176,"image_fallback":"","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","alt":"","url":"post: 34","new_window":false},{"image":172,"image_fallback":"","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","alt":"","url":"post: 36","new_window":false},{"image":183,"image_fallback":"","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","alt":"","url":"post: 38","new_window":false}],"display":{"attachment_size":"medium","max_height":false,"max_width":300,"spacing":"20px","spacing_unit":"px","so_field_container_state":"open"},"_sow_form_id":"15927810105f5c093e9453c105550726","_sow_form_timestamp":"1599867421243","so_sidebar_emulator_id":"sow-image-grid-22510001","option_name":"widget_sow-image-grid"},"args":{"before_widget":"<div id=\\"panel-18-0-0-1\\" class=\\"so-panel widget widget_sow-image-grid panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:39:11','2020-09-11 23:39:11','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(226,1,'2020-09-11 23:39:11','2020-09-11 23:39:11','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_siteorigin-panels-postloop panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostLoop\"]<input type=\"hidden\" value=\"{"instance":{"title":"","template":"loop.php","posts":"post_type=post&tax_query=category:product&date_type=specific&date_query={\\"after\\":\\"\\",\\"before\\":\\"\\"}&date_query_relative={\\"from\\":[],\\"to\\":[]}&orderby=date&order=DESC&posts_per_page=9","_sow_form_id":"11550848915f5c05ea3f54f063450960","_sow_form_timestamp":"1599866383834","more":false,"so_sidebar_emulator_id":"siteorigin-panels-postloop-1810000","option_name":"widget_siteorigin-panels-postloop"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_siteorigin-panels-postloop panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-image-grid panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widgets_ImageGrid_Widget\"]<input type=\"hidden\" value=\"{"instance":{"images":[{"image":173,"image_fallback":"","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","alt":"","url":"post: 26","new_window":false},{"image":184,"image_fallback":"","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","alt":"","url":"post: 28","new_window":false},{"image":169,"image_fallback":"","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","alt":"","url":"post: 30","new_window":false},{"image":174,"image_fallback":"","title":"DKS Mighty Clean Stainless Steel Polish","alt":"","url":"post: 32","new_window":false},{"image":176,"image_fallback":"","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","alt":"","url":"post: 34","new_window":false},{"image":172,"image_fallback":"","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","alt":"","url":"post: 36","new_window":false},{"image":183,"image_fallback":"","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","alt":"","url":"post: 38","new_window":false}],"display":{"attachment_size":"medium","max_height":false,"max_width":300,"spacing":"20px","spacing_unit":"px","so_field_container_state":"open"},"_sow_form_id":"15927810105f5c093e9453c105550726","_sow_form_timestamp":"1599867421243","so_sidebar_emulator_id":"sow-image-grid-1810001","option_name":"widget_sow-image-grid"},"args":{"before_widget":"<div id=\\"panel-18-0-0-1\\" class=\\"so-panel widget widget_sow-image-grid panel-last-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-1"}}\" />[/siteorigin_widget]</div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:39:11','2020-09-11 23:39:11','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(263,1,'2020-09-15 23:44:57','2020-09-15 23:44:57','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":260,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1600213495094","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26310010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-15 23:44:57','2020-09-15 23:44:57','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(227,1,'2020-09-11 23:52:05','2020-09-11 23:52:05','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-0-2\" class=\"so-panel widget widget_sow-image\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":174,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"DKS Mighty Clean Stainless Steel Polish","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6616491995f5c0c788f593352875612","_sow_form_timestamp":"1599868243793","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-3\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div><div id=\"panel-18-0-1-2\" class=\"so-panel widget widget_sow-image\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-3\" class=\"so-panel widget widget_sow-editor\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-1-4\" class=\"so-panel widget widget_sow-image\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-4\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-4"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-5\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-2-2\" class=\"so-panel widget widget_sow-image\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22710012","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"12\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-3\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:52:05','2020-09-11 23:52:05','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(228,1,'2020-09-11 23:52:05','2020-09-11 23:52:05','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-0-2\" class=\"so-panel widget widget_sow-image\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":174,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"DKS Mighty Clean Stainless Steel Polish","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6616491995f5c0c788f593352875612","_sow_form_timestamp":"1599868243793","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-3\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div><div id=\"panel-18-0-1-2\" class=\"so-panel widget widget_sow-image\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-3\" class=\"so-panel widget widget_sow-editor\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-1-4\" class=\"so-panel widget widget_sow-image\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-4\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-4"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-5\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div><div id=\"panel-18-0-2-2\" class=\"so-panel widget widget_sow-image\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810012","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-2\\" class=\\"so-panel widget widget_sow-image\\" data-index=\\"12\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-2"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-3\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:52:05','2020-09-11 23:52:05','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(255,1,'2020-09-14 20:22:22','2020-09-14 20:22:22','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25510010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-14 20:22:22','2020-09-14 20:22:22','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(229,1,'2020-09-11 23:53:14','2020-09-11 23:53:14','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":174,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"DKS Mighty Clean Stainless Steel Polish","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6616491995f5c0c788f593352875612","_sow_form_timestamp":"1599868243793","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-2-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div><div id=\"pgc-18-2-1\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-2-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-22910012","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-2-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"12\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-2-2\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:53:14','2020-09-11 23:53:14','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(230,1,'2020-09-11 23:53:14','2020-09-11 23:53:14','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":174,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"DKS Mighty Clean Stainless Steel Polish","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6616491995f5c0c788f593352875612","_sow_form_timestamp":"1599868243793","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/dks-mighty-clean-stainless-steel-polish/\">DKS Mighty Clean Stainless Steel Polish</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-2-0\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div><div id=\"pgc-18-2-1\" class=\"panel-grid-cell panel-grid-cell-mobile-last\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-2-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810012","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-2-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"12\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-2-2\" class=\"panel-grid-cell panel-grid-cell-empty\" data-weight=\"0.33333333333333\" ></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-11 23:53:14','2020-09-11 23:53:14','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(233,1,'2020-09-11 23:58:10','2020-09-11 23:58:10','#theme-attribution {\n display: none;\n}\nbody {\n -webkit-font-smoothing: antialiased;\n}\n\n.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {\n line-height:1em;\n overflow-wrap:normal;\n}\n\n#clearfloat {\n clear:both; \n}\n\n/* Navigation */\n.main-navigation {\n text-transform: uppercase;\n}\n\n/* Sidebar */\n#secondary .widget .widget-title, #footer-widgets .widget .widget-title, #masthead-widgets .widget .widget-title {\n font-size: 22px;\n color: #02194b;\n}\n#secondary .widget, #footer-widgets .widget, #masthead-widgets .widget {\n color:#02194b;\n}\n\n/* Remove Comments */\n#comments {\n display: none;\n}\n\n/* Footer */\n#footer-widgets .widget, #colophon #footer-widgets .widget a {\n font-size: 15px;\n line-height: 1.2;\n font-weight: 300;\n}\n\n/* Products Page */\n.panel-grid .category-product {\n width: 300px;\n float: left;\n min-height: 600px;\n padding: 15px;\n}\n\n/* Mobile Menu */\n.mobile-nav-frame ul li a.link {\n text-shadow: none;\n}\n.mobile-nav-frame .title h3 {\n text-shadow: none;\n}\n.mobile-nav-frame .title {\nborder-bottom: none;\n}\n.mobile-nav-frame ul {\n border: none;\n}','vantage','','inherit','closed','closed','','198-revision-v1','','','2020-09-11 23:58:10','2020-09-11 23:58:10','',198,'http://dks.welbornwebsites.com/198-revision-v1/',0,'revision','',0),(234,1,'2020-09-12 00:04:35','2020-09-12 00:04:35','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-23410000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-23410001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-23410003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-23410004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-23410006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-23410007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-23410009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:04:35','2020-09-12 00:04:35','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(235,1,'2020-09-12 00:04:35','2020-09-12 00:04:35','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:04:35','2020-09-12 00:04:35','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(236,1,'2020-09-12 00:25:11','2020-09-12 00:25:11','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">FEATURES & BENEFITS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','inherit','closed','closed','','16-autosave-v1','','','2020-09-12 00:25:11','2020-09-12 00:25:11','',16,'http://dks.welbornwebsites.com/16-autosave-v1/',0,'revision','',0),(237,1,'2020-09-12 00:11:13','2020-09-12 00:11:13','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Grease Filter Service</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h2>FEATURES & BENEFITS</h2>\n<h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','inherit','closed','closed','','16-revision-v1','','','2020-09-12 00:11:13','2020-09-12 00:11:13','',16,'http://dks.welbornwebsites.com/16-revision-v1/',0,'revision','',0),(239,1,'2020-09-12 00:12:51','2020-09-12 00:12:51','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">FEATURES & BENEFITS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','inherit','closed','closed','','16-revision-v1','','','2020-09-12 00:12:51','2020-09-12 00:12:51','',16,'http://dks.welbornwebsites.com/16-revision-v1/',0,'revision','',0),(240,1,'2020-09-12 00:13:30','2020-09-12 00:13:30','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">DKS Soaking Center</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong>The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soak Tank Service','','inherit','closed','closed','','10-revision-v1','','','2020-09-12 00:13:30','2020-09-12 00:13:30','',10,'http://dks.welbornwebsites.com/10-revision-v1/',0,'revision','',0),(241,1,'2020-09-12 00:14:45','2020-09-12 00:14:45','<div id=\"pl-20\" class=\"panel-layout\" ><div id=\"pg-20-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-20-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-20-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">This Month's Special</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n</div>\n</div></div></div></div></div>','Specials','','inherit','closed','closed','','20-autosave-v1','','','2020-09-12 00:14:45','2020-09-12 00:14:45','',20,'http://dks.welbornwebsites.com/20-autosave-v1/',0,'revision','',0),(242,1,'2020-09-12 00:14:52','2020-09-12 00:14:52','<div id=\"pl-20\" class=\"panel-layout\" ><div id=\"pg-20-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-20-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-20-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">This Month's Special</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3>Strike Bac Germicidal</h3>\n<h1><img class=\"size-medium wp-image-47 alignright\" style=\"font-size: 16px;\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/STRIKEBAC-300x400.jpg\" alt=\"\" width=\"300\" height=\"400\" />Start Sanitizing Against the Coronavirus Today</h1>\n<h4>STRIKE BAC GERMICIDAL-2oz</h4>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> has been formulated with the latest fifth generation quat technology to aid in the reduction of cross-contamination in schools, institutions, restaurants and health care facilities.</p>\n<p>Besides being a very good cleaner/disinfectant <strong>STRIKE BAC Germicidal Cleaner</strong> is effective against a broad spectrum of bacteria and IS A VIRUCIDAL, FUNGICIDAL and will prevent the growth of mold and mildew and their odors when used as directed. <strong>STRIKE BAC</strong> has a neutral pH and is safe for use on most hard surfaces.</p>\n<p><strong>STRIKE BAC Germicidal Cleaner</strong> is a highly concentrated product that dilutes in ratio of 2:128</p>\n<h4>EFFICACY DATA</h4>\n<p>Hepatitis B Virus (HBV)<br />\nHepatitis C Virus (HCV)<br />\nHIV-1 (AIDS)<br />\nSARS<br />\nStaphylococcus Aureus<br />\nSalmonella Choleraesuis<br />\nEschirichia Coli<br />\nHuman Coronavirus-<br />\n(ATTC VR-740, strain 229E)<br />\nSARS Associated Coronavirus- (ZeptoMetrix)</p>\n<p><strong>This product is approved by The CDC & The FDA</strong></p>\n<p>(866) DKS-1033 or (909) 627-1131</p>\n</div>\n</div></div></div></div></div>','Specials','','inherit','closed','closed','','20-revision-v1','','','2020-09-12 00:14:52','2020-09-12 00:14:52','',20,'http://dks.welbornwebsites.com/20-revision-v1/',0,'revision','',0),(243,1,'2020-09-12 00:16:07','2020-09-12 00:16:07','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24310001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-24310003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24310004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-24310006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24310007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-24310009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:16:07','2020-09-12 00:16:07','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(244,1,'2020-09-12 00:16:07','2020-09-12 00:16:07','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</p></blockquote>\n<p>Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Diversified Kitchen Solutions<br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p>Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:16:07','2020-09-12 00:16:07','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(245,1,'2020-09-12 00:18:48','2020-09-12 00:18:48','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24510000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24510001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-24510003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24510004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-24510006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24510007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-24510009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-24510015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:18:48','2020-09-12 00:18:48','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(253,1,'2020-09-14 20:20:46','2020-09-14 20:20:46','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25310001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-25310003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25310004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-25310006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25310007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-25310009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25310015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-14 20:20:46','2020-09-14 20:20:46','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(246,1,'2020-09-12 00:18:48','2020-09-12 00:18:48','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1599784783247","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-12 00:18:48','2020-09-12 00:18:48','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(247,1,'2020-09-12 00:22:02','2020-09-12 00:22:02','','Soak Tank','','inherit','','closed','','soak-tank','','','2020-09-12 00:22:02','2020-09-12 00:22:02','',10,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Soak-Tank.jpeg',0,'attachment','image/jpeg',0),(248,1,'2020-09-12 00:22:43','2020-09-12 00:22:43','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">DKS Soaking Center</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soak Tank Service','','inherit','closed','closed','','10-autosave-v1','','','2020-09-12 00:22:43','2020-09-12 00:22:43','',10,'http://dks.welbornwebsites.com/10-autosave-v1/',0,'revision','',0),(250,1,'2020-09-12 00:24:04','2020-09-12 00:24:04','','grease-tank','','inherit','','closed','','grease-tank','','','2020-09-12 00:24:04','2020-09-12 00:24:04','',16,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank.jpeg',0,'attachment','image/jpeg',0),(249,1,'2020-09-12 00:22:59','2020-09-12 00:22:59','<div id=\"pl-10\" class=\"panel-layout\" ><div id=\"pg-10-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-10-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-10-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">DKS Soaking Center</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><strong><img class=\"size-medium wp-image-49 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/soaktank-400x335.jpg\" alt=\"\" width=\"400\" height=\"335\" />The DKS Soaking Center</strong> - is a self-contained system. Our Soaking System includes a tough polyurethane tank and our proprietary soaking solution. Our soaking solution is a non-flammable, odorless, environmentally safe, biodegradable, alkaline cleanser. Our special solution meets USDA guidelines for use in the foodservice industry. Our tank is mounted on wheels so it is easy to move wherever you need it, so it does not tie up your sink or expensive equipment and is designed to fit easily under a prep table so not to use valuable kitchen space.</p>\n<p><strong>Labor Savings</strong> – Our Soak Tank System eliminates the most difficult, time-consuming part of clean-up no scrubbing or scraping! This saves many hours of staff time. After soaking pots and pans, simply rinse and sanitize in your sink.</p>\n<p><strong>Cost Savings</strong> – The Soak Tank System reduces labor expenses, extends the life of expensive kitchen equipment which results in substantial savings on cleaning materials.</p>\n<p><strong>Always on the Job</strong> – The Diversified Kitchen Solutions Soak Tank System is always there when you need it. Think of it as a trusted and reliable employee who is always ready to clean. The DKS soaking system is Multi-Use quickly cleans grease filters. You can soak everything from roaster racks, burner elements and fryer baskets to oven doors and cookware that is too greasy for the dish machine.</p>\n<h2>Strong But Safe</h2>\n<p>The DKS Soaking Center includes our special soaking solution, which is formulated to dissolve the toughest baked on grease. It is safe for your employees, facilities and the environment and it also meets strict USDA guidelines. The tank is made of polyurethane and it is very tough.</p>\n<p>Our solution is reusable. This means there is no need to discard it after one use and it will keep cleaning right up until your next scheduled service. Only specially trained DKS technicians changes and mixes your solution. You do not need to worry about an accident, misuse or product waste. We make sure the strength of the solution is right every time.</p>\n<h2>Our Clients</h2>\n<p>Diversified Kitchen Solutions clients consist of a wide variety of commercial kitchens such as restaurants, convalescent homes, assisted care facilities, Military, Federal and State facilities, any place that has a commercial kitchen. Below are a few of our customers:</p>\n<ul>\n<li>Admiral Risty</li>\n<li>Alhambra Psychiatric Hospital</li>\n<li>American Legion Posts</li>\n<li>Anaheim Sheraton Hotel</li>\n<li>Arby’s</li>\n<li>Arcadia Convalescent Hospital</li>\n<li>Balboa Nursing and Rehabilitation</li>\n<li>Baldwin Garden Nursing center</li>\n<li>Banning Health Care</li>\n<li>Bobo’s</li>\n<li>Brigantine Restaurants</li>\n<li>Burger King</li>\n<li>Castle Korean BBQ</li>\n<li>China Deli</li>\n<li>China Moon</li>\n<li>Chino Jo’s</li>\n<li>Chosen Galbee</li>\n<li>Del Mar Race Track</li>\n<li>Downey Unified School District</li>\n<li>Elks Lodge</li>\n<li>Fairmont Hotel</li>\n<li>Flemings</li>\n<li>Foster Freeze</li>\n<li>Gin Sushi</li>\n<li>Joeys BBQ</li>\n<li>Jon’s Market</li>\n<li>Kiku Shushi</li>\n<li>Las Golondrinas</li>\n<li>Leonardo’s</li>\n<li>Marie Calendar’s</li>\n<li>Marshall Canyon Country Club</li>\n<li>Mastro’s Steakhouse</li>\n<li>Miguel’s Cocina’s</li>\n<li>Mille Fleurs</li>\n<li>Mo’s # 2</li>\n<li>Mom’s Pie Shop - Julian</li>\n<li>Moreno Valley Unified School District</li>\n<li>Mulholland Tennis Club</li>\n<li>Original Pancake House</li>\n<li>Outback</li>\n<li>F. Changs</li>\n<li>Panda Express</li>\n<li>Portillo’s</li>\n<li>R & B Home Services</li>\n<li>Ravis Indian Restaurant</li>\n<li>Red Palace BBQ</li>\n<li>Red’s BBQ</li>\n<li>Rice Garden</li>\n<li>Round Table Pizza</li>\n<li>Sam Woo BBQ</li>\n<li>San Ya Korean BBQ</li>\n<li>Sbarro</li>\n<li>Shakey’s Pizza</li>\n<li>Sizzler</li>\n<li>Surfside Inn</li>\n<li>Sushi & Wasabi</li>\n<li>Sushi House</li>\n<li>Taqueria Guerrero</li>\n<li>Thornton Winery</li>\n<li>Tom Hamm’s Lighthouse</li>\n<li>True Food Kitchen-Fashion Valley</li>\n<li>Windsor Gardens</li>\n</ul>\n</div>\n</div></div></div></div></div>','Soak Tank Service','','inherit','closed','closed','','10-revision-v1','','','2020-09-12 00:22:59','2020-09-12 00:22:59','',10,'http://dks.welbornwebsites.com/10-revision-v1/',0,'revision','',0),(251,1,'2020-09-12 00:25:19','2020-09-12 00:25:19','<div id=\"pl-16\" class=\"panel-layout\" ><div id=\"pg-16-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-16-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-16-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">FEATURES & BENEFITS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h3><img class=\"size-medium wp-image-250 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/grease-tank-400x278.jpeg\" alt=\"\" width=\"400\" height=\"278\" />DKS Grease Filter Service</h3>\n<p>Diversified Kitchen Solutions exhaust system filters are the only UL – approved recyclable baffle grease filters that meet the NFPA 96 codes. Their design reduces the accumulation of grease in the hood, ductwork, and exhaust fans.</p>\n<p><strong>Cost Savings</strong> – DKS will save you money just by reducing the number hood and duct cleanings necessary each year.</p>\n<p><strong>Reduce Cleaning Labor & Risk</strong> – With DKS servicing your filters you reduce the risk of any workers compensation injuries to your employees, they will not have to worry about the dirty and dangerous task of removing the filters over a hot grill. Then you don’t have to worry about half cleaned filters or grease related odors.</p>\n<p><strong>Designed to trap more Grease</strong> - these are made of high-grade aluminum and the baffles are designed to allow our filters to get hotter so the grease drains off the filter to your grease cup much smoother.</p>\n<p><strong>A New Filter with every Service</strong> – The DKS difference is that with our service we perform regular inspections of your exhaust system and replace your grease filters with brand new filters as part of our complete service. DKS is the only company that provides a new filter with every service.</p>\n<p><img class=\"alignnone wp-image-151 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/FILTER-BEAUTY-SHOT-400x265.jpg\" alt=\"\" width=\"400\" height=\"265\" /></p>\n<p> </p>\n<p> </p>\n</div>\n</div></div></div></div></div>','Grease Filter Service','','inherit','closed','closed','','16-revision-v1','','','2020-09-12 00:25:19','2020-09-12 00:25:19','',16,'http://dks.welbornwebsites.com/16-revision-v1/',0,'revision','',0),(258,1,'2020-09-15 23:24:57','2020-09-15 23:24:57','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1600212286994","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25810001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-25810003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-25810006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25810007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-25810009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-25810015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-15 23:24:57','2020-09-15 23:24:57','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(254,1,'2020-09-14 20:20:46','2020-09-14 20:20:46','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":167,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1599783724763","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-14 20:20:46','2020-09-14 20:20:46','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(256,1,'2020-09-14 20:22:22','2020-09-14 20:22:22','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":184,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1599868221524","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":183,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1599868261155","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-14 20:22:22','2020-09-14 20:22:22','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(257,1,'2020-09-15 23:24:43','2020-09-15 23:24:43','','Soaking Beats Scrubbing','','inherit','','closed','','soaking-beats-scrubbing','','','2020-09-15 23:24:43','2020-09-15 23:24:43','',7,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Soaking-Beats-Scrubbing.jpg',0,'attachment','image/jpeg',0),(293,1,'2020-11-16 20:08:39','2020-11-16 20:08:39','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29310001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-29310003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29310004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-29310006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29310007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-29310009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-29310015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-11-16 20:08:39','2020-11-16 20:08:39','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(259,1,'2020-09-15 23:24:57','2020-09-15 23:24:57','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1600212286994","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":165,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1599784794896","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-09-15 23:24:57','2020-09-15 23:24:57','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0),(261,1,'2020-09-15 23:43:45','2020-09-15 23:43:45','','Strike-Bac-edit','','inherit','','closed','','strike-bac-edit','','','2020-09-15 23:43:45','2020-09-15 23:43:45','',38,'http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Strike-Bac-edit.jpeg',0,'attachment','image/jpeg',0),(262,1,'2020-09-15 23:43:54','2020-09-15 23:43:54','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-09-15 23:43:54','2020-09-15 23:43:54','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(267,1,'2020-09-15 23:55:27','2020-09-15 23:55:27','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"13330259445f61530ec34ec098026101","_sow_form_timestamp":"","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":266,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600214024965","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-26710010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-15 23:55:27','2020-09-15 23:55:27','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(264,1,'2020-09-15 23:44:57','2020-09-15 23:44:57','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":260,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"2574829895f5c0ca1a4975431751165","_sow_form_timestamp":"1600213495094","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-15 23:44:57','2020-09-15 23:44:57','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(271,1,'2020-09-16 00:05:22','2020-09-16 00:05:22','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600214707873","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27110010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:05:22','2020-09-16 00:05:22','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(268,1,'2020-09-15 23:55:27','2020-09-15 23:55:27','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"13330259445f61530ec34ec098026101","_sow_form_timestamp":"","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":266,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600214024965","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-15 23:55:27','2020-09-15 23:55:27','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(270,1,'2020-09-16 00:05:03','2020-09-16 00:05:03','','Lime-Remover_b','','inherit','','closed','','lime-remover_b','','','2020-09-16 00:05:03','2020-09-16 00:05:03','',18,'http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b.jpeg',0,'attachment','image/jpeg',0),(273,1,'2020-09-16 00:17:00','2020-09-16 00:17:00','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215400744","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215378094","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215369515","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27310010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:17:00','2020-09-16 00:17:00','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(272,1,'2020-09-16 00:05:22','2020-09-16 00:05:22','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1599868249153","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1599868256386","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600214707873","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:05:22','2020-09-16 00:05:22','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(275,1,'2020-09-16 00:21:30','2020-09-16 00:21:30','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1600215634312","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600215642708","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1600215651785","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 34","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215660989","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 36","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215670907","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 38","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215686936","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-27510010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:21:30','2020-09-16 00:21:30','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(274,1,'2020-09-16 00:17:00','2020-09-16 00:17:00','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1599868215730","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600213487420","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1599868229219","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215400744","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215378094","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215369515","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:17:00','2020-09-16 00:17:00','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(276,1,'2020-09-16 00:21:30','2020-09-16 00:21:30','<div id=\"pl-18\" class=\"panel-layout\" ><div id=\"pg-18-0\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-0-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":173,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean H\\/D Pot &amp; Pan Detergent (MSDS)","title_position":"hidden","alt":"","url":"post: 26","bound":true,"_sow_form_id":"6076948635f5c0b30eecd9580315765","_sow_form_timestamp":"1600215634312","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"0\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-h-d-pot-pan-detergent-msds/\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":261,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"10% Quat Rinse (U.S.D.A. &amp; NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]","title_position":"hidden","alt":"","url":"post: 28","bound":true,"_sow_form_id":"5576681745f5c0b6dbd539618714275","_sow_form_timestamp":"1600215642708","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810002","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"2\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/10-quat-rinse-u-s-d-a-nsf-d2-epa-reg-no-1839-86-37265-msds/\">10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-0-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-0-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":169,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Grease Buster (U.S.D.A. &amp; NSF A8)","title_position":"hidden","alt":"","url":"post: 30","bound":true,"_sow_form_id":"8136867275f5c0b6b7e11d052326913","_sow_form_timestamp":"1600215651785","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-0-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-0-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-grease-buster-u-s-d-a-nsf-a8/\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</a></p>\n</div>\n</div></div></div></div><div id=\"pg-18-1\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div id=\"pgc-18-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":176,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Window Cleaner (U.S.D.A. &amp; NSF C1)","title_position":"hidden","alt":"","url":"post: 34","bound":true,"_sow_form_id":"11069193375f5c0cfe1fa17953267588","_sow_form_timestamp":"1600215660989","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810006","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"7\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-window-cleaner-u-s-d-a-nsf-c1/\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":172,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"Mighty Clean Thick Oven &amp; Grill Cleaner (U.S.D.A. A8)","title_position":"hidden","alt":"","url":"post: 36","bound":true,"_sow_form_id":"4247088415f5c0cd73ee57880421556","_sow_form_timestamp":"1600215670907","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810008","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"8\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-1-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-thick-oven-grill-cleaner-u-s-d-a-a8/\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</a></p>\n</div>\n</div></div></div><div id=\"pgc-18-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-18-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"10\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":270,"image_fallback":"","size":"medium","align":"center","title_align":"default","title":"Mighty Clean Lime Remover (U.S.D.A. &amp; NSF A3)","title_position":"hidden","alt":"","url":"post: 38","bound":true,"_sow_form_id":"6160563825f6154b050d88735882587","_sow_form_timestamp":"1600215686936","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-1810010","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-18-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"10\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-18-1-2-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><a href=\"http://dks.welbornwebsites.com/mighty-clean-lime-remover-u-s-d-a-nsf-a3/\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</a></p>\n</div>\n</div></div></div></div></div>','Products','','inherit','closed','closed','','18-revision-v1','','','2020-09-16 00:21:30','2020-09-16 00:21:30','',18,'http://dks.welbornwebsites.com/18-revision-v1/',0,'revision','',0),(285,1,'2020-09-16 00:33:47','2020-09-16 00:33:47','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-09-16 00:33:47','2020-09-16 00:33:47','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(278,1,'2020-09-16 00:29:12','2020-09-16 00:29:12','<div id=\"pl-38\" class=\"panel-layout\" ><div id=\"pg-38-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-38-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-38-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Lime Remover (U.S.D.A. & NSF A3)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-270 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/09/Lime-Remover_b-256x512.jpeg\" alt=\"\" width=\"256\" height=\"512\" />This product is formulated to remove lime buildup found inside dishwashers after extended periods of use. Take one cup of Mighty Clean Lime Remover, place it in the dishwasher and run the dishwasher through a cycle. The inside of the dishwasher will become sparkling clean and new in appearance. Mighty Clean Lime Remover has many other janitorial applications. This product contains a high concentration of phosphoric acid and should not be used on aluminum.</p>\n<p>Product Item Number 460G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Lime-Remover.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Lime Remover (U.S.D.A. & NSF A3)','','inherit','closed','closed','','38-revision-v1','','','2020-09-16 00:29:12','2020-09-16 00:29:12','',38,'http://dks.welbornwebsites.com/38-revision-v1/',0,'revision','',0),(286,1,'2020-09-16 00:34:01','2020-09-16 00:34:01','<div id=\"pl-36\" class=\"panel-layout\" ><div id=\"pg-36-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-36-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-36-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)','','inherit','closed','closed','','36-revision-v1','','','2020-09-16 00:34:01','2020-09-16 00:34:01','',36,'http://dks.welbornwebsites.com/36-revision-v1/',0,'revision','',0),(279,1,'2020-09-16 00:29:50','2020-09-16 00:29:50','<div id=\"pl-36\" class=\"panel-layout\" ><div id=\"pg-36-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-36-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-36-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-172 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill-200x400.jpeg\" alt=\"\" width=\"200\" height=\"400\" />This viscous type cleaner is designed to aid in vertical stability. When applied to the sides of an oven, it will cling to the walls and remove all burn on solids. Very fast acting! This product works especially well on warm ovens. Apply, let stand and wipe away all the grime. Great for use on barbecues, too.</p>\n<p>Product Item Number 410G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Silicate (Alkali pH Adjuster, CAS# 1344-09-8); b-Alanine, N-(2-Carboxyethyl)-N-3-(Decyloxy) Propyl, Monosodium Salt (Cleaning Agent, CAS# 64972-19-6); 2-Hydroxyethyl Cellulose (Viscosity Modifier, CAS# 9004-62-0); 1,3-Dihydroxypropane (Organic Solvent, CAS# 504-63-2); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 111-76-2); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Oven-and-Grill.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Thick Oven & Grill Cleaner (U.S.D.A. A8)','','inherit','closed','closed','','36-revision-v1','','','2020-09-16 00:29:50','2020-09-16 00:29:50','',36,'http://dks.welbornwebsites.com/36-revision-v1/',0,'revision','',0),(287,1,'2020-09-16 00:34:16','2020-09-16 00:34:16','<div id=\"pl-34\" class=\"panel-layout\" ><div id=\"pg-34-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)','','inherit','closed','closed','','34-revision-v1','','','2020-09-16 00:34:16','2020-09-16 00:34:16','',34,'http://dks.welbornwebsites.com/34-revision-v1/',0,'revision','',0),(280,1,'2020-09-16 00:30:20','2020-09-16 00:30:20','<div id=\"pl-34\" class=\"panel-layout\" ><div id=\"pg-34-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-34-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-34-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"size-medium wp-image-176 alignright\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner-201x400.jpeg\" alt=\"\" width=\"201\" height=\"400\" />Our glass cleaner is simple to use. Just spray on and wipe off. It will leave your windows sparkling clean. It has a special grease cutting agent. It will not leave a film residue and your glass will be streak free. It has a pleasant blue color and mild fragrance to add to its appeal.</p>\n<p>Product Item Number 450G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Window-Cleaner.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Window Cleaner (U.S.D.A. & NSF C1)','','inherit','closed','closed','','34-revision-v1','','','2020-09-16 00:30:20','2020-09-16 00:30:20','',34,'http://dks.welbornwebsites.com/34-revision-v1/',0,'revision','',0),(288,1,'2020-09-16 00:34:35','2020-09-16 00:34:35','<div id=\"pl-30\" class=\"panel-layout\" ><div id=\"pg-30-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-30-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-30-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Grease Buster (U.S.D.A. & NSF A8)','','inherit','closed','closed','','30-revision-v1','','','2020-09-16 00:34:35','2020-09-16 00:34:35','',30,'http://dks.welbornwebsites.com/30-revision-v1/',0,'revision','',0),(281,1,'2020-09-16 00:30:57','2020-09-16 00:30:57','<div id=\"pl-30\" class=\"panel-layout\" ><div id=\"pg-30-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-30-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-30-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean Grease Buster (U.S.D.A. & NSF A8)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-169\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster-212x400.jpeg\" alt=\"\" width=\"212\" height=\"400\" />This heavy-duty degreaser has proven time and time again to be the most effective in our industry. It cuts through burnt on soils with amazing ease. It is easy to use! Just spray on and wipe away baked-on residue. Very concentrated.</p>\n<p>Product Item Number 420G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Potassium Hydroxide (Alkali Builder, CAS# 1310-58-3); Sodium Metasilicate Pentahydrate (Alkali Builder, CAS# 6834-92-0); Dimethylbenzenesulfonic Acid Sodium Salt (Cleaning Agent, CAS# 1300-72-7); Sodium Caprylyl Sulfonate (Cleaning Agent, CAS# 5324-84-5); Tetrasodium Ethylenediamine Tetraacetate (Water Softener, CAS# 64-02-8); Ethylene Glycol Monobutyl Ether (Cleaning Solvent, CAS# 64-02-8); Alcohol Ethoxylate (Cleaning Agent, CAS# 68439-46-3); Citrus Terpene (Cleaning Solvent, CAS# 94266-47-4).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Grease-Buster.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean Grease Buster (U.S.D.A. & NSF A8)','','inherit','closed','closed','','30-revision-v1','','','2020-09-16 00:30:57','2020-09-16 00:30:57','',30,'http://dks.welbornwebsites.com/30-revision-v1/',0,'revision','',0),(282,1,'2020-09-16 00:31:26','2020-09-16 00:31:26','<div id=\"pl-28\" class=\"panel-layout\" ><div id=\"pg-28-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-28-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-28-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright wp-image-261 size-medium\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Strike-Bac-edit-400x512.jpeg\" alt=\"\" width=\"400\" height=\"512\" />10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]</p>\n<p>Used as a sanitizer for glassware, silverware, dishes and cooking utensils. The product can also be used in any type of food processing plant. It can be used in hospitals as a disinfectant.</p>\n<p>Product Item Number 405G</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/10p-Quat-Rinse.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','10% Quat Rinse (U.S.D.A. & NSF D2) -EPA Reg. No. 1839-86-37265 [MSDS]','','inherit','closed','closed','','28-revision-v1','','','2020-09-16 00:31:26','2020-09-16 00:31:26','',28,'http://dks.welbornwebsites.com/28-revision-v1/',0,'revision','',0),(283,1,'2020-09-16 00:31:46','2020-09-16 00:31:46','<div id=\"pl-26\" class=\"panel-layout\" ><div id=\"pg-26-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-26-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-26-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">Mighty Clean H/D Pot & Pan Detergent (MSDS)</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean H/D Pot & Pan Detergent (MSDS)','','inherit','closed','closed','','26-revision-v1','','','2020-09-16 00:31:46','2020-09-16 00:31:46','',26,'http://dks.welbornwebsites.com/26-revision-v1/',0,'revision','',0),(289,1,'2020-09-16 00:34:50','2020-09-16 00:34:50','<div id=\"pl-26\" class=\"panel-layout\" ><div id=\"pg-26-0\" class=\"panel-grid panel-no-style\" ><div id=\"pgc-26-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-26-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p><img class=\"alignright size-medium wp-image-173\" src=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Pot-and-Pan-313x400.jpeg\" alt=\"\" width=\"313\" height=\"400\" />This product is very economical to use; as little as 3 oz. to 5 gallons of water will clean more dishes than the competition. It cuts through grease and leaves dishes and silverware sparkling clean. Soiled articles will often soak clean without wiping or scrubbing. High inactive ingredients and mild on the hands.</p>\n<p>Product Item Number 435G<br />\nIngredient Information: Water (Carrier, CAS# 7732-18-5); Sodium (C14-C16) Olefin Sulfonate (Cleaning Agent, CAS# 68439-46-3); Dodecylbenzenesulfonic Acid (Cleaning Agent, CAS# 27176-87-0, 7664-93-9); Sodium Hydroxide (Alkali Builder, CAS# 1310-73-2); Sodium Chloride (Viscosity Modifier, CAS# 7647-14-5); Bronopol (Preservative, CAS# 52-51-7); Spice Fragrance (Fragrance, CAS# N/A).</p>\n<p><a href=\"http://dks.welbornwebsites.com/wp-content/uploads/2020/08/Mighty-Clean-Pot-and-Pan.pdf\">PDF</a></p>\n<p><a href=\"http://dks.welbornwebsites.com/product-rtk/\">CA RTK Designated List</a></p>\n</div>\n</div></div></div></div></div>','Mighty Clean H/D Pot & Pan Detergent (MSDS)','','inherit','closed','closed','','26-revision-v1','','','2020-09-16 00:34:50','2020-09-16 00:34:50','',26,'http://dks.welbornwebsites.com/26-revision-v1/',0,'revision','',0),(304,0,'2021-01-31 04:26:48','2021-01-31 04:26:48','Analyzing WordPress Content...','','','finish','closed','closed','','304','','','2021-02-02 12:33:57','2021-02-02 12:33:57','',0,'http://dks.welbornwebsites.com/?wdf_scan=304',0,'wdf_scan','',0),(295,1,'2020-11-16 20:13:26','2020-11-16 20:13:26','','products-phot-btn','','inherit','','closed','','products-phot-btn','','','2020-11-16 20:13:26','2020-11-16 20:13:26','',0,'http://dks.welbornwebsites.com/wp-content/uploads/2020/11/products-phot-btn.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (297,1,'2020-11-16 20:14:49','2020-11-16 20:14:49','<div id=\"pl-7\" class=\"panel-layout\" ><div id=\"pg-7-0\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"0px 0px 0px 0px","background":"#02194b","background_image_attachment":"212","background_image_attachment_fallback":false,"background_display":"tile","bottom_margin":"0px","row_stretch":"full","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"siteorigin-panels-stretch panel-row-style-full-width panel-row-style panel-row-style-for-7-0\" style=\"background-color: #02194b; \" data-stretch-type=\"full\" ><div id=\"pgc-7-0-0\" class=\"panel-grid-cell\" data-weight=\"1\" ><div id=\"panel-7-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{"padding":"0px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","margin":"0px 0px 0px 0px"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":257,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10137657705f5ac31c252b4616192931","_sow_form_timestamp":"1605557315685","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710000","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-0-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child panel-last-child\\" data-index=\\"0\\" data-style=\\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-0-0-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-0-0-0"}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-7-1\" class=\"panel-grid panel-has-style\" data-style=\"{"padding":"30px 0px 0px 0px","background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","video_overlay":"none","overlay_pattern":"dots","fade_in":true,"pause_after":"120","pause_play_button":true,"pauseplay_xpos":"right","pauseplay_ypos":"top"}\" data-ratio=\"1\" data-ratio-direction=\"right\" ><div class=\"panel-row-style panel-row-style-for-7-1\" ><div id=\"pgc-7-1-0\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-0-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"1\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":166,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Soak Tank Service","title_position":"hidden","alt":"","url":"post: 10","bound":true,"_sow_form_id":"10982161085f5ac25a4b356351279999","_sow_form_timestamp":"1599784774690","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710001","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-0-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"1\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"2\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">SOAK TANK SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n DKS Soaking Center does all the hard work for you. It cleans Pots & pans, Kitchen utensils, Stove parts, Oven racks, Rubber floor mats, and much more.</div>\n</div></div><div id=\"panel-7-1-0-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"3\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 10","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"16512751395f5c0f29c8436196907504","_sow_form_timestamp":"1599868945759","new_window":false,"so_sidebar_emulator_id":"sow-button-710003","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-0-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"3\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-0-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-1-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"4\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":164,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Grease Filter Service","title_position":"hidden","alt":"","url":"post: 16","bound":true,"_sow_form_id":"20777902375f5ac2a7c6661886092905","_sow_form_timestamp":"1600114842668","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710004","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-1-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"4\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-0"}}\" />[/siteorigin_widget]</div><div id=\"panel-7-1-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"5\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">GREASE FILTER SERVICE</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n With DKS taking care of your filters, employees need not worry about the dirty and dangerous task of removing filters over a hot grill.</div>\n</div></div><div id=\"panel-7-1-1-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"6\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 16","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"15776436755f5c0fd6daeea439234523","_sow_form_timestamp":"1599868953385","new_window":false,"so_sidebar_emulator_id":"sow-button-710006","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-1-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"6\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-1-2"}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-7-1-2\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-1-2-0\" class=\"so-panel widget widget_sow-image panel-first-child\" data-index=\"7\" data-style=\"{"widget_css":"width: 300px;","background_image_attachment":false,"background_display":"tile"}\" ><div class=\"panel-widget-style panel-widget-style-for-7-1-2-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":295,"image_fallback":"","size":"full","align":"default","title_align":"default","title":"Products","title_position":"hidden","alt":"","url":"post: 18","bound":true,"_sow_form_id":"1207644335f5ac2aa00d72078892051","_sow_form_timestamp":"1605557654977","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710007","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-1-2-0\\" class=\\"so-panel widget widget_sow-image panel-first-child\\" data-index=\\"7\\" data-style=\\"{&quot;widget_css&quot;:&quot;width: 300px;&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" ><div class=\\"panel-widget-style panel-widget-style-for-7-1-2-0\\" >","after_widget":"<\\/div><\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-0"}}\" />[/siteorigin_widget]</div></div><div id=\"panel-7-1-2-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"8\" data-style=\"{"background_image_attachment":false,"background_display":"tile","margin":"0px 0px 5px 0px"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\"><h2 class=\"widget-title\">PRODUCTS</h2>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Whatever your cleaning needs, DKS has a full line of products to help clean every messy situation. From pots and pans to windows and floors.</p>\n</div>\n</div></div><div id=\"panel-7-1-2-2\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"9\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{"instance":{"text":"READ MORE","url":"post: 18","button_icon":{"icon_selected":"fontawesome-sow-fas-angle-right","icon_color":"#ffffff","icon":0,"icon_placement":"right","so_field_container_state":"open"},"design":{"width":false,"width_unit":"px","align":"left","theme":"flat","button_color":"#0656a3","text_color":"#ffffff","hover":true,"hover_background_color":"#02194b","hover_text_color":"#ffffff","font":"default","font_size":"1","rounding":"0.25","padding":"1","so_field_container_state":"open"},"attributes":{"id":"","classes":"","title":"","onclick":"","rel":"","so_field_container_state":"closed"},"_sow_form_id":"14287340985f5c0fd622c0a716063116","_sow_form_timestamp":"1599868966986","new_window":false,"so_sidebar_emulator_id":"sow-button-710009","option_name":"widget_sow-button"},"args":{"before_widget":"<div id=\\"panel-7-1-2-2\\" class=\\"so-panel widget widget_sow-button panel-last-child\\" data-index=\\"9\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-1-2-2"}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-7-2\" class=\"panel-grid panel-no-style\" data-style=\"{"background_image_attachment":false,"background_display":"tile","cell_alignment":"flex-start","use_background_video":"","fade_in":"","pause_play_button":""}\" data-ratio=\"0.5\" data-ratio-direction=\"right\" ><div id=\"pgc-7-2-0\" class=\"panel-grid-cell\" data-weight=\"0.66666666666667\" ><div id=\"panel-7-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"10\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <h1>The DKS Difference</h1><p>Your best choice for your commercial or institutional kitchen cleaning solutions</p><p>DKS is a full-service cleaning solution for your foodservice operation. We offer the products and services that will reduce your operating costs and keep your foodservice business running at peak efficiency.</p><p>When you hire Diversified Kitchen Solutions, you are hiring a company with over 100 years of combined restaurant services experience. We focus on your business needs and we take the task of scrubbing pots & pans as well as other cleaning challenges out of your hands. Call us and experience the DKS difference today.</p><p>“The Customer Is the Center of Our Universe”</p><p>Alan Inselberg<br />Vice President<br />Diversified Kitchen Solutions</p></div>\n</div></div><div id=\"panel-7-2-0-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"11\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <style> .btn--buy,.btn--pay,.btn--donate{background-color:#424e54;border:0;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-family:Fira Sans,Arial,Helvetica,sans-serif;font-size:28px;line-height:1;margin-bottom:1em;padding:.75em 1em;vertical-align:middle;transition:background-color .4s ease;} .btn--pay{background-color:#494949;border-color:#494949;} .btn--pay:hover{background-color:#333;border-color:#333;} .btn--buy{background-color:#3ea56b;border-color:#2e955b;} .btn--buy:hover{background-color:#1e854b;text-decoration:none;} .btn--donate{background-color: #4e75b9;border-color: #4e75b9;} .btn--donate:hover{background-color:#3e65a9;border-color:#3e65a9;} .cards{margin-top:1em;} .cards img{border:1px solid #c5c6ce;border-radius:5px;} .cards--s img{height:30px;} .btn--pay { background-color: #3f51b5; font-family: Raleway; font-size: 24px; color: #fff !important; } .btn--pay:hover{ background-color: #283593; color: #fff; } </style> <div id=\"btnPayFrm\"><a href=\"https://diversifiedkitc.securepayments.cardpointe.com/pay?\" class=\"btn btn--pay\">Pay Now</a> <div class=\"cards cards--s\"><img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--visa.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--mastercard.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--discover.png\" alt=\"\"/> <img src=\"https://diversifiedkitc.securepayments.cardpointe.com/admin/hpp/img/cc--amex.png\" alt=\"\"/></div></div><link href=\"https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800|Material+Icons\" rel=\"stylesheet\" type=\"text/css\" id=\"customFont\" /></div>\n</div></div><div id=\"panel-7-2-0-2\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"12\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p>Dear Valued Customer,</p>\n<p><strong>Diversified Kitchen Solutions General Statement on Coronavirus (COVID-19)</strong></p>\n<p>As you are aware from the latest news coverage, the outbreak of COVID-19 / Coronavirus is impacting the movement of people and goods in a growing number of countries. Due to the rising concerns, we deemed it appropriate to make a statement regarding the actions that we are taking.</p>\n<p>Diversified Kitchen Solutions is closely monitoring all updates and advice from the relevant organizations, including the World Health Organization (WHO). As a result, we are taking a number of precautionary measures to ensure the health and safety of our customers and employees, while maintaining our service to you as follows:</p>\n<ul>\n<li>We are implementing a Business Continuity Plan across the business that includes Health and Safety controls in order to maintain service and safety of our customers and employees.</li>\n<li>Taking care of customers is at the center of our universe. As a high service business, we do hold safety a priority to maintain service levels.<br />\nAlthough some business and transport networks are impacted, we currently have sufficient stock levels on our most popular products.</li>\n<li>Based on current information, we are not expecting any impact on service. This is, however, a rapidly evolving situation and we will keep you updated if service will be impacted.</li>\n<li>We will continue to work with our employees and suppliers to ensure we are all prepared to maintain a quality level of service to our customers while taking any health precautions necessary.</li>\n</ul>\n<p>For more information on the virus and associated FAQs, please refer to the WHO website: <a href=\"https://www.who.int/news-room/q-a-detail/q-a-coronaviruses\" target=\"_blank\" rel=\"noopener noreferrer\">https://www.who.int/news-room/q-a-detail/q-a-coronaviruses</a> If you have any questions, please contact the Diversified Kitchen Solutions customer service team at 1-909- 627-1131.</p>\n<p>Sincerely,</p>\n<p>Fred Street<br />\nPresident/CEO<br />\nDiversified Kitchen Solutions</p>\n</div>\n</div></div></div><div id=\"pgc-7-2-1\" class=\"panel-grid-cell\" data-weight=\"0.33333333333333\" ><div id=\"panel-7-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"13\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <blockquote><p><strong>\"It gets the grills so clean! I have never had better lines on my steaks and it saves me money on other chemicals.\"</strong></p></blockquote>\n<p style=\"text-align: center;\">Outback Steakhouse</p>\n</div>\n</div></div><div id=\"panel-7-2-1-1\" class=\"so-panel widget widget_sow-editor\" data-index=\"14\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\n<div class=\"siteorigin-widget-tinymce textwidget\">\n <p style=\"text-align: center;\"><strong>Diversified Kitchen Solutions</strong><br />\n5642 Schaefer Avenue<br />\nChino, CA 91710</p>\n<p style=\"text-align: center;\">Toll Free: (866) 357-1033<br />\nPhone: (909) 627-1131<br />\nFax: (909) 627-1255</p>\n</div>\n</div></div><div id=\"panel-7-2-1-2\" class=\"so-panel widget widget_sow-image panel-last-child\" data-index=\"15\" data-style=\"{"background_image_attachment":false,"background_display":"tile"}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{"instance":{"image":163,"image_fallback":"","size":"full","align":"center","title_align":"default","title":"","title_position":"hidden","alt":"","url":"","bound":true,"_sow_form_id":"13673286825f5c13de1c9d1743896673","_sow_form_timestamp":"1599869924971","new_window":false,"full_width":false,"so_sidebar_emulator_id":"sow-image-710015","option_name":"widget_sow-image"},"args":{"before_widget":"<div id=\\"panel-7-2-1-2\\" class=\\"so-panel widget widget_sow-image panel-last-child\\" data-index=\\"15\\" data-style=\\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\\" >","after_widget":"<\\/div>","before_title":"<h2 class=\\"widget-title\\">","after_title":"<\\/h2>","widget_id":"widget-2-1-2"}}\" />[/siteorigin_widget]</div></div></div></div>','Home','','inherit','closed','closed','','7-revision-v1','','','2020-11-16 20:14:49','2020-11-16 20:14:49','',7,'http://dks.welbornwebsites.com/7-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_ci NOT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, UNIQUE KEY `id` (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (36,3,0),(123,2,0),(128,2,0),(125,2,0),(127,2,0),(130,2,0),(129,2,0),(124,2,0),(38,3,0),(34,3,0),(32,3,0),(30,3,0),(28,3,0),(26,3,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (2,2,'nav_menu','',0,7),(3,3,'category','',0,6),(4,4,'category','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (2,'Menu 1','menu-1',0),(3,'Product','product',0),(4,'DKS Solutions','dks-solutions',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','lwelborn'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers','text_widget_custom_html,theme_editor_notice'),(15,1,'show_welcome_panel','1'),(16,1,'session_tokens','a:1:{s:64:\"1f41c630098b156b2b37734fa54e01be4a94c4a41fa5f17b3d37214ee3ec34e5\";a:4:{s:10:\"expiration\";i:1605730022;s:2:\"ip\";s:13:\"144.208.65.39\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36\";s:5:\"login\";i:1605557222;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','292'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"24.56.30.0\";}'),(19,1,'tgmpa_dismissed_notice_tgmpa-vantage','1'),(20,1,'wp_user-settings','siteorigin_panels_setting_tab=general&editor=tinymce&libraryContent=browse&align=right'),(21,1,'wp_user-settings-time','1600216281'),(23,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\";}'),(24,1,'metaboxhidden_nav-menus','a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),(22,1,'last_login_time','2020-11-16 20:07:02'),(25,1,'nav_menu_recently_edited','2'),(26,1,'closedpostboxes_post','a:1:{i:0;s:11:\"categorydiv\";}'),(27,1,'metaboxhidden_post','a:7:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'lwelborn','$P$BhrjjX10PuOTqx2I0WzS1BNtPUF/r00','lwelborn','LaceyWelborn@gmail.com','http://dks.welbornwebsites.com','2020-08-17 23:23:00','',0,'lwelborn'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-02-04 14:59:13
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Генерация страницы: 0.33 |
proxy
|
phpinfo
|
Настройка