-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost
-- Generation Time: Oct 04, 2018 at 12:14 PM
-- Server version: 5.7.23-0ubuntu0.16.04.1
-- PHP Version: 7.2.0RC4

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!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 utf8mb4 */;

--
-- Database: `kanecountyhealth_web`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'Um comentarista do WordPress', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2017-11-27 17:34:43', '2017-11-27 19:34:43', 'Olá, isso é um comentário.\nPara começar a moderar, editar e deletar comentários, visite a tela de Comentários no painel.\nAvatares de comentaristas vêm a partir do <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(3, 'siteurl', 'http://localhost/repositorio-kanecountyhealth-web/web/wp', 'yes'),
(4, 'home', 'http://localhost/repositorio-kanecountyhealth-web/web/wp', 'yes'),
(5, 'blogname', 'Teen Protection', 'yes'),
(6, 'blogdescription', 'protect my future', 'yes'),
(7, 'users_can_register', '0', 'yes'),
(8, 'admin_email', 'dev@cappen.com', 'yes'),
(9, 'start_of_week', '0', 'yes'),
(10, 'use_balanceTags', '0', 'yes'),
(11, 'use_smilies', '1', 'yes'),
(12, 'require_name_email', '1', 'yes'),
(13, 'comments_notify', '1', 'yes'),
(14, 'posts_per_rss', '10', 'yes'),
(15, 'rss_use_excerpt', '0', 'yes'),
(16, 'mailserver_url', 'mail.example.com', 'yes'),
(17, 'mailserver_login', 'login@example.com', 'yes'),
(18, 'mailserver_pass', 'password', 'yes'),
(19, 'mailserver_port', '110', 'yes'),
(20, 'default_category', '1', 'yes'),
(21, 'default_comment_status', 'open', 'yes'),
(22, 'default_ping_status', 'open', 'yes'),
(23, 'default_pingback_flag', '1', 'yes'),
(24, 'posts_per_page', '10', 'yes'),
(25, 'date_format', 'j \\d\\e F \\d\\e Y', 'yes'),
(26, 'time_format', 'H:i', 'yes'),
(27, 'links_updated_date_format', 'j \\d\\e F \\d\\e Y, H:i', 'yes'),
(28, 'comment_moderation', '0', 'yes'),
(29, 'moderation_notify', '1', 'yes'),
(30, 'permalink_structure', '/%postname%', 'yes'),
(31, 'rewrite_rules', 'a:109:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?category=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?category=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:41:\"index.php?category=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?category=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:30:\"index.php?category=$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:36:\"statistics/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"statistics/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"statistics/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"statistics/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"statistics/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"statistics/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"statistics/(.+?)/embed/?$\";s:43:\"index.php?statistics=$matches[1]&embed=true\";s:29:\"statistics/(.+?)/trackback/?$\";s:37:\"index.php?statistics=$matches[1]&tb=1\";s:37:\"statistics/(.+?)/page/?([0-9]{1,})/?$\";s:50:\"index.php?statistics=$matches[1]&paged=$matches[2]\";s:44:\"statistics/(.+?)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?statistics=$matches[1]&cpage=$matches[2]\";s:33:\"statistics/(.+?)(?:/([0-9]+))?/?$\";s:49:\"index.php?statistics=$matches[1]&page=$matches[2]\";s:32:\"say-no/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"say-no/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"say-no/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"say-no/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"say-no/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"say-no/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"say-no/(.+?)/embed/?$\";s:39:\"index.php?say-no=$matches[1]&embed=true\";s:25:\"say-no/(.+?)/trackback/?$\";s:33:\"index.php?say-no=$matches[1]&tb=1\";s:33:\"say-no/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?say-no=$matches[1]&paged=$matches[2]\";s:40:\"say-no/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?say-no=$matches[1]&cpage=$matches[2]\";s:29:\"say-no/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?say-no=$matches[1]&page=$matches[2]\";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=4&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'),
(32, 'hack_file', '0', 'yes'),
(33, 'blog_charset', 'UTF-8', 'yes'),
(34, 'moderation_keys', '', 'no'),
(35, 'active_plugins', 'a:2:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:53:\"simple-custom-post-order/simple-custom-post-order.php\";}', 'yes'),
(36, 'category_base', '', 'yes'),
(37, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(38, 'comment_max_links', '2', 'yes'),
(39, 'gmt_offset', '', 'yes'),
(40, 'default_email_category', '1', 'yes'),
(41, 'recently_edited', '', 'no'),
(42, 'template', 'kanecounty', 'yes'),
(43, 'stylesheet', 'kanecounty', 'yes'),
(44, 'comment_whitelist', '1', 'yes'),
(45, 'blacklist_keys', '', 'no'),
(46, 'comment_registration', '0', 'yes'),
(47, 'html_type', 'text/html', 'yes'),
(48, 'use_trackback', '0', 'yes'),
(49, 'default_role', 'subscriber', 'yes'),
(50, 'db_version', '38590', 'yes'),
(51, 'uploads_use_yearmonth_folders', '1', 'yes'),
(52, 'upload_path', '', 'yes'),
(53, 'blog_public', '1', 'yes'),
(54, 'default_link_category', '2', 'yes'),
(55, 'show_on_front', 'page', 'yes'),
(56, 'tag_base', '', 'yes'),
(57, 'show_avatars', '1', 'yes'),
(58, 'avatar_rating', 'G', 'yes'),
(59, 'upload_url_path', '', 'yes'),
(60, 'thumbnail_size_w', '150', 'yes'),
(61, 'thumbnail_size_h', '150', 'yes'),
(62, 'thumbnail_crop', '1', 'yes'),
(63, 'medium_size_w', '300', 'yes'),
(64, 'medium_size_h', '300', 'yes'),
(65, 'avatar_default', 'mystery', 'yes'),
(66, 'large_size_w', '1024', 'yes'),
(67, 'large_size_h', '1024', 'yes'),
(68, 'image_default_link_type', 'none', 'yes'),
(69, 'image_default_size', '', 'yes'),
(70, 'image_default_align', '', 'yes'),
(71, 'close_comments_for_old_posts', '0', 'yes'),
(72, 'close_comments_days_old', '14', 'yes'),
(73, 'thread_comments', '1', 'yes'),
(74, 'thread_comments_depth', '5', 'yes'),
(75, 'page_comments', '0', 'yes'),
(76, 'comments_per_page', '50', 'yes'),
(77, 'default_comments_page', 'newest', 'yes'),
(78, 'comment_order', 'asc', 'yes'),
(79, 'sticky_posts', 'a:0:{}', 'yes'),
(80, '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'),
(81, 'widget_text', 'a:0:{}', 'yes'),
(82, 'widget_rss', 'a:0:{}', 'yes'),
(83, 'uninstall_plugins', 'a:1:{s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:18:\"scporder_uninstall\";}', 'no'),
(84, 'timezone_string', 'America/Sao_Paulo', 'yes'),
(85, 'page_for_posts', '0', 'yes'),
(86, 'page_on_front', '4', 'yes'),
(87, 'default_post_format', '0', 'yes'),
(88, 'link_manager_enabled', '0', 'yes'),
(89, 'finished_splitting_shared_terms', '1', 'yes'),
(90, 'site_icon', '0', 'yes'),
(91, 'medium_large_size_w', '768', 'yes'),
(92, 'medium_large_size_h', '0', 'yes'),
(93, 'initial_db_version', '38590', 'yes'),
(94, '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'),
(95, 'fresh_site', '0', 'yes'),
(96, 'WPLANG', '', '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:3:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"widget-socialnetworks\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(103, 'bedrock_autoloader', 'a:2:{s:7:\"plugins\";a:0:{}s:5:\"count\";i:1;}', 'no'),
(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, 'nonce_key', '*WVl&!.;OJg>;J*q3r)fQ.4x2)w.:}AU6*8U4ef.4mCFC;a8..|2S3WJ3P~*NdY$', 'no'),
(111, 'nonce_salt', 'VKK:g^>tKgum#0-7IMDVnT3$m5N;Y,@I,HV}<}FO^:#+ShjGe7en/YG5zXcFr3-]', 'no'),
(112, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(114, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'cron', 'a:5:{i:1512459298;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:1512459299;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1512481439;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:1512502539;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;}}}s:7:\"version\";i:2;}', 'yes'),
(116, 'theme_mods_twentyseventeen', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1511890019;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}s:18:\"nav_menu_locations\";a:0:{}}', 'yes'),
(123, 'auth_key', '@O6HBm:ijr0|bO9qF]oC?WPF*[y$+ss:kDCBL6yOdE^df9p(a(%zR4v@/#qz1[Q2', 'no'),
(124, 'auth_salt', '|rL<V[*H[4_(jL]rh7Aj,94:]7}480)d+7OQ1VDJ93}31$e~p?:<EZ!KvfTP`|aq', 'no'),
(125, 'logged_in_key', '-Iq$s[@D~r&-!aF/%wlN4z6f`1Pmc yoP@VbyAG0t}FtFmQ@BeO3{Yi)*A8PpyU-', 'no'),
(126, 'logged_in_salt', '#NVH3YCU43 8z7;8b2.N(Ysn;l0}p7zXLLc,[--vGe_w,-5z*MLJPLG~gU:6aY(.', 'no'),
(138, 'can_compress_scripts', '1', 'no'),
(144, 'dismissed_update_core', 'a:1:{s:9:\"4.9|pt_BR\";b:1;}', 'no'),
(150, 'new_admin_email', 'dev@cappen.com', 'yes'),
(153, '_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-4.9.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-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.1-partial-0.zip\";s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.9\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.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-4.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-4.9.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.1-rollback-0.zip\";}s:7:\"current\";s:5:\"4.9.1\";s:7:\"version\";s:5:\"4.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:3:\"4.9\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1512416922;s:15:\"version_checked\";s:3:\"4.9\";s:12:\"translations\";a:0:{}}', 'no'),
(154, '_site_transient_update_plugins', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512416922;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:4:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:6:\"4.4.12\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.4.4.12.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-128x128.png?rev=1082746\";s:2:\"2x\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";s:7:\"default\";s:75:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png?rev=1082746\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:7:\"default\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}s:11:\"banners_rtl\";a:0:{}}s:50:\"multiple-post-thumbnails/multi-post-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/multiple-post-thumbnails\";s:4:\"slug\";s:24:\"multiple-post-thumbnails\";s:6:\"plugin\";s:50:\"multiple-post-thumbnails/multi-post-thumbnails.php\";s:11:\"new_version\";s:5:\"1.6.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/multiple-post-thumbnails/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/multiple-post-thumbnails.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/multiple-post-thumbnails/assets/banner-772x250.png?rev=652603\";s:7:\"default\";s:78:\"https://ps.w.org/multiple-post-thumbnails/assets/banner-772x250.png?rev=652603\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";s:7:\"default\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";s:7:\"default\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"simple-custom-post-order/simple-custom-post-order.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/simple-custom-post-order\";s:4:\"slug\";s:24:\"simple-custom-post-order\";s:6:\"plugin\";s:53:\"simple-custom-post-order/simple-custom-post-order.php\";s:11:\"new_version\";s:5:\"2.3.2\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/simple-custom-post-order/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/simple-custom-post-order.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:2:{s:2:\"1x\";s:78:\"https://ps.w.org/simple-custom-post-order/assets/banner-772x250.png?rev=746628\";s:7:\"default\";s:78:\"https://ps.w.org/simple-custom-post-order/assets/banner-772x250.png?rev=746628\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(155, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1512416923;s:7:\"checked\";a:6:{s:10:\"kanecounty\";s:5:\"1.0.0\";s:3:\"tep\";s:5:\"1.0.0\";s:5:\"theme\";s:5:\"1.0.0\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.4\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(156, 'template_root', '/themes', 'yes'),
(157, 'stylesheet_root', '/themes', 'yes'),
(158, 'current_theme', 'kanecountyhealth-web', 'yes'),
(159, 'theme_mods_tep', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1511890005;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:21:\"widget-socialnetworks\";a:0:{}}}}', 'yes'),
(160, 'theme_switched', '', 'yes'),
(161, 'widget_socialnetworks', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(188, 'theme_mods_kanecounty', 'a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"menu\";i:7;}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(219, 'recently_activated', 'a:0:{}', 'yes'),
(220, 'scporder_install', '1', 'yes'),
(221, 'scporder_options', 'a:2:{s:7:\"objects\";a:5:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"statistics\";i:3;s:5:\"myths\";i:4;s:3:\"faq\";}s:4:\"tags\";a:4:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:13:\"link_category\";i:3;s:14:\"category-myths\";}}', 'yes'),
(227, 'acf_version', '4.4.12', 'yes'),
(236, 'highlight_children', 'a:0:{}', 'yes'),
(237, 'category_children', 'a:0:{}', 'yes'),
(238, 'category-say-no_children', 'a:0:{}', 'yes'),
(252, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(284, '_site_transient_timeout_theme_roots', '1512418722', 'no'),
(285, '_site_transient_theme_roots', 'a:6:{s:10:\"kanecounty\";s:7:\"/themes\";s:3:\"tep\";s:7:\"/themes\";s:5:\"theme\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:67:\"/home/forge/kanecountyhealth.cappendev.com/web/wp/wp-content/themes\";s:15:\"twentyseventeen\";s:67:\"/home/forge/kanecountyhealth.cappendev.com/web/wp/wp-content/themes\";s:13:\"twentysixteen\";s:67:\"/home/forge/kanecountyhealth.cappendev.com/web/wp/wp-content/themes\";}', 'no'),
(286, '_site_transient_timeout_browser_cb0f25941c7ee58acd15fece4d84c18b', '1513022762', 'no'),
(287, '_site_transient_browser_cb0f25941c7ee58acd15fece4d84c18b', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(288, '_transient_timeout_files_75e25d56dd5f141d12a1db65434d73ca2a5e9099172d54ac5c1e1e1', '1512421623', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(289, '_transient_files_75e25d56dd5f141d12a1db65434d73ca2a5e9099172d54ac5c1e1e1', 'a:162:{s:21:\"fonts/FontAwesome.otf\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/FontAwesome.otf\";s:29:\"fonts/fontawesome-webfont.eot\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/fontawesome-webfont.eot\";s:29:\"fonts/fontawesome-webfont.svg\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/fontawesome-webfont.svg\";s:29:\"fonts/fontawesome-webfont.ttf\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/fontawesome-webfont.ttf\";s:30:\"fonts/fontawesome-webfont.woff\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/fontawesome-webfont.woff\";s:31:\"fonts/fontawesome-webfont.woff2\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/fontawesome-webfont.woff2\";s:23:\"fonts/futurapt-bold.eot\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bold.eot\";s:23:\"fonts/futurapt-bold.ttf\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bold.ttf\";s:24:\"fonts/futurapt-bold.woff\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bold.woff\";s:26:\"fonts/futurapt-boldobl.eot\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-boldobl.eot\";s:26:\"fonts/futurapt-boldobl.ttf\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-boldobl.ttf\";s:27:\"fonts/futurapt-boldobl.woff\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-boldobl.woff\";s:23:\"fonts/futurapt-book.eot\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-book.eot\";s:23:\"fonts/futurapt-book.ttf\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-book.ttf\";s:24:\"fonts/futurapt-book.woff\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-book.woff\";s:26:\"fonts/futurapt-bookobl.eot\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bookobl.eot\";s:26:\"fonts/futurapt-bookobl.ttf\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bookobl.ttf\";s:27:\"fonts/futurapt-bookobl.woff\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-bookobl.woff\";s:23:\"fonts/futurapt-demi.eot\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demi.eot\";s:23:\"fonts/futurapt-demi.ttf\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demi.ttf\";s:24:\"fonts/futurapt-demi.woff\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demi.woff\";s:26:\"fonts/futurapt-demiobl.eot\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demiobl.eot\";s:26:\"fonts/futurapt-demiobl.ttf\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demiobl.ttf\";s:27:\"fonts/futurapt-demiobl.woff\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-demiobl.woff\";s:28:\"fonts/futurapt-extrabold.eot\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extrabold.eot\";s:28:\"fonts/futurapt-extrabold.ttf\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extrabold.ttf\";s:29:\"fonts/futurapt-extrabold.woff\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extrabold.woff\";s:31:\"fonts/futurapt-extraboldobl.eot\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extraboldobl.eot\";s:31:\"fonts/futurapt-extraboldobl.ttf\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extraboldobl.ttf\";s:32:\"fonts/futurapt-extraboldobl.woff\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-extraboldobl.woff\";s:24:\"fonts/futurapt-heavy.eot\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavy.eot\";s:24:\"fonts/futurapt-heavy.ttf\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavy.ttf\";s:25:\"fonts/futurapt-heavy.woff\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavy.woff\";s:27:\"fonts/futurapt-heavyobl.eot\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavyobl.eot\";s:27:\"fonts/futurapt-heavyobl.ttf\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavyobl.ttf\";s:28:\"fonts/futurapt-heavyobl.woff\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-heavyobl.woff\";s:24:\"fonts/futurapt-light.eot\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-light.eot\";s:24:\"fonts/futurapt-light.ttf\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-light.ttf\";s:25:\"fonts/futurapt-light.woff\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-light.woff\";s:27:\"fonts/futurapt-lightobl.eot\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-lightobl.eot\";s:27:\"fonts/futurapt-lightobl.ttf\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-lightobl.ttf\";s:28:\"fonts/futurapt-lightobl.woff\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-lightobl.woff\";s:25:\"fonts/futurapt-medium.eot\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-medium.eot\";s:25:\"fonts/futurapt-medium.ttf\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-medium.ttf\";s:26:\"fonts/futurapt-medium.woff\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-medium.woff\";s:28:\"fonts/futurapt-mediumobl.eot\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-mediumobl.eot\";s:28:\"fonts/futurapt-mediumobl.ttf\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-mediumobl.ttf\";s:29:\"fonts/futurapt-mediumobl.woff\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futurapt-mediumobl.woff\";s:27:\"fonts/futuraptcond-bold.eot\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bold.eot\";s:27:\"fonts/futuraptcond-bold.ttf\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bold.ttf\";s:28:\"fonts/futuraptcond-bold.woff\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bold.woff\";s:30:\"fonts/futuraptcond-boldobl.eot\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-boldobl.eot\";s:30:\"fonts/futuraptcond-boldobl.ttf\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-boldobl.ttf\";s:31:\"fonts/futuraptcond-boldobl.woff\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-boldobl.woff\";s:27:\"fonts/futuraptcond-book.eot\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-book.eot\";s:27:\"fonts/futuraptcond-book.ttf\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-book.ttf\";s:28:\"fonts/futuraptcond-book.woff\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-book.woff\";s:30:\"fonts/futuraptcond-bookobl.eot\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bookobl.eot\";s:30:\"fonts/futuraptcond-bookobl.ttf\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bookobl.ttf\";s:31:\"fonts/futuraptcond-bookobl.woff\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-bookobl.woff\";s:32:\"fonts/futuraptcond-extrabold.eot\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extrabold.eot\";s:32:\"fonts/futuraptcond-extrabold.ttf\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extrabold.ttf\";s:33:\"fonts/futuraptcond-extrabold.woff\";s:106:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extrabold.woff\";s:35:\"fonts/futuraptcond-extraboldobl.eot\";s:108:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extraboldobl.eot\";s:35:\"fonts/futuraptcond-extraboldobl.ttf\";s:108:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extraboldobl.ttf\";s:36:\"fonts/futuraptcond-extraboldobl.woff\";s:109:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-extraboldobl.woff\";s:29:\"fonts/futuraptcond-medium.eot\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-medium.eot\";s:29:\"fonts/futuraptcond-medium.ttf\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-medium.ttf\";s:30:\"fonts/futuraptcond-medium.woff\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-medium.woff\";s:32:\"fonts/futuraptcond-mediumobl.eot\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-mediumobl.eot\";s:32:\"fonts/futuraptcond-mediumobl.ttf\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-mediumobl.ttf\";s:33:\"fonts/futuraptcond-mediumobl.woff\";s:106:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/futuraptcond-mediumobl.woff\";s:23:\"fonts/palatino-bold.eot\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bold.eot\";s:23:\"fonts/palatino-bold.ttf\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bold.ttf\";s:24:\"fonts/palatino-bold.woff\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bold.woff\";s:29:\"fonts/palatino-bolditalic.eot\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bolditalic.eot\";s:29:\"fonts/palatino-bolditalic.ttf\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bolditalic.ttf\";s:30:\"fonts/palatino-bolditalic.woff\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-bolditalic.woff\";s:25:\"fonts/palatino-italic.eot\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-italic.eot\";s:25:\"fonts/palatino-italic.ttf\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-italic.ttf\";s:26:\"fonts/palatino-italic.woff\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-italic.woff\";s:24:\"fonts/palatino-roman.eot\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-roman.eot\";s:24:\"fonts/palatino-roman.ttf\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-roman.ttf\";s:25:\"fonts/palatino-roman.woff\";s:98:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/fonts/palatino-roman.woff\";s:10:\"footer.php\";s:83:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/footer.php\";s:13:\"functions.php\";s:86:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/functions.php\";s:10:\"header.php\";s:83:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/header.php\";s:39:\"img/background-pattern-social-media.svg\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/background-pattern-social-media.svg\";s:18:\"img/full-color.png\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/full-color.png\";s:21:\"img/full-color@2x.png\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/full-color@2x.png\";s:21:\"img/full-color@3x.png\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/full-color@3x.png\";s:18:\"img/icons/book.svg\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/book.svg\";s:22:\"img/icons/brochure.svg\";s:95:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/brochure.svg\";s:18:\"img/icons/fact.svg\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/fact.svg\";s:18:\"img/icons/help.svg\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/help.svg\";s:18:\"img/icons/myth.svg\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/myth.svg\";s:17:\"img/icons/pdf.svg\";s:90:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/pdf.svg\";s:18:\"img/icons/quiz.svg\";s:91:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/quiz.svg\";s:22:\"img/icons/snapchat.svg\";s:95:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/icons/snapchat.svg\";s:52:\"img/kch-teen-protection-full-color-logo-on-white.png\";s:125:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/kch-teen-protection-full-color-logo-on-white.png\";s:55:\"img/kch-teen-protection-full-color-logo-on-white@2x.png\";s:128:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/kch-teen-protection-full-color-logo-on-white@2x.png\";s:55:\"img/kch-teen-protection-full-color-logo-on-white@3x.png\";s:128:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/kch-teen-protection-full-color-logo-on-white@3x.png\";s:20:\"img/temp/graphic.jpg\";s:93:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/graphic.jpg\";s:21:\"img/temp/insta-01.jpg\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/insta-01.jpg\";s:21:\"img/temp/insta-02.jpg\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/insta-02.jpg\";s:31:\"img/temp/slider-myths-facts.jpg\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/slider-myths-facts.jpg\";s:29:\"img/temp/slider-resources.jpg\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/slider-resources.jpg\";s:30:\"img/temp/slider-statistics.jpg\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/slider-statistics.jpg\";s:21:\"img/temp/snapchat.jpg\";s:94:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/img/temp/snapchat.jpg\";s:9:\"index.php\";s:82:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/index.php\";s:31:\"library/classes/menu-mobile.php\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/classes/menu-mobile.php\";s:24:\"library/classes/menu.php\";s:97:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/classes/menu.php\";s:32:\"library/functions/custompost.php\";s:105:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/custompost.php\";s:28:\"library/functions/minify.php\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/minify.php\";s:26:\"library/functions/navs.php\";s:99:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/navs.php\";s:28:\"library/functions/remove.php\";s:101:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/remove.php\";s:30:\"library/functions/taxonomy.php\";s:103:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/taxonomy.php\";s:27:\"library/functions/title.php\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/title.php\";s:27:\"library/functions/utils.php\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/functions/utils.php\";s:35:\"library/widgets/social-networks.php\";s:108:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/widgets/social-networks.php\";s:27:\"library/widgets/widgets.php\";s:100:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/library/widgets/widgets.php\";s:12:\"page-faq.php\";s:85:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/page-faq.php\";s:13:\"page-home.php\";s:86:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/page-home.php\";s:22:\"page-how-to-say-no.php\";s:95:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/page-how-to-say-no.php\";s:23:\"page-myths-vs-facts.php\";s:96:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/page-myths-vs-facts.php\";s:19:\"page-statistics.php\";s:92:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/page-statistics.php\";s:14:\"screenshot.png\";s:87:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/screenshot.png\";s:15:\"scripts/main.js\";s:88:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/scripts/main.js\";s:15:\"single-post.php\";s:88:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/single-post.php\";s:9:\"style.css\";s:82:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/style.css\";s:15:\"styles/main.css\";s:88:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/styles/main.css\";s:19:\"styles/main.css.map\";s:92:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/styles/main.css.map\";s:36:\"templates/components/banner-full.php\";s:109:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/banner-full.php\";s:39:\"templates/components/bg-menu-mobile.php\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/bg-menu-mobile.php\";s:38:\"templates/components/box-accordion.php\";s:111:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/box-accordion.php\";s:39:\"templates/components/box-statistics.php\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/box-statistics.php\";s:39:\"templates/components/bt-menu-mobile.php\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/bt-menu-mobile.php\";s:33:\"templates/components/card-cta.php\";s:106:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/card-cta.php\";s:39:\"templates/components/card-instagram.php\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/card-instagram.php\";s:34:\"templates/components/card-myth.php\";s:107:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/card-myth.php\";s:36:\"templates/components/card-say-no.php\";s:109:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/card-say-no.php\";s:34:\"templates/components/lang-menu.php\";s:107:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/lang-menu.php\";s:29:\"templates/components/logo.php\";s:102:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/logo.php\";s:34:\"templates/components/main-menu.php\";s:107:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/main-menu.php\";s:36:\"templates/components/page-header.php\";s:109:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/page-header.php\";s:43:\"templates/components/say-no-description.php\";s:116:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/say-no-description.php\";s:36:\"templates/components/say-no-list.php\";s:109:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/say-no-list.php\";s:47:\"templates/components/say-no-title-secondary.php\";s:120:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/say-no-title-secondary.php\";s:31:\"templates/components/slider.php\";s:104:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/slider.php\";s:37:\"templates/components/social-media.php\";s:110:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/social-media.php\";s:43:\"templates/components/title-social-media.php\";s:116:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/components/title-social-media.php\";s:37:\"templates/layouts/featured-banner.php\";s:110:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-banner.php\";s:34:\"templates/layouts/featured-cta.php\";s:107:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-cta.php\";s:40:\"templates/layouts/featured-more-info.php\";s:113:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-more-info.php\";s:39:\"templates/layouts/featured-page-faq.php\";s:112:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-page-faq.php\";s:49:\"templates/layouts/featured-page-how-to-say-no.php\";s:122:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-page-how-to-say-no.php\";s:50:\"templates/layouts/featured-page-myths-vs-facts.php\";s:123:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-page-myths-vs-facts.php\";s:46:\"templates/layouts/featured-page-statistics.php\";s:119:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-page-statistics.php\";s:43:\"templates/layouts/featured-social-media.php\";s:116:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-social-media.php\";s:38:\"templates/layouts/featured-welcome.php\";s:111:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/featured-welcome.php\";s:33:\"templates/layouts/footer-site.php\";s:106:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/footer-site.php\";s:33:\"templates/layouts/header-site.php\";s:106:\"C:\\wamp64\\www\\repositorio-kanecountyhealth-web/web/app/themes/kanecounty/templates/layouts/header-site.php\";}', 'no'),
(293, 'category-myths_children', 'a:0:{}', 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2, 4, '_edit_last', '1'),
(3, 4, '_edit_lock', '1512160549:1'),
(8, 7, '_edit_last', '1'),
(9, 7, '_edit_lock', '1512049901:1'),
(10, 10, '_edit_last', '1'),
(11, 10, '_edit_lock', '1511960589:1'),
(12, 12, '_edit_last', '1'),
(13, 12, '_edit_lock', '1511985392:1'),
(14, 16, '_edit_last', '1'),
(15, 16, '_edit_lock', '1511987204:1'),
(16, 18, '_edit_last', '1'),
(17, 18, '_edit_lock', '1511989345:1'),
(18, 20, '_edit_last', '1'),
(19, 20, 'field_5a2006ea46dc5', 'a:14:{s:3:\"key\";s:19:\"field_5a2006ea46dc5\";s:5:\"label\";s:13:\"Summary title\";s:4:\"name\";s:24:\"statistics_summary_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(20, 20, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"7\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(21, 20, 'position', 'normal'),
(22, 20, 'layout', 'default'),
(23, 20, 'hide_on_screen', ''),
(24, 20, '_edit_lock', '1512049902:1'),
(25, 21, 'statistics_summary_title', 'Summary'),
(26, 21, '_statistics_summary_title', 'field_5a2006ea46dc5'),
(27, 7, 'statistics_summary_title', 'Summary'),
(28, 7, '_statistics_summary_title', 'field_5a2006ea46dc5'),
(29, 22, '_edit_last', '1'),
(30, 22, '_edit_lock', '1512072974:1'),
(31, 25, '_edit_last', '1'),
(32, 25, '_edit_lock', '1512072802:1'),
(33, 28, '_edit_last', '1'),
(34, 28, '_edit_lock', '1512417931:1'),
(35, 30, '_edit_last', '1'),
(36, 30, '_edit_lock', '1512069765:1'),
(37, 31, '_edit_last', '1'),
(38, 31, '_edit_lock', '1512069771:1'),
(39, 32, '_edit_last', '1'),
(40, 32, '_edit_lock', '1512069774:1'),
(41, 33, '_edit_last', '1'),
(42, 33, '_edit_lock', '1512073036:1'),
(43, 34, '_edit_last', '1'),
(44, 34, '_edit_lock', '1512069802:1'),
(45, 40, '_edit_last', '1'),
(46, 40, '_edit_lock', '1512070030:1'),
(47, 41, '_edit_last', '1'),
(48, 41, '_edit_lock', '1512070027:1'),
(49, 43, '_edit_last', '1'),
(50, 43, '_edit_lock', '1512070028:1'),
(51, 44, '_edit_last', '1'),
(52, 44, '_edit_lock', '1512071870:1'),
(53, 46, '_edit_last', '1'),
(54, 46, '_edit_lock', '1512070028:1'),
(55, 50, '_edit_last', '1'),
(56, 50, 'field_5a2064725ce19', 'a:14:{s:3:\"key\";s:19:\"field_5a2064725ce19\";s:5:\"label\";s:15:\"Title secondary\";s:4:\"name\";s:29:\"how_to_say_no_title_secondary\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(57, 50, 'field_5a2064a15ce1a', 'a:14:{s:3:\"key\";s:19:\"field_5a2064a15ce1a\";s:5:\"label\";s:11:\"Description\";s:4:\"name\";s:25:\"how_to_say_no_description\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(58, 50, 'field_5a2064cb5ce1c', 'a:14:{s:3:\"key\";s:19:\"field_5a2064cb5ce1c\";s:5:\"label\";s:10:\"Title List\";s:4:\"name\";s:24:\"how_to_say_no_title_list\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(59, 50, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:2:\"22\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(60, 50, 'position', 'normal'),
(61, 50, 'layout', 'default'),
(62, 50, 'hide_on_screen', ''),
(63, 50, '_edit_lock', '1512072421:1'),
(64, 51, 'how_to_say_no_title_secondary', 'Here are five tips for saying no to sex'),
(65, 51, '_how_to_say_no_title_secondary', 'field_5a2064725ce19'),
(66, 51, 'how_to_say_no_description', '“No” is such a simple word. But saying no can be hard when you’re saying it to someone you care about. Here are some tips on turning down sex:'),
(67, 51, '_how_to_say_no_description', 'field_5a2064a15ce1a'),
(68, 51, 'how_to_say_no_title_list', 'Still unsure on how to say no? Keep in mind..'),
(69, 51, '_how_to_say_no_title_list', 'field_5a2064cb5ce1c'),
(70, 22, 'how_to_say_no_title_secondary', 'Here are five tips for saying no to sex'),
(71, 22, '_how_to_say_no_title_secondary', 'field_5a2064725ce19'),
(72, 22, 'how_to_say_no_description', '“No” is such a simple word. But saying no can be hard when you’re saying it to someone you care about. Here are some tips on turning down sex:'),
(73, 22, '_how_to_say_no_description', 'field_5a2064a15ce1a'),
(74, 22, 'how_to_say_no_title_list', 'Still unsure on how to say no? Keep in mind...'),
(75, 22, '_how_to_say_no_title_list', 'field_5a2064cb5ce1c'),
(76, 52, 'how_to_say_no_title_secondary', 'Here are five tips for saying no to sex'),
(77, 52, '_how_to_say_no_title_secondary', 'field_5a2064725ce19'),
(78, 52, 'how_to_say_no_description', '“No” is such a simple word. But saying no can be hard when you’re saying it to someone you care about. Here are some tips on turning down sex:'),
(79, 52, '_how_to_say_no_description', 'field_5a2064a15ce1a'),
(80, 52, 'how_to_say_no_title_list', 'Still unsure on how to say no? Keep in mind...'),
(81, 52, '_how_to_say_no_title_list', 'field_5a2064cb5ce1c'),
(82, 54, '_edit_last', '1'),
(83, 54, '_edit_lock', '1512073079:1'),
(84, 56, '_menu_item_type', 'post_type'),
(85, 56, '_menu_item_menu_item_parent', '0'),
(86, 56, '_menu_item_object_id', '25'),
(87, 56, '_menu_item_object', 'page'),
(88, 56, '_menu_item_target', ''),
(89, 56, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(90, 56, '_menu_item_xfn', ''),
(91, 56, '_menu_item_url', ''),
(93, 57, '_menu_item_type', 'post_type'),
(94, 57, '_menu_item_menu_item_parent', '0'),
(95, 57, '_menu_item_object_id', '22'),
(96, 57, '_menu_item_object', 'page'),
(97, 57, '_menu_item_target', ''),
(98, 57, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(99, 57, '_menu_item_xfn', ''),
(100, 57, '_menu_item_url', ''),
(102, 58, '_menu_item_type', 'post_type'),
(103, 58, '_menu_item_menu_item_parent', '0'),
(104, 58, '_menu_item_object_id', '12'),
(105, 58, '_menu_item_object', 'page'),
(106, 58, '_menu_item_target', ''),
(107, 58, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(108, 58, '_menu_item_xfn', ''),
(109, 58, '_menu_item_url', ''),
(111, 59, '_menu_item_type', 'post_type'),
(112, 59, '_menu_item_menu_item_parent', '0'),
(113, 59, '_menu_item_object_id', '4'),
(114, 59, '_menu_item_object', 'page'),
(115, 59, '_menu_item_target', ''),
(116, 59, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(117, 59, '_menu_item_xfn', ''),
(118, 59, '_menu_item_url', ''),
(119, 59, '_menu_item_orphaned', '1512075277'),
(120, 60, '_menu_item_type', 'post_type'),
(121, 60, '_menu_item_menu_item_parent', '0'),
(122, 60, '_menu_item_object_id', '7'),
(123, 60, '_menu_item_object', 'page'),
(124, 60, '_menu_item_target', ''),
(125, 60, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(126, 60, '_menu_item_xfn', ''),
(127, 60, '_menu_item_url', ''),
(129, 61, '_edit_last', '1'),
(130, 61, 'field_5a215f2261147', 'a:12:{s:3:\"key\";s:19:\"field_5a215f2261147\";s:5:\"label\";s:17:\"Selecione um post\";s:4:\"name\";s:15:\"home_cta_post_1\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(133, 61, 'position', 'normal'),
(134, 61, 'layout', 'default'),
(135, 61, 'hide_on_screen', ''),
(136, 61, '_edit_lock', '1512160583:1'),
(137, 63, '_edit_last', '1'),
(138, 63, 'field_5a2165b6602e8', 'a:11:{s:3:\"key\";s:19:\"field_5a2165b6602e8\";s:5:\"label\";s:11:\"Slider Link\";s:4:\"name\";s:11:\"slider_link\";s:4:\"type\";s:9:\"page_link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:4:\"page\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(140, 63, 'position', 'normal'),
(141, 63, 'layout', 'default'),
(142, 63, 'hide_on_screen', 'a:10:{i:0;s:7:\"excerpt\";i:1;s:13:\"custom_fields\";i:2;s:10:\"discussion\";i:3;s:8:\"comments\";i:4;s:9:\"revisions\";i:5;s:6:\"author\";i:6;s:6:\"format\";i:7;s:10:\"categories\";i:8;s:4:\"tags\";i:9;s:15:\"send-trackbacks\";}'),
(143, 63, '_edit_lock', '1512146438:1'),
(144, 64, '_edit_last', '1'),
(145, 64, '_edit_lock', '1512138334:1'),
(147, 63, 'rule', 'a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"slider\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(148, 68, '_edit_last', '1'),
(149, 68, '_edit_lock', '1512138753:1'),
(150, 69, 'slider_link', '25'),
(151, 69, '_slider_link', 'field_5a2165b6602e8'),
(152, 68, 'slider_link', '25'),
(153, 68, '_slider_link', 'field_5a2165b6602e8'),
(154, 65, '_edit_last', '1'),
(155, 65, '_edit_lock', '1512138796:1'),
(156, 70, 'slider_link', '25'),
(157, 70, '_slider_link', 'field_5a2165b6602e8'),
(158, 65, 'slider_link', '25'),
(159, 65, '_slider_link', 'field_5a2165b6602e8'),
(160, 66, '_edit_last', '1'),
(161, 66, '_edit_lock', '1512138948:1'),
(162, 71, 'slider_link', '7'),
(163, 71, '_slider_link', 'field_5a2165b6602e8'),
(164, 66, 'slider_link', '7'),
(165, 66, '_slider_link', 'field_5a2165b6602e8'),
(166, 73, '_edit_last', '1'),
(168, 73, 'position', 'normal'),
(169, 73, 'layout', 'default'),
(170, 73, 'hide_on_screen', 'a:10:{i:0;s:7:\"excerpt\";i:1;s:13:\"custom_fields\";i:2;s:10:\"discussion\";i:3;s:8:\"comments\";i:4;s:9:\"revisions\";i:5;s:6:\"author\";i:6;s:6:\"format\";i:7;s:10:\"categories\";i:8;s:4:\"tags\";i:9;s:15:\"send-trackbacks\";}'),
(171, 73, '_edit_lock', '1512163090:1'),
(173, 73, 'field_5a21895bc6d3f', 'a:14:{s:3:\"key\";s:19:\"field_5a21895bc6d3f\";s:5:\"label\";s:11:\"Phone Title\";s:4:\"name\";s:15:\"cta_phone_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:3;}'),
(174, 73, 'field_5a218a9ac6d40', 'a:14:{s:3:\"key\";s:19:\"field_5a218a9ac6d40\";s:5:\"label\";s:12:\"Phone number\";s:4:\"name\";s:16:\"cta_phone_number\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:4;}'),
(175, 73, 'field_5a218b06c6d42', 'a:14:{s:3:\"key\";s:19:\"field_5a218b06c6d42\";s:5:\"label\";s:16:\"Text file button\";s:4:\"name\";s:20:\"cta_text_file_button\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:6;}'),
(176, 73, 'field_5a218acdc6d41', 'a:10:{s:3:\"key\";s:19:\"field_5a218acdc6d41\";s:5:\"label\";s:11:\"File button\";s:4:\"name\";s:15:\"cta_file_button\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:11:\"save_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:7;}'),
(177, 73, 'field_5a218b1ec6d43', 'a:14:{s:3:\"key\";s:19:\"field_5a218b1ec6d43\";s:5:\"label\";s:18:\"Text button action\";s:4:\"name\";s:24:\"cta_text_button_action_1\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:9;}'),
(178, 73, 'field_5a218b66c6d46', 'a:14:{s:3:\"key\";s:19:\"field_5a218b66c6d46\";s:5:\"label\";s:13:\"Button Action\";s:4:\"name\";s:19:\"cta_button_action_1\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:10;}'),
(179, 73, 'field_5a218b4cc6d44', 'a:14:{s:3:\"key\";s:19:\"field_5a218b4cc6d44\";s:5:\"label\";s:18:\"Text button action\";s:4:\"name\";s:24:\"cta_text_button_action_2\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:11;}'),
(180, 73, 'field_5a218b91c6d47', 'a:14:{s:3:\"key\";s:19:\"field_5a218b91c6d47\";s:5:\"label\";s:13:\"Button Action\";s:4:\"name\";s:19:\"cta_button_action_2\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:12;}'),
(181, 73, 'field_5a218ba0c6d48', 'a:14:{s:3:\"key\";s:19:\"field_5a218ba0c6d48\";s:5:\"label\";s:13:\"Button Action\";s:4:\"name\";s:19:\"cta_button_action_3\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:14;}'),
(182, 73, 'field_5a218b5ac6d45', 'a:14:{s:3:\"key\";s:19:\"field_5a218b5ac6d45\";s:5:\"label\";s:18:\"Text button action\";s:4:\"name\";s:24:\"cta_text_button_action_3\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:13;}'),
(185, 73, 'field_5a218cbbf5296', 'a:8:{s:3:\"key\";s:19:\"field_5a218cbbf5296\";s:5:\"label\";s:5:\"Phone\";s:4:\"name\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"any\";}s:8:\"order_no\";i:2;}'),
(186, 73, 'field_5a218cf9f5297', 'a:8:{s:3:\"key\";s:19:\"field_5a218cf9f5297\";s:5:\"label\";s:4:\"File\";s:4:\"name\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:5;}'),
(187, 73, 'field_5a218d0ff5298', 'a:8:{s:3:\"key\";s:19:\"field_5a218d0ff5298\";s:5:\"label\";s:6:\"Action\";s:4:\"name\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:8;}'),
(189, 78, '_edit_last', '1'),
(190, 78, '_edit_lock', '1512154409:1'),
(191, 79, 'cta_phone_title', 'CRISIS LINE'),
(192, 79, '_cta_phone_title', 'field_5a21895bc6d3f'),
(193, 79, 'cta_phone_number', '1-847-697-2380'),
(194, 79, '_cta_phone_number', 'field_5a218a9ac6d40'),
(195, 79, 'cta_text_file_button', ''),
(196, 79, '_cta_text_file_button', 'field_5a218b06c6d42'),
(197, 79, 'cta_file_button', ''),
(198, 79, '_cta_file_button', 'field_5a218acdc6d41'),
(199, 79, 'cta_text_button_action', ''),
(200, 79, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(201, 79, 'cta_button_action', ''),
(202, 79, '_cta_button_action', 'field_5a218b66c6d46'),
(203, 79, 'text_button_action_2', ''),
(204, 79, '_text_button_action_2', 'field_5a218b4cc6d44'),
(205, 79, 'button_action_2', ''),
(206, 79, '_button_action_2', 'field_5a218b91c6d47'),
(207, 79, 'button_action_3', ''),
(208, 79, '_button_action_3', 'field_5a218ba0c6d48'),
(209, 79, 'text_button_action_3', ''),
(210, 79, '_text_button_action_3', 'field_5a218b5ac6d45'),
(211, 78, 'cta_phone_title', 'CRISIS LINE'),
(212, 78, '_cta_phone_title', 'field_5a21895bc6d3f'),
(213, 78, 'cta_phone_number', '1-847-697-2380'),
(214, 78, '_cta_phone_number', 'field_5a218a9ac6d40'),
(215, 78, 'cta_text_file_button', ''),
(216, 78, '_cta_text_file_button', 'field_5a218b06c6d42'),
(217, 78, 'cta_file_button', ''),
(218, 78, '_cta_file_button', 'field_5a218acdc6d41'),
(219, 78, 'cta_text_button_action', ''),
(220, 78, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(221, 78, 'cta_button_action', ''),
(222, 78, '_cta_button_action', 'field_5a218b66c6d46'),
(223, 78, 'text_button_action_2', ''),
(224, 78, '_text_button_action_2', 'field_5a218b4cc6d44'),
(225, 78, 'button_action_2', ''),
(226, 78, '_button_action_2', 'field_5a218b91c6d47'),
(227, 78, 'button_action_3', ''),
(228, 78, '_button_action_3', 'field_5a218ba0c6d48'),
(229, 78, 'text_button_action_3', ''),
(230, 78, '_text_button_action_3', 'field_5a218b5ac6d45'),
(231, 80, '_edit_last', '1'),
(232, 80, '_edit_lock', '1512149023:1'),
(233, 81, '_edit_last', '1'),
(234, 81, '_edit_lock', '1512163090:1'),
(235, 82, 'cta_phone_title', ''),
(236, 82, '_cta_phone_title', 'field_5a21895bc6d3f'),
(237, 82, 'cta_phone_number', ''),
(238, 82, '_cta_phone_number', 'field_5a218a9ac6d40'),
(239, 82, 'cta_text_file_button', ''),
(240, 82, '_cta_text_file_button', 'field_5a218b06c6d42'),
(241, 82, 'cta_file_button', ''),
(242, 82, '_cta_file_button', 'field_5a218acdc6d41'),
(243, 82, 'cta_text_button_action', ''),
(244, 82, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(245, 82, 'cta_button_action', ''),
(246, 82, '_cta_button_action', 'field_5a218b66c6d46'),
(247, 82, 'text_button_action_2', ''),
(248, 82, '_text_button_action_2', 'field_5a218b4cc6d44'),
(249, 82, 'button_action_2', ''),
(250, 82, '_button_action_2', 'field_5a218b91c6d47'),
(251, 82, 'button_action_3', ''),
(252, 82, '_button_action_3', 'field_5a218ba0c6d48'),
(253, 82, 'text_button_action_3', ''),
(254, 82, '_text_button_action_3', 'field_5a218b5ac6d45'),
(255, 81, 'cta_phone_title', ''),
(256, 81, '_cta_phone_title', 'field_5a21895bc6d3f'),
(257, 81, 'cta_phone_number', ''),
(258, 81, '_cta_phone_number', 'field_5a218a9ac6d40'),
(259, 81, 'cta_text_file_button', ''),
(260, 81, '_cta_text_file_button', 'field_5a218b06c6d42'),
(261, 81, 'cta_file_button', ''),
(262, 81, '_cta_file_button', 'field_5a218acdc6d41'),
(263, 81, 'cta_text_button_action', ''),
(264, 81, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(265, 81, 'cta_button_action', ''),
(266, 81, '_cta_button_action', 'field_5a218b66c6d46'),
(267, 81, 'text_button_action_2', ''),
(268, 81, '_text_button_action_2', 'field_5a218b4cc6d44'),
(269, 81, 'button_action_2', ''),
(270, 81, '_button_action_2', 'field_5a218b91c6d47'),
(271, 81, 'button_action_3', ''),
(272, 81, '_button_action_3', 'field_5a218ba0c6d48'),
(273, 81, 'text_button_action_3', ''),
(274, 81, '_text_button_action_3', 'field_5a218b5ac6d45'),
(275, 84, '_edit_last', '1'),
(276, 84, '_edit_lock', '1512156411:1'),
(277, 88, 'cta_phone_title', ''),
(278, 88, '_cta_phone_title', 'field_5a21895bc6d3f'),
(279, 88, 'cta_phone_number', ''),
(280, 88, '_cta_phone_number', 'field_5a218a9ac6d40'),
(281, 88, 'cta_text_file_button', ''),
(282, 88, '_cta_text_file_button', 'field_5a218b06c6d42'),
(283, 88, 'cta_file_button', ''),
(284, 88, '_cta_file_button', 'field_5a218acdc6d41'),
(285, 88, 'cta_text_button_action', ''),
(286, 88, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(287, 88, 'cta_button_action', ''),
(288, 88, '_cta_button_action', 'field_5a218b66c6d46'),
(289, 88, 'text_button_action_2', ''),
(290, 88, '_text_button_action_2', 'field_5a218b4cc6d44'),
(291, 88, 'button_action_2', ''),
(292, 88, '_button_action_2', 'field_5a218b91c6d47'),
(293, 88, 'button_action_3', ''),
(294, 88, '_button_action_3', 'field_5a218ba0c6d48'),
(295, 88, 'text_button_action_3', ''),
(296, 88, '_text_button_action_3', 'field_5a218b5ac6d45'),
(297, 84, 'cta_phone_title', ''),
(298, 84, '_cta_phone_title', 'field_5a21895bc6d3f'),
(299, 84, 'cta_phone_number', ''),
(300, 84, '_cta_phone_number', 'field_5a218a9ac6d40'),
(301, 84, 'cta_text_file_button', ''),
(302, 84, '_cta_text_file_button', 'field_5a218b06c6d42'),
(303, 84, 'cta_file_button', ''),
(304, 84, '_cta_file_button', 'field_5a218acdc6d41'),
(305, 84, 'cta_text_button_action', 'answer'),
(306, 84, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(307, 84, 'cta_button_action', ''),
(308, 84, '_cta_button_action', 'field_5a218b66c6d46'),
(309, 84, 'text_button_action_2', 'answer'),
(310, 84, '_text_button_action_2', 'field_5a218b4cc6d44'),
(311, 84, 'button_action_2', ''),
(312, 84, '_button_action_2', 'field_5a218b91c6d47'),
(313, 84, 'button_action_3', ''),
(314, 84, '_button_action_3', 'field_5a218ba0c6d48'),
(315, 84, 'text_button_action_3', 'answer'),
(316, 84, '_text_button_action_3', 'field_5a218b5ac6d45'),
(317, 89, 'cta_phone_title', ''),
(318, 89, '_cta_phone_title', 'field_5a21895bc6d3f'),
(319, 89, 'cta_phone_number', ''),
(320, 89, '_cta_phone_number', 'field_5a218a9ac6d40'),
(321, 89, 'cta_text_file_button', ''),
(322, 89, '_cta_text_file_button', 'field_5a218b06c6d42'),
(323, 89, 'cta_file_button', ''),
(324, 89, '_cta_file_button', 'field_5a218acdc6d41'),
(325, 89, 'cta_text_button_action', 'answer'),
(326, 89, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(327, 89, 'cta_button_action', ''),
(329, 89, '_cta_button_action', 'field_5a218b66c6d46'),
(330, 89, 'text_button_action_2', 'answer'),
(331, 89, '_text_button_action_2', 'field_5a218b4cc6d44'),
(332, 89, 'button_action_2', ''),
(333, 89, '_button_action_2', 'field_5a218b91c6d47'),
(334, 89, 'button_action_3', ''),
(335, 89, '_button_action_3', 'field_5a218ba0c6d48'),
(336, 89, 'text_button_action_3', 'answer'),
(337, 89, '_text_button_action_3', 'field_5a218b5ac6d45'),
(338, 85, '_edit_last', '1'),
(339, 85, '_edit_lock', '1512149193:1'),
(340, 90, 'cta_phone_title', ''),
(341, 90, '_cta_phone_title', 'field_5a21895bc6d3f'),
(342, 90, 'cta_phone_number', ''),
(343, 90, '_cta_phone_number', 'field_5a218a9ac6d40'),
(344, 90, 'cta_text_file_button', 'DOWNLOAD BROCHURE'),
(345, 90, '_cta_text_file_button', 'field_5a218b06c6d42'),
(346, 90, 'cta_file_button', ''),
(347, 90, '_cta_file_button', 'field_5a218acdc6d41'),
(348, 90, 'cta_text_button_action', ''),
(349, 90, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(350, 90, 'cta_button_action', ''),
(351, 90, '_cta_button_action', 'field_5a218b66c6d46'),
(352, 90, 'text_button_action_2', ''),
(353, 90, '_text_button_action_2', 'field_5a218b4cc6d44'),
(354, 90, 'button_action_2', ''),
(355, 90, '_button_action_2', 'field_5a218b91c6d47'),
(356, 90, 'button_action_3', ''),
(357, 90, '_button_action_3', 'field_5a218ba0c6d48'),
(358, 90, 'text_button_action_3', ''),
(359, 90, '_text_button_action_3', 'field_5a218b5ac6d45'),
(360, 85, 'cta_phone_title', ''),
(361, 85, '_cta_phone_title', 'field_5a21895bc6d3f'),
(362, 85, 'cta_phone_number', ''),
(363, 85, '_cta_phone_number', 'field_5a218a9ac6d40'),
(364, 85, 'cta_text_file_button', 'DOWNLOAD BROCHURE'),
(365, 85, '_cta_text_file_button', 'field_5a218b06c6d42'),
(366, 85, 'cta_file_button', ''),
(367, 85, '_cta_file_button', 'field_5a218acdc6d41'),
(368, 85, 'cta_text_button_action', ''),
(369, 85, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(370, 85, 'cta_button_action', ''),
(371, 85, '_cta_button_action', 'field_5a218b66c6d46'),
(372, 85, 'text_button_action_2', ''),
(373, 85, '_text_button_action_2', 'field_5a218b4cc6d44'),
(374, 85, 'button_action_2', ''),
(375, 85, '_button_action_2', 'field_5a218b91c6d47'),
(376, 85, 'button_action_3', ''),
(377, 85, '_button_action_3', 'field_5a218ba0c6d48'),
(378, 85, 'text_button_action_3', ''),
(379, 85, '_text_button_action_3', 'field_5a218b5ac6d45'),
(380, 86, '_edit_last', '1'),
(381, 86, '_edit_lock', '1512149330:1'),
(382, 91, 'cta_phone_title', ''),
(383, 91, '_cta_phone_title', 'field_5a21895bc6d3f'),
(384, 91, 'cta_phone_number', ''),
(385, 91, '_cta_phone_number', 'field_5a218a9ac6d40'),
(386, 91, 'cta_text_file_button', 'DOWNLOAD PDF'),
(387, 91, '_cta_text_file_button', 'field_5a218b06c6d42'),
(388, 91, 'cta_file_button', ''),
(389, 91, '_cta_file_button', 'field_5a218acdc6d41'),
(390, 91, 'cta_text_button_action', ''),
(391, 91, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(392, 91, 'cta_button_action', ''),
(393, 91, '_cta_button_action', 'field_5a218b66c6d46'),
(394, 91, 'text_button_action_2', ''),
(395, 91, '_text_button_action_2', 'field_5a218b4cc6d44'),
(396, 91, 'button_action_2', ''),
(397, 91, '_button_action_2', 'field_5a218b91c6d47'),
(398, 91, 'button_action_3', ''),
(399, 91, '_button_action_3', 'field_5a218ba0c6d48'),
(400, 91, 'text_button_action_3', ''),
(401, 91, '_text_button_action_3', 'field_5a218b5ac6d45'),
(402, 86, 'cta_phone_title', ''),
(403, 86, '_cta_phone_title', 'field_5a21895bc6d3f'),
(404, 86, 'cta_phone_number', ''),
(405, 86, '_cta_phone_number', 'field_5a218a9ac6d40'),
(406, 86, 'cta_text_file_button', 'DOWNLOAD PDF'),
(407, 86, '_cta_text_file_button', 'field_5a218b06c6d42'),
(408, 86, 'cta_file_button', ''),
(409, 86, '_cta_file_button', 'field_5a218acdc6d41'),
(410, 86, 'cta_text_button_action', ''),
(411, 86, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(412, 86, 'cta_button_action', ''),
(413, 86, '_cta_button_action', 'field_5a218b66c6d46'),
(414, 86, 'text_button_action_2', ''),
(415, 86, '_text_button_action_2', 'field_5a218b4cc6d44'),
(416, 86, 'button_action_2', ''),
(417, 86, '_button_action_2', 'field_5a218b91c6d47'),
(418, 86, 'button_action_3', ''),
(419, 86, '_button_action_3', 'field_5a218ba0c6d48'),
(420, 86, 'text_button_action_3', ''),
(421, 86, '_text_button_action_3', 'field_5a218b5ac6d45'),
(422, 87, '_edit_last', '1'),
(423, 87, '_edit_lock', '1512149329:1'),
(424, 92, 'cta_phone_title', ''),
(425, 92, '_cta_phone_title', 'field_5a21895bc6d3f'),
(426, 92, 'cta_phone_number', ''),
(427, 92, '_cta_phone_number', 'field_5a218a9ac6d40'),
(428, 92, 'cta_text_file_button', 'DOWNLOAD BROCHURE'),
(429, 92, '_cta_text_file_button', 'field_5a218b06c6d42'),
(430, 92, 'cta_file_button', ''),
(431, 92, '_cta_file_button', 'field_5a218acdc6d41'),
(432, 92, 'cta_text_button_action', ''),
(433, 92, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(434, 92, 'cta_button_action', ''),
(435, 92, '_cta_button_action', 'field_5a218b66c6d46'),
(436, 92, 'text_button_action_2', ''),
(437, 92, '_text_button_action_2', 'field_5a218b4cc6d44'),
(438, 92, 'button_action_2', ''),
(439, 92, '_button_action_2', 'field_5a218b91c6d47'),
(440, 92, 'button_action_3', ''),
(441, 92, '_button_action_3', 'field_5a218ba0c6d48'),
(442, 92, 'text_button_action_3', ''),
(443, 92, '_text_button_action_3', 'field_5a218b5ac6d45'),
(444, 87, 'cta_phone_title', ''),
(445, 87, '_cta_phone_title', 'field_5a21895bc6d3f'),
(446, 87, 'cta_phone_number', ''),
(447, 87, '_cta_phone_number', 'field_5a218a9ac6d40'),
(448, 87, 'cta_text_file_button', 'DOWNLOAD BROCHURE'),
(449, 87, '_cta_text_file_button', 'field_5a218b06c6d42'),
(450, 87, 'cta_file_button', ''),
(451, 87, '_cta_file_button', 'field_5a218acdc6d41'),
(452, 87, 'cta_text_button_action', ''),
(453, 87, '_cta_text_button_action', 'field_5a218b1ec6d43'),
(454, 87, 'cta_button_action', ''),
(455, 87, '_cta_button_action', 'field_5a218b66c6d46'),
(456, 87, 'text_button_action_2', ''),
(457, 87, '_text_button_action_2', 'field_5a218b4cc6d44'),
(458, 87, 'button_action_2', ''),
(459, 87, '_button_action_2', 'field_5a218b91c6d47'),
(460, 87, 'button_action_3', ''),
(461, 87, '_button_action_3', 'field_5a218ba0c6d48'),
(462, 87, 'text_button_action_3', ''),
(463, 87, '_text_button_action_3', 'field_5a218b5ac6d45'),
(464, 61, 'field_5a2195924618d', 'a:12:{s:3:\"key\";s:19:\"field_5a2195924618d\";s:5:\"label\";s:17:\"Selecione um post\";s:4:\"name\";s:15:\"home_cta_post_2\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(465, 61, 'field_5a2195ab4618e', 'a:12:{s:3:\"key\";s:19:\"field_5a2195ab4618e\";s:5:\"label\";s:17:\"Selecione um post\";s:4:\"name\";s:15:\"home_cta_post_3\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(467, 61, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"4\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(468, 80, '_wp_trash_meta_status', 'draft'),
(469, 80, '_wp_trash_meta_time', '1512150587'),
(470, 80, '_wp_desired_post_slug', ''),
(471, 94, 'home_cta_post_1', '78'),
(472, 94, '_home_cta_post_1', 'field_5a215f2261147'),
(473, 94, 'home_cta_post_2', '81'),
(474, 94, '_home_cta_post_2', 'field_5a2195924618d'),
(475, 94, 'home_cta_post_3', '84'),
(476, 94, '_home_cta_post_3', 'field_5a2195ab4618e'),
(477, 4, 'home_cta_post_1', '78'),
(478, 4, '_home_cta_post_1', 'field_5a215f2261147'),
(479, 4, 'home_cta_post_2', '81'),
(480, 4, '_home_cta_post_2', 'field_5a2195924618d'),
(481, 4, 'home_cta_post_3', '84'),
(482, 4, '_home_cta_post_3', 'field_5a2195ab4618e'),
(484, 95, 'cta_phone_title', ''),
(485, 95, '_cta_phone_title', 'field_5a21895bc6d3f'),
(486, 95, 'cta_phone_number', ''),
(487, 95, '_cta_phone_number', 'field_5a218a9ac6d40'),
(488, 95, 'cta_text_file_button', ''),
(489, 95, '_cta_text_file_button', 'field_5a218b06c6d42'),
(490, 95, 'cta_file_button', ''),
(491, 95, '_cta_file_button', 'field_5a218acdc6d41'),
(492, 95, 'cta_text_button_action_1', 'answer'),
(493, 95, '_cta_text_button_action_1', 'field_5a218b1ec6d43'),
(494, 95, 'cta_button_action_1', ''),
(495, 95, '_cta_button_action_1', 'field_5a218b66c6d46'),
(496, 95, 'cta_text_button_action_2', 'answer'),
(497, 95, '_cta_text_button_action_2', 'field_5a218b4cc6d44'),
(498, 95, 'cta_button_action_2', ''),
(499, 95, '_cta_button_action_2', 'field_5a218b91c6d47'),
(500, 95, 'cta_text_button_action_3', 'answer'),
(501, 95, '_cta_text_button_action_3', 'field_5a218b5ac6d45'),
(502, 95, 'cta_button_action_3', ''),
(503, 95, '_cta_button_action_3', 'field_5a218ba0c6d48'),
(504, 84, 'cta_text_button_action_1', 'answer'),
(505, 84, '_cta_text_button_action_1', 'field_5a218b1ec6d43'),
(506, 84, 'cta_button_action_1', ''),
(507, 84, '_cta_button_action_1', 'field_5a218b66c6d46'),
(508, 84, 'cta_text_button_action_2', 'answer'),
(509, 84, '_cta_text_button_action_2', 'field_5a218b4cc6d44'),
(510, 84, 'cta_button_action_2', ''),
(511, 84, '_cta_button_action_2', 'field_5a218b91c6d47'),
(512, 84, 'cta_text_button_action_3', 'answer'),
(513, 84, '_cta_text_button_action_3', 'field_5a218b5ac6d45'),
(514, 84, 'cta_button_action_3', ''),
(515, 84, '_cta_button_action_3', 'field_5a218ba0c6d48'),
(516, 96, '_edit_last', '1'),
(517, 96, 'field_5a21ad0080765', 'a:12:{s:3:\"key\";s:19:\"field_5a21ad0080765\";s:5:\"label\";s:17:\"Selecione um post\";s:4:\"name\";s:21:\"home_more_info_post_1\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(518, 96, 'field_5a21ad3480766', 'a:12:{s:3:\"key\";s:19:\"field_5a21ad3480766\";s:5:\"label\";s:18:\"Selecione um post \";s:4:\"name\";s:21:\"home_more_info_post_2\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(519, 96, 'field_5a21ad4080767', 'a:12:{s:3:\"key\";s:19:\"field_5a21ad4080767\";s:5:\"label\";s:17:\"Selecione um post\";s:4:\"name\";s:21:\"home_more_info_post_3\";s:4:\"type\";s:11:\"post_object\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:3:\"cta\";}s:8:\"taxonomy\";a:1:{i:0;s:3:\"all\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(521, 96, 'position', 'normal'),
(522, 96, 'layout', 'default'),
(523, 96, 'hide_on_screen', ''),
(524, 96, '_edit_lock', '1512157021:1'),
(525, 97, 'home_cta_post_1', '78'),
(526, 97, '_home_cta_post_1', 'field_5a215f2261147'),
(527, 97, 'home_cta_post_2', '81'),
(528, 97, '_home_cta_post_2', 'field_5a2195924618d'),
(529, 97, 'home_cta_post_3', '84'),
(530, 97, '_home_cta_post_3', 'field_5a2195ab4618e'),
(531, 97, 'more_info_post_1', '85'),
(532, 97, '_more_info_post_1', 'field_5a21ad0080765'),
(533, 97, 'more_info_post_2', '86'),
(534, 97, '_more_info_post_2', 'field_5a21ad3480766'),
(535, 97, 'more_info_post_3', '87'),
(536, 97, '_more_info_post_3', 'field_5a21ad4080767'),
(537, 4, 'more_info_post_1', '85'),
(538, 4, '_more_info_post_1', 'field_5a21ad0080765'),
(539, 4, 'more_info_post_2', '86'),
(540, 4, '_more_info_post_2', 'field_5a21ad3480766'),
(541, 4, 'more_info_post_3', '87'),
(542, 4, '_more_info_post_3', 'field_5a21ad4080767'),
(543, 96, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"4\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(544, 98, 'home_cta_post_1', '78'),
(545, 98, '_home_cta_post_1', 'field_5a215f2261147'),
(546, 98, 'home_cta_post_2', '81'),
(547, 98, '_home_cta_post_2', 'field_5a2195924618d'),
(548, 98, 'home_cta_post_3', '84'),
(549, 98, '_home_cta_post_3', 'field_5a2195ab4618e'),
(550, 98, 'home_more_info_post_1', '85'),
(551, 98, '_home_more_info_post_1', 'field_5a21ad0080765'),
(552, 98, 'home_more_info_post_2', '86'),
(553, 98, '_home_more_info_post_2', 'field_5a21ad3480766'),
(554, 98, 'home_more_info_post_3', '87'),
(555, 98, '_home_more_info_post_3', 'field_5a21ad4080767'),
(556, 4, 'home_more_info_post_1', '85'),
(557, 4, '_home_more_info_post_1', 'field_5a21ad0080765'),
(558, 4, 'home_more_info_post_2', '86'),
(559, 4, '_home_more_info_post_2', 'field_5a21ad3480766'),
(560, 4, 'home_more_info_post_3', '87'),
(561, 4, '_home_more_info_post_3', 'field_5a21ad4080767'),
(562, 99, '_edit_last', '1'),
(563, 99, 'field_5a21b000b684b', 'a:14:{s:3:\"key\";s:19:\"field_5a21b000b684b\";s:5:\"label\";s:14:\"Section Title \";s:4:\"name\";s:23:\"home_social_media_title\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(564, 99, 'field_5a21b021b684c', 'a:14:{s:3:\"key\";s:19:\"field_5a21b021b684c\";s:5:\"label\";s:14:\"Instagram Link\";s:4:\"name\";s:32:\"home_social_media_instagram_link\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(565, 99, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"4\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(566, 99, 'position', 'normal'),
(567, 99, 'layout', 'default'),
(568, 99, 'hide_on_screen', ''),
(569, 99, '_edit_lock', '1512157896:1'),
(570, 100, 'home_cta_post_1', '78'),
(571, 100, '_home_cta_post_1', 'field_5a215f2261147'),
(572, 100, 'home_cta_post_2', '81'),
(573, 100, '_home_cta_post_2', 'field_5a2195924618d'),
(574, 100, 'home_cta_post_3', '84'),
(575, 100, '_home_cta_post_3', 'field_5a2195ab4618e'),
(576, 100, 'home_social_media_title', 'FOLLOW US ON INSTAGRAM'),
(577, 100, '_home_social_media_title', 'field_5a21b000b684b'),
(578, 100, 'home_social_media_instagram_link', 'https://www.instagram.com/kanechdtpp/'),
(579, 100, '_home_social_media_instagram_link', 'field_5a21b021b684c'),
(580, 100, 'home_more_info_post_1', '85'),
(581, 100, '_home_more_info_post_1', 'field_5a21ad0080765'),
(582, 100, 'home_more_info_post_2', '86'),
(583, 100, '_home_more_info_post_2', 'field_5a21ad3480766'),
(584, 100, 'home_more_info_post_3', '87'),
(585, 100, '_home_more_info_post_3', 'field_5a21ad4080767'),
(586, 4, 'home_social_media_title', 'FOLLOW US ON INSTAGRAM'),
(587, 4, '_home_social_media_title', 'field_5a21b000b684b'),
(588, 4, 'home_social_media_instagram_link', 'https://www.instagram.com/kanechdtpp/'),
(589, 4, '_home_social_media_instagram_link', 'field_5a21b021b684c'),
(590, 101, '_edit_last', '1'),
(591, 101, 'field_5a21b378fa6d9', 'a:14:{s:3:\"key\";s:19:\"field_5a21b378fa6d9\";s:5:\"label\";s:12:\"Title Banner\";s:4:\"name\";s:22:\"home_title_banner_full\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(592, 101, 'field_5a21b387fa6da', 'a:14:{s:3:\"key\";s:19:\"field_5a21b387fa6da\";s:5:\"label\";s:16:\"Text Link Banner\";s:4:\"name\";s:26:\"home_text_link_banner_full\";s:4:\"type\";s:4:\"text\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:7:\"prepend\";s:0:\"\";s:6:\"append\";s:0:\"\";s:10:\"formatting\";s:4:\"html\";s:9:\"maxlength\";s:0:\"\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(593, 101, 'field_5a21b3a5fa6db', 'a:11:{s:3:\"key\";s:19:\"field_5a21b3a5fa6db\";s:5:\"label\";s:11:\"Link Banner\";s:4:\"name\";s:21:\"home_link_banner_full\";s:4:\"type\";s:9:\"page_link\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:9:\"post_type\";a:1:{i:0;s:4:\"page\";}s:10:\"allow_null\";s:1:\"0\";s:8:\"multiple\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:2;}'),
(595, 101, 'position', 'normal'),
(596, 101, 'layout', 'default'),
(597, 101, 'hide_on_screen', ''),
(598, 101, '_edit_lock', '1512159836:1'),
(599, 102, 'home_cta_post_1', '78'),
(600, 102, '_home_cta_post_1', 'field_5a215f2261147'),
(601, 102, 'home_cta_post_2', '81'),
(602, 102, '_home_cta_post_2', 'field_5a2195924618d'),
(603, 102, 'home_cta_post_3', '84'),
(604, 102, '_home_cta_post_3', 'field_5a2195ab4618e'),
(605, 102, 'home_social_media_title', 'FOLLOW US ON INSTAGRAM'),
(606, 102, '_home_social_media_title', 'field_5a21b000b684b'),
(607, 102, 'home_social_media_instagram_link', 'https://www.instagram.com/kanechdtpp/'),
(608, 102, '_home_social_media_instagram_link', 'field_5a21b021b684c'),
(609, 102, 'home_title_banner_full', 'Fact: You can get HIV or an STI from getting a tattoo or through body piercings.'),
(610, 102, '_home_title_banner_full', 'field_5a21b378fa6d9'),
(611, 102, 'home_text_link_banner_full', ''),
(612, 102, '_home_text_link_banner_full', 'field_5a21b387fa6da'),
(613, 102, 'home_link_banner_full', ''),
(614, 102, '_home_link_banner_full', 'field_5a21b3a5fa6db'),
(615, 102, 'home_more_info_post_1', '85'),
(616, 102, '_home_more_info_post_1', 'field_5a21ad0080765'),
(617, 102, 'home_more_info_post_2', '86'),
(618, 102, '_home_more_info_post_2', 'field_5a21ad3480766'),
(619, 102, 'home_more_info_post_3', '87'),
(620, 102, '_home_more_info_post_3', 'field_5a21ad4080767'),
(621, 4, 'home_title_banner_full', 'Fact: You can get HIV or an STI from getting a tattoo or through body piercings.'),
(622, 4, '_home_title_banner_full', 'field_5a21b378fa6d9'),
(623, 4, 'home_text_link_banner_full', 'SEE MORE FACTS'),
(624, 4, '_home_text_link_banner_full', 'field_5a21b387fa6da'),
(625, 4, 'home_link_banner_full', '25'),
(626, 4, '_home_link_banner_full', 'field_5a21b3a5fa6db'),
(627, 101, 'rule', 'a:5:{s:5:\"param\";s:4:\"page\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:1:\"4\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),
(628, 103, 'home_cta_post_1', '78'),
(629, 103, '_home_cta_post_1', 'field_5a215f2261147'),
(630, 103, 'home_cta_post_2', '81'),
(631, 103, '_home_cta_post_2', 'field_5a2195924618d'),
(632, 103, 'home_cta_post_3', '84'),
(633, 103, '_home_cta_post_3', 'field_5a2195ab4618e'),
(634, 103, 'home_social_media_title', 'FOLLOW US ON INSTAGRAM'),
(635, 103, '_home_social_media_title', 'field_5a21b000b684b'),
(636, 103, 'home_social_media_instagram_link', 'https://www.instagram.com/kanechdtpp/'),
(637, 103, '_home_social_media_instagram_link', 'field_5a21b021b684c'),
(638, 103, 'home_title_banner_full', 'Fact: You can get HIV or an STI from getting a tattoo or through body piercings.'),
(639, 103, '_home_title_banner_full', 'field_5a21b378fa6d9'),
(640, 103, 'home_text_link_banner_full', 'SEE MORE FACTS'),
(641, 103, '_home_text_link_banner_full', 'field_5a21b387fa6da'),
(642, 103, 'home_link_banner_full', ''),
(643, 103, '_home_link_banner_full', 'field_5a21b3a5fa6db'),
(644, 103, 'home_more_info_post_1', '85'),
(645, 103, '_home_more_info_post_1', 'field_5a21ad0080765'),
(646, 103, 'home_more_info_post_2', '86'),
(647, 103, '_home_more_info_post_2', 'field_5a21ad3480766'),
(648, 103, 'home_more_info_post_3', '87'),
(649, 103, '_home_more_info_post_3', 'field_5a21ad4080767'),
(650, 73, 'field_5a21bd54c6c8e', 'a:11:{s:3:\"key\";s:19:\"field_5a21bd54c6c8e\";s:5:\"label\";s:14:\"Insert an icon\";s:4:\"name\";s:14:\"cta_icon_image\";s:4:\"type\";s:5:\"image\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:11:\"save_format\";s:3:\"url\";s:12:\"preview_size\";s:4:\"full\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),
(652, 73, 'field_5a21be625e1cf', 'a:8:{s:3:\"key\";s:19:\"field_5a21be625e1cf\";s:5:\"label\";s:4:\"Icon\";s:4:\"name\";s:0:\"\";s:4:\"type\";s:3:\"tab\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),
(653, 73, 'rule', 'a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:3:\"cta\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `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_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_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_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2017-11-27 17:34:43', '2017-11-27 19:34:43', 'Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escrever!', 'Olá, mundo!', '', 'publish', 'open', 'open', '', 'ola-mundo', '', '', '2017-11-27 17:34:43', '2017-11-27 19:34:43', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=1', 1, 'post', '', 1),
(4, 1, '2017-11-28 11:44:50', '2017-11-28 13:44:50', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2017-12-01 18:02:21', '2017-12-01 20:02:21', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?page_id=4', 4, 'page', '', 0),
(5, 1, '2017-11-28 11:44:16', '2017-11-28 13:44:16', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-11-28 11:44:16', '2017-11-28 13:44:16', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=5', 0, 'revision', '', 0),
(7, 1, '2017-11-28 15:55:46', '2017-11-28 17:55:46', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Statistics', '', 'publish', 'closed', 'closed', '', 'statistics', '', '', '2017-11-30 11:31:14', '2017-11-30 13:31:14', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?page_id=7', 5, 'page', '', 0),
(8, 1, '2017-11-28 15:55:46', '2017-11-28 17:55:46', '', 'Statistics', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-11-28 15:55:46', '2017-11-28 17:55:46', '', 7, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=8', 0, 'revision', '', 0),
(9, 1, '2017-11-28 15:56:50', '2017-11-28 17:56:50', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Statistics', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-11-28 15:56:50', '2017-11-28 17:56:50', '', 7, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=9', 0, 'revision', '', 0),
(10, 1, '2017-11-29 10:36:58', '2017-11-29 12:36:58', 'Lorem ipsum dolor sit amet, Mecenas consectetur adipiscing elit.\r\n\r\nCurabitur libero metus, ullamcorper id efficitur in, tempus eget lectuseget luctus diam.\r\n\r\nDuis varius orci enim, eget dapibus libero pharetra et.', 'Births per 1,000 Females Aged 15-19 Years', 'By race and Hispanic Ethnicity, 2007-2015', 'publish', 'open', 'open', '', 'births-per-1000-females-aged-15-19-years', '', '', '2017-11-29 11:03:04', '2017-11-29 13:03:04', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=statistics&#038;p=10', 1, 'statistics', '', 0),
(11, 1, '2017-11-29 10:36:58', '2017-11-29 12:36:58', 'Lorem ipsum dolor sit amet, Mecenas consectetur adipiscing elit.\r\n\r\nCurabitur libero metus, ullamcorper id efficitur in, tempus eget lectuseget luctus diam.\r\n\r\nDuis varius orci enim, eget dapibus libero pharetra et.', 'Births per 1,000 Females Aged 15-19 Years', 'By race and Hispanic Ethnicity, 2007-2015', 'inherit', 'closed', 'closed', '', '10-revision-v1', '', '', '2017-11-29 10:36:58', '2017-11-29 12:36:58', '', 10, 'http://localhost/repositorio-kanecountyhealth-web/web/10-revision-v1', 0, 'revision', '', 0),
(12, 1, '2017-11-29 17:15:30', '2017-11-29 19:15:30', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Frequently Asked Questions', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2017-11-29 17:16:39', '2017-11-29 19:16:39', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?page_id=12', 3, 'page', '', 0),
(13, 1, '2017-11-29 17:15:30', '2017-11-29 19:15:30', '', 'Faq', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-11-29 17:15:30', '2017-11-29 19:15:30', '', 12, 'http://localhost/repositorio-kanecountyhealth-web/web/12-revision-v1', 0, 'revision', '', 0),
(14, 1, '2017-11-29 17:16:13', '2017-11-29 19:16:13', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '12-revision-v1', '', '', '2017-11-29 17:16:13', '2017-11-29 19:16:13', '', 12, 'http://localhost/repositorio-kanecountyhealth-web/web/12-revision-v1', 0, 'revision', '', 0),
(15, 1, '2017-11-29 17:58:49', '2017-11-29 19:58:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Frequently Asked Questions', '', 'inherit', 'closed', 'closed', '', '12-autosave-v1', '', '', '2017-11-29 17:58:49', '2017-11-29 19:58:49', '', 12, 'http://localhost/repositorio-kanecountyhealth-web/web/12-autosave-v1', 0, 'revision', '', 0),
(16, 1, '2017-11-29 17:59:40', '2017-11-29 19:59:40', 'Yes. Anyone, regardless of race, can acquire HIX if that individual participates in risky sexual or needle-sharing behaviors with an infected person.', 'Does AIDS affect people of all races?', '', 'publish', 'open', 'open', '', 'does-aids-affect-people-of-all-races', '', '', '2017-11-29 17:59:40', '2017-11-29 19:59:40', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=faq&#038;p=16', 1, 'faq', '', 0),
(17, 1, '2017-11-29 17:59:40', '2017-11-29 19:59:40', 'Yes. Anyone, regardless of race, can acquire HIX if that individual participates in risky sexual or needle-sharing behaviors with an infected person.', 'Does AIDS affect people of all races?', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2017-11-29 17:59:40', '2017-11-29 19:59:40', '', 16, 'http://localhost/repositorio-kanecountyhealth-web/web/16-revision-v1', 0, 'revision', '', 0),
(18, 1, '2017-11-29 18:29:35', '2017-11-29 20:29:35', 'AIDS is the end result of an infection caused by a virus called the human immunodeficiency virus.', 'What causes AIDS?', '', 'publish', 'open', 'open', '', 'what-causes-aids', '', '', '2017-11-29 18:29:35', '2017-11-29 20:29:35', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=faq&#038;p=18', 2, 'faq', '', 0),
(19, 1, '2017-11-29 18:29:35', '2017-11-29 20:29:35', 'AIDS is the end result of an infection caused by a virus called the human immunodeficiency virus.', 'What causes AIDS?', '', 'inherit', 'closed', 'closed', '', '18-revision-v1', '', '', '2017-11-29 18:29:35', '2017-11-29 20:29:35', '', 18, 'http://localhost/repositorio-kanecountyhealth-web/web/18-revision-v1', 0, 'revision', '', 0),
(20, 1, '2017-11-30 11:27:16', '2017-11-30 13:27:16', '', 'Statistics - Titles', '', 'publish', 'closed', 'closed', '', 'acf_statistics-titles', '', '', '2017-11-30 11:27:16', '2017-11-30 13:27:16', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=20', 0, 'acf', '', 0),
(21, 1, '2017-11-30 11:28:00', '2017-11-30 13:28:00', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Statistics', '', 'inherit', 'closed', 'closed', '', '7-revision-v1', '', '', '2017-11-30 11:28:00', '2017-11-30 13:28:00', '', 7, 'http://localhost/repositorio-kanecountyhealth-web/web/7-revision-v1', 0, 'revision', '', 0),
(22, 1, '2017-11-30 11:33:48', '2017-11-30 13:33:48', 'Sometimes it’s hard to tell someone you like that you don’t want to have sex. But talking about what you do and don’t want to do in the sex department is an important part of your relationship.', 'How to say no', '', 'publish', 'closed', 'closed', '', 'how-to-say-no', '', '', '2017-11-30 18:13:19', '2017-11-30 20:13:19', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?page_id=22', 2, 'page', '', 0),
(23, 1, '2017-11-30 11:33:48', '2017-11-30 13:33:48', '', 'How to say no', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2017-11-30 11:33:48', '2017-11-30 13:33:48', '', 22, 'http://localhost/repositorio-kanecountyhealth-web/web/22-revision-v1', 0, 'revision', '', 0),
(24, 1, '2017-11-30 11:34:11', '2017-11-30 13:34:11', 'Sometimes it’s hard to tell someone you like that you don’t want to have sex. But talking about what you do and don’t want to do in the sex department is an important part of your relationship.', 'How to say no', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2017-11-30 11:34:11', '2017-11-30 13:34:11', '', 22, 'http://localhost/repositorio-kanecountyhealth-web/web/22-revision-v1', 0, 'revision', '', 0),
(25, 1, '2017-11-30 12:04:11', '2017-11-30 14:04:11', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Myths vs. Facts', '', 'publish', 'closed', 'closed', '', 'myths-vs-facts', '', '', '2017-11-30 18:13:20', '2017-11-30 20:13:20', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?page_id=25', 0, 'page', '', 0),
(26, 1, '2017-11-30 12:04:11', '2017-11-30 14:04:11', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Myths vs. facts', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2017-11-30 12:04:11', '2017-11-30 14:04:11', '', 25, 'http://localhost/repositorio-kanecountyhealth-web/web/25-revision-v1', 0, 'revision', '', 0),
(27, 1, '2017-11-30 12:43:22', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-11-30 12:43:22', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=myths&p=27', 0, 'myths', '', 0),
(28, 1, '2017-11-30 12:44:44', '2017-11-30 14:44:44', 'A girl may begin releasing an egg 14 days before her first period so it is possible to get pregnant even if she hasn’t had a period yet.', 'A girl can get pregnant before she has her first period.', '', 'publish', 'open', 'open', '', 'a-girl-can-get-pregnant-before-she-has-her-first-period', '', '', '2017-12-04 18:07:24', '2017-12-04 20:07:24', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=myths&#038;p=28', 1, 'myths', '', 0),
(29, 1, '2017-11-30 12:44:44', '2017-11-30 14:44:44', 'A girl may begin releasing an egg 14 days before her first period so it is possible to get pregnant even if she hasn’t had a period yet.', 'A girl can get pregnant before she has her first period.', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2017-11-30 12:44:44', '2017-11-30 14:44:44', '', 28, 'http://localhost/repositorio-kanecountyhealth-web/web/28-revision-v1', 0, 'revision', '', 0),
(30, 1, '2017-11-30 16:51:22', '2017-11-30 18:51:22', '', 'Be confident and know what you want. This means thinking through why you want to wait before you’re in a sex situation.', '', 'publish', 'open', 'open', '', 'be-confident-and-know-what-you-want-this-means-thinking-through-why-you-want-to-wait-before-youre-in-a-sex-situation', '', '', '2017-11-30 17:24:41', '2017-11-30 19:24:41', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=30', 0, 'say-no', '', 0),
(31, 1, '2017-11-30 16:51:34', '2017-11-30 18:51:34', '', 'Say “no.” You don’t owe anyone — even someone you love — an explanation for your decision.', '', 'publish', 'open', 'open', '', 'say-no-you-dont-owe-anyone-even-someone-you-love-an-explanation-for-your-decision', '', '', '2017-11-30 17:24:56', '2017-11-30 19:24:56', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=31', 0, 'say-no', '', 0),
(32, 1, '2017-11-30 16:51:49', '2017-11-30 18:51:49', '', 'Say “no.” You don’t owe anyone — even someone you love — an explanation for your decision.', '', 'publish', 'open', 'open', '', 'say-no-you-dont-owe-anyone-even-someone-you-love-an-explanation-for-your-decision-2', '', '', '2017-11-30 17:25:01', '2017-11-30 19:25:01', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=32', 0, 'say-no', '', 0),
(33, 1, '2017-11-30 16:51:54', '2017-11-30 18:51:54', '', 'Be clear and direct. Look them in the eyes and use a serious tone of voice.', '', 'publish', 'open', 'open', '', 'be-clear-and-direct-look-them-in-the-eyes-and-use-a-serious-tone-of-voice', '', '', '2017-11-30 17:25:02', '2017-11-30 19:25:02', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=33', 0, 'say-no', '', 0),
(34, 1, '2017-11-30 16:52:03', '2017-11-30 18:52:03', '', 'You can also let them know that you really do like or love them, but you’re just not ready for sex.', '', 'publish', 'open', 'open', '', 'you-can-also-let-them-know-that-you-really-do-like-or-love-them-but-youre-just-not-ready-for-sex', '', '', '2017-11-30 17:25:07', '2017-11-30 19:25:07', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=34', 0, 'say-no', '', 0),
(35, 1, '2017-11-30 16:51:22', '2017-11-30 18:51:22', '', 'Be confident and know what you want. This means thinking through why you want to wait before you’re in a sex situation.', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2017-11-30 16:51:22', '2017-11-30 18:51:22', '', 30, 'http://localhost/repositorio-kanecountyhealth-web/web/30-revision-v1', 0, 'revision', '', 0),
(36, 1, '2017-11-30 16:51:34', '2017-11-30 18:51:34', '', 'Say “no.” You don’t owe anyone — even someone you love — an explanation for your decision.', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2017-11-30 16:51:34', '2017-11-30 18:51:34', '', 31, 'http://localhost/repositorio-kanecountyhealth-web/web/31-revision-v1', 0, 'revision', '', 0),
(37, 1, '2017-11-30 16:51:49', '2017-11-30 18:51:49', '', 'Say “no.” You don’t owe anyone — even someone you love — an explanation for your decision.', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2017-11-30 16:51:49', '2017-11-30 18:51:49', '', 32, 'http://localhost/repositorio-kanecountyhealth-web/web/32-revision-v1', 0, 'revision', '', 0),
(38, 1, '2017-11-30 16:51:54', '2017-11-30 18:51:54', '', 'Be clear and direct. Look them in the eyes and use a serious tone of voice.', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2017-11-30 16:51:54', '2017-11-30 18:51:54', '', 33, 'http://localhost/repositorio-kanecountyhealth-web/web/33-revision-v1', 0, 'revision', '', 0),
(39, 1, '2017-11-30 16:52:03', '2017-11-30 18:52:03', '', 'You can also let them know that you really do like or love them, but you’re just not ready for sex.', '', 'inherit', 'closed', 'closed', '', '34-revision-v1', '', '', '2017-11-30 16:52:03', '2017-11-30 18:52:03', '', 34, 'http://localhost/repositorio-kanecountyhealth-web/web/34-revision-v1', 0, 'revision', '', 0),
(40, 1, '2017-11-30 17:25:55', '2017-11-30 19:25:55', '', 'The average age when people start having sex is 17, any many wait longer.', '', 'publish', 'open', 'open', '', 'the-average-age-when-people-start-having-sex-is-17-any-many-wait-longer', '', '', '2017-11-30 17:25:55', '2017-11-30 19:25:55', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=40', 0, 'say-no', '', 0),
(41, 1, '2017-11-30 17:26:03', '2017-11-30 19:26:03', '', 'Pressuring someone to have sex is never okay, and you deserve to have your boundaries respected.', '', 'publish', 'open', 'open', '', 'pressuring-someone-to-have-sex-is-never-okay-and-you-deserve-to-have-your-boundaries-respected', '', '', '2017-11-30 17:26:03', '2017-11-30 19:26:03', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=41', 0, 'say-no', '', 0),
(42, 1, '2017-11-30 17:25:55', '2017-11-30 19:25:55', '', 'The average age when people start having sex is 17, any many wait longer.', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2017-11-30 17:25:55', '2017-11-30 19:25:55', '', 40, 'http://localhost/repositorio-kanecountyhealth-web/web/40-revision-v1', 0, 'revision', '', 0),
(43, 1, '2017-11-30 17:26:11', '2017-11-30 19:26:11', '', 'You have the right to decide for yourself when you;re ready for sex, and to say “no” to sex at any time, with any person, for any reason ( even if you’ve already had it).', '', 'publish', 'open', 'open', '', 'you-have-the-right-to-decide-for-yourself-when-youre-ready-for-sex-and-to-say-no-to-sex-at-any-time-with-any-person-for-any-reason-even-if-youve-already-had-it', '', '', '2017-11-30 17:26:11', '2017-11-30 19:26:11', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=43', 0, 'say-no', '', 0),
(44, 1, '2017-11-30 17:26:19', '2017-11-30 19:26:19', '', 'If your boyfriend or girlfriend threathen to break up with you because you don’t want to have sex or do other sexual things, it’s a sign that you’re in an unhealthy relationship.', '', 'publish', 'open', 'open', '', 'if-your-boyfriend-or-girlfriend-threathen-to-break-up-with-you-because-you-dont-want-to-have-sex-or-do-other-sexual-things-its-a-sign-that-youre-in-an-unhealthy-relationshi', '', '', '2017-11-30 17:44:11', '2017-11-30 19:44:11', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=44', 0, 'say-no', '', 0),
(45, 1, '2017-11-30 17:26:03', '2017-11-30 19:26:03', '', 'Pressuring someone to have sex is never okay, and you deserve to have your boundaries respected.', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2017-11-30 17:26:03', '2017-11-30 19:26:03', '', 41, 'http://localhost/repositorio-kanecountyhealth-web/web/41-revision-v1', 0, 'revision', '', 0),
(46, 1, '2017-11-30 17:26:24', '2017-11-30 19:26:24', '', 'You can say no and still care for someone. You’re saying no to sex, not the person.', '', 'publish', 'open', 'open', '', 'you-can-say-no-and-still-care-for-someone-youre-saying-no-to-sex-not-the-person', '', '', '2017-11-30 17:26:24', '2017-11-30 19:26:24', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=say-no&#038;p=46', 0, 'say-no', '', 0),
(47, 1, '2017-11-30 17:26:11', '2017-11-30 19:26:11', '', 'You have the right to decide for yourself when you;re ready for sex, and to say “no” to sex at any time, with any person, for any reason ( even if you’ve already had it).', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2017-11-30 17:26:11', '2017-11-30 19:26:11', '', 43, 'http://localhost/repositorio-kanecountyhealth-web/web/43-revision-v1', 0, 'revision', '', 0),
(48, 1, '2017-11-30 17:26:19', '2017-11-30 19:26:19', '', 'If your boyfriend or girlfriend threathen to break up with you because you don’t want to have sex or do other sexual things, it’s a sign that you’re in an unhealthy relationship.', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2017-11-30 17:26:19', '2017-11-30 19:26:19', '', 44, 'http://localhost/repositorio-kanecountyhealth-web/web/44-revision-v1', 0, 'revision', '', 0),
(49, 1, '2017-11-30 17:26:24', '2017-11-30 19:26:24', '', 'You can say no and still care for someone. You’re saying no to sex, not the person.', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2017-11-30 17:26:24', '2017-11-30 19:26:24', '', 46, 'http://localhost/repositorio-kanecountyhealth-web/web/46-revision-v1', 0, 'revision', '', 0),
(50, 1, '2017-11-30 18:08:57', '2017-11-30 20:08:57', '', 'How to say no - titles', '', 'publish', 'closed', 'closed', '', 'acf_how-to-say-no-titles', '', '', '2017-11-30 18:08:57', '2017-11-30 20:08:57', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=50', 0, 'acf', '', 0),
(51, 1, '2017-11-30 18:10:21', '2017-11-30 20:10:21', 'Sometimes it’s hard to tell someone you like that you don’t want to have sex. But talking about what you do and don’t want to do in the sex department is an important part of your relationship.', 'How to say no', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2017-11-30 18:10:21', '2017-11-30 20:10:21', '', 22, 'http://localhost/repositorio-kanecountyhealth-web/web/22-revision-v1', 0, 'revision', '', 0),
(52, 1, '2017-11-30 18:13:19', '2017-11-30 20:13:19', 'Sometimes it’s hard to tell someone you like that you don’t want to have sex. But talking about what you do and don’t want to do in the sex department is an important part of your relationship.', 'How to say no', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2017-11-30 18:13:19', '2017-11-30 20:13:19', '', 22, 'http://localhost/repositorio-kanecountyhealth-web/web/22-revision-v1', 0, 'revision', '', 0),
(53, 1, '2017-11-30 18:13:20', '2017-11-30 20:13:20', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Myths vs. Facts', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2017-11-30 18:13:20', '2017-11-30 20:13:20', '', 25, 'http://localhost/repositorio-kanecountyhealth-web/web/25-revision-v1', 0, 'revision', '', 0),
(54, 1, '2017-11-30 18:19:16', '2017-11-30 20:19:16', 'A girl may begin releasing an egg 14 days before her first period so it is possible to get pregnant even if she hasn’t had a period yet.', 'You can’t get pregnant if you have sex standing up.', '', 'publish', 'open', 'open', '', 'you-cant-get-pregnant-if-you-have-sex-standing-up', '', '', '2017-11-30 18:19:59', '2017-11-30 20:19:59', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=myths&#038;p=54', 2, 'myths', '', 0),
(55, 1, '2017-11-30 18:19:16', '2017-11-30 20:19:16', 'A girl may begin releasing an egg 14 days before her first period so it is possible to get pregnant even if she hasn’t had a period yet.', 'You can’t get pregnant if you have sex standing up.', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2017-11-30 18:19:16', '2017-11-30 20:19:16', '', 54, 'http://localhost/repositorio-kanecountyhealth-web/web/54-revision-v1', 0, 'revision', '', 0),
(56, 1, '2017-11-30 18:57:17', '2017-11-30 20:57:17', ' ', '', '', 'publish', 'closed', 'closed', '', '56', '', '', '2017-11-30 18:57:17', '2017-11-30 20:57:17', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=56', 1, 'nav_menu_item', '', 0),
(57, 1, '2017-11-30 18:57:20', '2017-11-30 20:57:20', ' ', '', '', 'publish', 'closed', 'closed', '', '57', '', '', '2017-11-30 18:57:20', '2017-11-30 20:57:20', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=57', 2, 'nav_menu_item', '', 0),
(58, 1, '2017-11-30 18:57:23', '2017-11-30 20:57:23', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2017-11-30 18:57:23', '2017-11-30 20:57:23', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=58', 3, 'nav_menu_item', '', 0),
(59, 1, '2017-11-30 18:54:32', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2017-11-30 18:54:32', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=59', 1, 'nav_menu_item', '', 0),
(60, 1, '2017-11-30 18:57:26', '2017-11-30 20:57:26', ' ', '', '', 'publish', 'closed', 'closed', '', '60', '', '', '2017-11-30 18:57:26', '2017-11-30 20:57:26', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=60', 4, 'nav_menu_item', '', 0),
(61, 1, '2017-12-01 11:56:56', '2017-12-01 13:56:56', '', 'Home - Call to action', '', 'publish', 'closed', 'closed', '', 'acf_home-call-to-action', '', '', '2017-12-01 15:49:27', '2017-12-01 17:49:27', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=61', 0, 'acf', '', 0),
(62, 1, '2017-12-01 12:20:10', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 12:20:10', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&p=62', 0, 'slider', '', 0),
(63, 1, '2017-12-01 12:24:36', '2017-12-01 14:24:36', '', 'Sliders - Link', '', 'publish', 'closed', 'closed', '', 'acf_sliders-link', '', '', '2017-12-01 12:27:32', '2017-12-01 14:27:32', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=63', 0, 'acf', '', 0),
(64, 1, '2017-12-01 12:25:33', '0000-00-00 00:00:00', '', 'Myths & Facts', '', 'draft', 'open', 'open', '', '', '', '', '2017-12-01 12:25:33', '2017-12-01 14:25:33', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&#038;p=64', 0, 'slider', '', 0),
(65, 1, '2017-12-01 12:35:18', '2017-12-01 14:35:18', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Resources', '', 'publish', 'open', 'open', '', 'resources', '', '', '2017-12-01 12:35:18', '2017-12-01 14:35:18', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&#038;p=65', 0, 'slider', '', 0),
(66, 1, '2017-12-01 12:35:37', '2017-12-01 14:35:37', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Statistics', '', 'publish', 'open', 'open', '', 'statistics', '', '', '2017-12-01 12:35:37', '2017-12-01 14:35:37', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&#038;p=66', 0, 'slider', '', 0),
(67, 1, '2017-12-01 12:26:35', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 12:26:35', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&p=67', 0, 'slider', '', 0),
(68, 1, '2017-12-01 12:32:09', '2017-12-01 14:32:09', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Myths & Facts', '', 'publish', 'open', 'open', '', 'myths-facts', '', '', '2017-12-01 12:32:09', '2017-12-01 14:32:09', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=slider&#038;p=68', 0, 'slider', '', 0),
(69, 1, '2017-12-01 12:32:09', '2017-12-01 14:32:09', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Myths & Facts', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2017-12-01 12:32:09', '2017-12-01 14:32:09', '', 68, 'http://localhost/repositorio-kanecountyhealth-web/web/68-revision-v1', 0, 'revision', '', 0),
(70, 1, '2017-12-01 12:35:18', '2017-12-01 14:35:18', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Resources', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2017-12-01 12:35:18', '2017-12-01 14:35:18', '', 65, 'http://localhost/repositorio-kanecountyhealth-web/web/65-revision-v1', 0, 'revision', '', 0),
(71, 1, '2017-12-01 12:35:37', '2017-12-01 14:35:37', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'Statistics', '', 'inherit', 'closed', 'closed', '', '66-revision-v1', '', '', '2017-12-01 12:35:37', '2017-12-01 14:35:37', '', 66, 'http://localhost/repositorio-kanecountyhealth-web/web/66-revision-v1', 0, 'revision', '', 0),
(72, 1, '2017-12-01 14:43:05', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 14:43:05', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&p=72', 0, 'cta', '', 0),
(73, 1, '2017-12-01 14:46:16', '2017-12-01 16:46:16', '', 'Call to Action - fields', '', 'publish', 'closed', 'closed', '', 'acf_call-to-action-fields', '', '', '2017-12-01 18:41:29', '2017-12-01 20:41:29', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=73', 0, 'acf', '', 0),
(74, 1, '2017-12-01 14:46:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 14:46:17', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&p=74', 0, 'cta', '', 0),
(75, 1, '2017-12-01 14:46:34', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 14:46:34', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&p=75', 0, 'cta', '', 0),
(76, 1, '2017-12-01 14:47:17', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 14:47:17', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&p=76', 0, 'cta', '', 0),
(77, 1, '2017-12-01 15:07:06', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 15:07:06', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&p=77', 0, 'cta', '', 0),
(78, 1, '2017-12-01 15:13:46', '2017-12-01 17:13:46', 'Community Crisis Center P.O. Box 1390 Elgin, IL 60121\r\n\r\nBusiness Line 1-847-742-4088 Domestic Violence - Sexual Assault 24 Hotline', 'HELP LINE INFORMATION', '', 'publish', 'open', 'open', '', 'help-line-information', '', '', '2017-12-01 16:47:43', '2017-12-01 18:47:43', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=78', 0, 'cta', '', 0),
(79, 1, '2017-12-01 15:13:46', '2017-12-01 17:13:46', 'Community Crisis Center P.O. Box 1390 Elgin, IL 60121\r\nBusiness Line 1-847-742-4088 Domestic Violence - Sexual Assault 24 Hotline', 'HELP LINE INFORMATION', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2017-12-01 15:13:46', '2017-12-01 17:13:46', '', 78, 'http://localhost/repositorio-kanecountyhealth-web/web/78-revision-v1', 0, 'revision', '', 0),
(80, 1, '2017-12-01 15:49:48', '2017-12-01 17:49:48', '', 'ADD US ON SNAPCHAT', '', 'trash', 'open', 'open', '', '__trashed', '', '', '2017-12-01 15:49:48', '2017-12-01 17:49:48', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=80', 0, 'cta', '', 0),
(81, 1, '2017-12-01 15:25:38', '2017-12-01 17:25:38', 'Get updates \r\nand news!\r\n', 'ADD US ON SNAPCHAT', '', 'publish', 'open', 'open', '', 'add-us-on-snapchat', '', '', '2017-12-01 15:25:38', '2017-12-01 17:25:38', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=81', 0, 'cta', '', 0),
(82, 1, '2017-12-01 15:25:38', '2017-12-01 17:25:38', 'Get updates \r\nand news!\r\n', 'ADD US ON SNAPCHAT', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2017-12-01 15:25:38', '2017-12-01 17:25:38', '', 81, 'http://localhost/repositorio-kanecountyhealth-web/web/81-revision-v1', 0, 'revision', '', 0),
(83, 1, '2017-12-01 15:25:41', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2017-12-01 15:25:41', '0000-00-00 00:00:00', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?p=83', 0, 'post', '', 0),
(84, 1, '2017-12-01 15:26:29', '2017-12-01 17:26:29', 'How many Teen Pregnancies\r\nhappen each year?', 'TAKE THE QUIZ', '', 'publish', 'open', 'open', '', 'take-the-quiz', '', '', '2017-12-01 17:24:04', '2017-12-01 19:24:04', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=84', 0, 'cta', '', 0),
(85, 1, '2017-12-01 15:28:12', '2017-12-01 17:28:12', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.\r\n', 'LGBTQI RESOURCES', '', 'publish', 'open', 'open', '', 'lgbtqi-resources', '', '', '2017-12-01 15:28:12', '2017-12-01 17:28:12', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=85', 0, 'cta', '', 0),
(86, 1, '2017-12-01 15:29:26', '2017-12-01 17:29:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.\r\n', 'ANOTHER RESOURCE', '', 'publish', 'open', 'open', '', 'another-resource', '', '', '2017-12-01 15:29:26', '2017-12-01 17:29:26', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=86', 0, 'cta', '', 0),
(87, 1, '2017-12-01 15:30:26', '2017-12-01 17:30:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'ANOTHER RESOURCE', '', 'publish', 'open', 'open', '', 'another-resource-2', '', '', '2017-12-01 15:30:26', '2017-12-01 17:30:26', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=cta&#038;p=87', 0, 'cta', '', 0),
(88, 1, '2017-12-01 15:26:29', '2017-12-01 17:26:29', 'How many Teen Pregnancies \r\nhappen each year?', 'TAKE THE QUIZ', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-12-01 15:26:29', '2017-12-01 17:26:29', '', 84, 'http://localhost/repositorio-kanecountyhealth-web/web/84-revision-v1', 0, 'revision', '', 0),
(89, 1, '2017-12-01 15:27:31', '2017-12-01 17:27:31', 'How many Teen Pregnancies \r\nhappen each year?', 'TAKE THE QUIZ', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-12-01 15:27:31', '2017-12-01 17:27:31', '', 84, 'http://localhost/repositorio-kanecountyhealth-web/web/84-revision-v1', 0, 'revision', '', 0),
(90, 1, '2017-12-01 15:28:12', '2017-12-01 17:28:12', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.\r\n', 'LGBTQI RESOURCES', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2017-12-01 15:28:12', '2017-12-01 17:28:12', '', 85, 'http://localhost/repositorio-kanecountyhealth-web/web/85-revision-v1', 0, 'revision', '', 0),
(91, 1, '2017-12-01 15:29:26', '2017-12-01 17:29:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.\r\n', 'ANOTHER RESOURCE', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2017-12-01 15:29:26', '2017-12-01 17:29:26', '', 86, 'http://localhost/repositorio-kanecountyhealth-web/web/86-revision-v1', 0, 'revision', '', 0),
(92, 1, '2017-12-01 15:30:26', '2017-12-01 17:30:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras dapibus vulputate diam eu pretium.', 'ANOTHER RESOURCE', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2017-12-01 15:30:26', '2017-12-01 17:30:26', '', 87, 'http://localhost/repositorio-kanecountyhealth-web/web/87-revision-v1', 0, 'revision', '', 0),
(93, 1, '2017-12-01 15:49:48', '2017-12-01 17:49:48', '', 'ADD US ON SNAPCHAT', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2017-12-01 15:49:48', '2017-12-01 17:49:48', '', 80, 'http://localhost/repositorio-kanecountyhealth-web/web/80-revision-v1', 0, 'revision', '', 0),
(94, 1, '2017-12-01 15:50:53', '2017-12-01 17:50:53', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 15:50:53', '2017-12-01 17:50:53', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(95, 1, '2017-12-01 17:24:04', '2017-12-01 19:24:04', 'How many Teen Pregnancies\r\nhappen each year?', 'TAKE THE QUIZ', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2017-12-01 17:24:04', '2017-12-01 19:24:04', '', 84, 'http://localhost/repositorio-kanecountyhealth-web/web/84-revision-v1', 0, 'revision', '', 0),
(96, 1, '2017-12-01 17:28:48', '2017-12-01 19:28:48', '', 'Home - More info posts', '', 'publish', 'closed', 'closed', '', 'acf_home-more-info-posts', '', '', '2017-12-01 17:34:05', '2017-12-01 19:34:05', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=96', 0, 'acf', '', 0),
(97, 1, '2017-12-01 17:29:49', '2017-12-01 19:29:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 17:29:49', '2017-12-01 19:29:49', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(98, 1, '2017-12-01 17:34:51', '2017-12-01 19:34:51', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 17:34:51', '2017-12-01 19:34:51', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(99, 1, '2017-12-01 17:41:06', '2017-12-01 19:41:06', '', 'Home - Social Media', '', 'publish', 'closed', 'closed', '', 'acf_home-social-media', '', '', '2017-12-01 17:41:06', '2017-12-01 19:41:06', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=99', 0, 'acf', '', 0),
(100, 1, '2017-12-01 17:42:43', '2017-12-01 19:42:43', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 17:42:43', '2017-12-01 19:42:43', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(101, 1, '2017-12-01 17:56:13', '2017-12-01 19:56:13', '', 'Home - Banner full', '', 'publish', 'closed', 'closed', '', 'acf_home-banner-full', '', '', '2017-12-01 18:01:19', '2017-12-01 20:01:19', '', 0, 'http://localhost/repositorio-kanecountyhealth-web/web/?post_type=acf&#038;p=101', 0, 'acf', '', 0),
(102, 1, '2017-12-01 17:59:02', '2017-12-01 19:59:02', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 17:59:02', '2017-12-01 19:59:02', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(103, 1, '2017-12-01 18:01:34', '2017-12-01 20:01:34', '', 'Home', '', 'inherit', 'closed', 'closed', '', '4-revision-v1', '', '', '2017-12-01 18:01:34', '2017-12-01 20:01:34', '', 4, 'http://localhost/repositorio-kanecountyhealth-web/web/4-revision-v1', 0, 'revision', '', 0),
(104, 1, '2017-12-04 18:07:35', '2017-12-04 20:07:35', 'A girl may begin releasing an egg 14 days before her first period so it is possible to get pregnant even if she hasn’t had a period yet.', 'A girl can get pregnant before she has her first period.', '', 'inherit', 'closed', 'closed', '', '28-autosave-v1', '', '', '2017-12-04 18:07:35', '2017-12-04 20:07:35', '', 28, 'http://localhost/repositorio-kanecountyhealth-web/web/28-autosave-v1', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  `term_order` int(4) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`, `term_order`) VALUES
(1, 'Sem categoria', 'sem-categoria', 0, 2),
(2, 'yes', 'yes', 0, 0),
(3, 'Highlight', 'highlight', 0, 1),
(4, 'Highlight', 'highlight', 0, 0),
(7, 'menu', 'menu', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

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'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(30, 2, 0),
(30, 4, 0),
(31, 2, 0),
(31, 4, 0),
(32, 2, 0),
(32, 4, 0),
(33, 2, 0),
(33, 4, 0),
(34, 2, 0),
(34, 4, 0),
(56, 7, 0),
(57, 7, 0),
(58, 7, 0),
(60, 7, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'highlight', '', 0, 5),
(3, 3, 'category', '', 0, 0),
(4, 4, 'category-say-no', '', 0, 5),
(7, 7, 'nav_menu', '', 0, 4);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'cappen'),
(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', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:3:{s:64:\"4207ca935ffb65e4d9ed27d7eafeadad3cfd2eee405e407155e2c6dd4203afd8\";a:4:{s:10:\"expiration\";i:1512589728;s:2:\"ip\";s:14:\"186.223.139.10\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512416928;}s:64:\"88c556fce4d6a89d5accc77e1508b9da032d0824dd898393f855a2a0cbcf3bfe\";a:4:{s:10:\"expiration\";i:1512589738;s:2:\"ip\";s:14:\"186.223.139.10\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512416938;}s:64:\"9377a0279ad47165acc5b3dfbe80f2ce918495b178e388a39ca39d0101e0a090\";a:4:{s:10:\"expiration\";i:1512590754;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36\";s:5:\"login\";i:1512417954;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '3'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:2:\"::\";}'),
(19, 1, 'wp_user-settings', 'editor=tinymce&libraryContent=upload&editor_expand=on'),
(20, 1, 'wp_user-settings-time', '1512160899'),
(21, 1, 'closedpostboxes_statistics', 'a:0:{}'),
(22, 1, 'metaboxhidden_statistics', 'a:7:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:13:\"trackbacksdiv\";i:3;s:10:\"postcustom\";i:4;s:16:\"commentstatusdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),
(23, 1, 'closedpostboxes_faq', 'a:0:{}'),
(24, 1, 'closedpostboxes_faq', 'a:0:{}'),
(25, 1, 'metaboxhidden_faq', 'a:8:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:11:\"postexcerpt\";i:3;s:13:\"trackbacksdiv\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:7:\"slugdiv\";i:7;s:9:\"authordiv\";}'),
(26, 1, 'closedpostboxes_acf', 'a:0:{}'),
(27, 1, 'closedpostboxes_acf', 'a:0:{}'),
(28, 1, 'metaboxhidden_acf', 'a:1:{i:0;s:7:\"slugdiv\";}'),
(29, 1, 'closedpostboxes_myths', 'a:0:{}'),
(30, 1, 'metaboxhidden_myths', 'a:10:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:6:\"acf_20\";i:3;s:11:\"postexcerpt\";i:4;s:13:\"trackbacksdiv\";i:5;s:10:\"postcustom\";i:6;s:16:\"commentstatusdiv\";i:7;s:11:\"commentsdiv\";i:8;s:7:\"slugdiv\";i:9;s:9:\"authordiv\";}'),
(31, 1, 'closedpostboxes_say-no', 'a:1:{i:0;s:9:\"formatdiv\";}'),
(32, 1, 'closedpostboxes_say-no', 'a:1:{i:0;s:9:\"formatdiv\";}'),
(33, 1, 'closedpostboxes_say-no', 'a:1:{i:0;s:9:\"formatdiv\";}'),
(34, 1, 'metaboxhidden_say-no', 'a:10:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:6:\"acf_20\";i:3;s:11:\"postexcerpt\";i:4;s:13:\"trackbacksdiv\";i:5;s:10:\"postcustom\";i:6;s:16:\"commentstatusdiv\";i:7;s:11:\"commentsdiv\";i:8;s:7:\"slugdiv\";i:9;s:9:\"authordiv\";}'),
(35, 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\";}'),
(36, 1, 'metaboxhidden_nav-menus', 'a:5:{i:0;s:24:\"add-post-type-statistics\";i:1;s:17:\"add-post-type-faq\";i:2;s:20:\"add-post-type-say-no\";i:3;s:12:\"add-post_tag\";i:4;s:19:\"add-category-say-no\";}'),
(37, 1, 'closedpostboxes_page', 'a:3:{i:0;s:6:\"acf_61\";i:1;s:6:\"acf_99\";i:2;s:6:\"acf_96\";}'),
(38, 1, 'metaboxhidden_page', 'a:10:{i:0;s:13:\"pageparentdiv\";i:1;s:6:\"acf_73\";i:2;s:6:\"acf_50\";i:3;s:6:\"acf_63\";i:4;s:6:\"acf_20\";i:5;s:10:\"postcustom\";i:6;s:16:\"commentstatusdiv\";i:7;s:11:\"commentsdiv\";i:8;s:7:\"slugdiv\";i:9;s:9:\"authordiv\";}'),
(39, 1, 'closedpostboxes_slider', 'a:0:{}'),
(40, 1, 'metaboxhidden_slider', 'a:11:{i:0;s:9:\"formatdiv\";i:1;s:13:\"pageparentdiv\";i:2;s:6:\"acf_61\";i:3;s:6:\"acf_50\";i:4;s:6:\"acf_20\";i:5;s:11:\"postexcerpt\";i:6;s:13:\"trackbacksdiv\";i:7;s:10:\"postcustom\";i:8;s:16:\"commentstatusdiv\";i:9;s:7:\"slugdiv\";i:10;s:9:\"authordiv\";}'),
(41, 1, 'closedpostboxes_cta', 'a:1:{i:0;s:6:\"acf_73\";}'),
(42, 1, 'metaboxhidden_cta', 'a:15:{i:0;s:9:\"formatdiv\";i:1;s:7:\"acf_101\";i:2;s:6:\"acf_61\";i:3;s:6:\"acf_96\";i:4;s:6:\"acf_99\";i:5;s:6:\"acf_50\";i:6;s:6:\"acf_63\";i:7;s:6:\"acf_20\";i:8;s:11:\"postexcerpt\";i:9;s:13:\"trackbacksdiv\";i:10;s:10:\"postcustom\";i:11;s:16:\"commentstatusdiv\";i:12;s:11:\"commentsdiv\";i:13;s:7:\"slugdiv\";i:14;s:9:\"authordiv\";}'),
(43, 1, 'meta-box-order_page', 'a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:127:\"acf_73,acf_61,acf_99,acf_101,acf_96,acf_50,acf_63,acf_20,revisionsdiv,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:8:\"advanced\";s:0:\"\";}'),
(44, 1, 'screen_layout_page', '2');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'cappen', '$2y$10$Ag2v0bZG.aCu1tDOPXmsdu8JiRmLvJkjrthst5yJqVPLYTr5SDa0y', 'cappen', 'dev@cappen.com', '', '2017-11-27 19:34:35', '', 0, 'cappen');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=294;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=654;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=105;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=45;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
COMMIT;

/*!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 */;
