-- phpMyAdmin SQL Dump
-- version 4.0.10.7
-- http://www.phpmyadmin.net
--
-- Host: localhost:3306
-- Generation Time: Sep 16, 2016 at 01:31 PM
-- Server version: 5.6.29-log
-- PHP Version: 5.4.31

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
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 utf8 */;

--
-- Database: `healt293_wptest`
--

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

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

CREATE TABLE IF NOT EXISTS `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=25 ;

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

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

CREATE TABLE IF NOT EXISTS `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

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

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

CREATE TABLE IF NOT EXISTS `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

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

CREATE TABLE IF NOT EXISTS `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=21613 ;

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

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://www.grieffree.org', 'yes'),
(2, 'home', 'http://www.grieffree.org', 'yes'),
(3, 'blogname', 'GriefFree.org', 'yes'),
(4, 'blogdescription', 'Revolutionary Healthy Grieving Programs Explore Grief', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'designingfever@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '2', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(29, 'hack_file', '0', 'yes'),
(30, 'blog_charset', 'UTF-8', 'yes'),
(31, 'moderation_keys', '', 'no'),
(32, 'active_plugins', 'a:13:{i:0;s:19:"akismet/akismet.php";i:1;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:2;s:37:"breadcrumb-navxt/breadcrumb-navxt.php";i:3;s:24:"composer/js_composer.php";i:4;s:36:"contact-form-7/wp-contact-form-7.php";i:5;s:29:"custom-login/custom-login.php";i:6;s:28:"page-excerpt/pageExcerpt.php";i:7;s:23:"revslider/revslider.php";i:8;s:31:"sf-move-login/sf-move-login.php";i:9;s:36:"testimonials-showcase/ttshowcase.php";i:10;s:59:"ultimate-social-media-icons/ultimate_social_media_icons.php";i:11;s:27:"woosidebars/woosidebars.php";i:12;s:35:"wp-super-minify/wp-super-minify.php";}', 'yes'),
(33, 'category_base', '', 'yes'),
(34, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(35, 'comment_max_links', '2', 'yes'),
(36, 'gmt_offset', '0', 'yes'),
(37, 'default_email_category', '1', 'yes'),
(38, 'recently_edited', 'a:5:{i:0;s:78:"/home/healt293/public_html/grieffree.org/wp-content/themes/Grieffree/style.css";i:2;s:76:"/home/healt293/public_html/grieffree.org/wp-content/themes/Grieffree/rtl.css";i:3;s:95:"/home/healt293/public_html/grieffree.org/wp-content/plugins/wp-super-minify/wp-super-minify.php";i:4;s:82:"/home/healt293/public_html/grieffree.org/wp-content/themes/Grieffree/functions.php";i:5;s:76:"/home/healt293/public_html/grieffree.org/wp-content/themes/Grieffree/404.php";}', 'no'),
(39, 'template', 'Grieffree', 'yes'),
(40, 'stylesheet', 'Grieffree', 'yes'),
(41, 'comment_whitelist', '1', 'yes'),
(42, 'blacklist_keys', '', 'no'),
(43, 'comment_registration', '0', 'yes'),
(44, 'html_type', 'text/html', 'yes'),
(45, 'use_trackback', '0', 'yes'),
(46, 'default_role', 'subscriber', 'yes'),
(47, 'db_version', '37965', 'yes'),
(48, 'uploads_use_yearmonth_folders', '1', 'yes'),
(49, 'upload_path', '', 'yes'),
(50, 'blog_public', '1', 'yes'),
(51, 'default_link_category', '2', 'yes'),
(52, 'show_on_front', 'page', 'yes'),
(53, 'tag_base', '', 'yes'),
(54, 'show_avatars', '1', 'yes'),
(55, 'avatar_rating', 'G', 'yes'),
(56, 'upload_url_path', '', 'yes'),
(57, 'thumbnail_size_w', '150', 'yes'),
(58, 'thumbnail_size_h', '150', 'yes'),
(59, 'thumbnail_crop', '1', 'yes'),
(60, 'medium_size_w', '300', 'yes'),
(61, 'medium_size_h', '300', 'yes'),
(62, 'avatar_default', 'mystery', 'yes'),
(63, 'large_size_w', '1024', 'yes'),
(64, 'large_size_h', '1024', 'yes'),
(65, 'image_default_link_type', 'none', 'yes'),
(66, 'image_default_size', '', 'yes'),
(67, 'image_default_align', '', 'yes'),
(68, 'close_comments_for_old_posts', '0', 'yes'),
(69, 'close_comments_days_old', '14', 'yes'),
(70, 'thread_comments', '1', 'yes'),
(71, 'thread_comments_depth', '5', 'yes'),
(72, 'page_comments', '0', 'yes'),
(73, 'comments_per_page', '50', 'yes'),
(74, 'default_comments_page', 'newest', 'yes'),
(75, 'comment_order', 'asc', 'yes'),
(76, 'sticky_posts', 'a:0:{}', 'yes'),
(77, 'widget_categories', 'a:2:{i:4;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'),
(78, 'widget_text', 'a:10:{i:1;a:3:{s:5:"title";s:9:"Brochures";s:4:"text";s:337:"<a href="#" class="sidebar-file-button"><i class="fa fa-file-pdf-o"></i> <span>financial-services.PDF</span></a>\r\n\r\n<a href="#" class="sidebar-file-button"><i class="fa fa-file-pdf-o"></i> <span>family-law.PDF</span></a>\r\n\r\n<a href="#" class="sidebar-file-button"><i class="fa fa-file-word-o"></i> <span>Car-Accidents.DOC</span></a>\r\n\r\n ";s:6:"filter";b:0;}i:10;a:3:{s:5:"title";s:13:"Our Brochures";s:4:"text";s:337:"<a href="#" class="sidebar-file-button"><i class="fa fa-file-pdf-o"></i> <span>financial-services.PDF</span></a>\r\n\r\n<a href="#" class="sidebar-file-button"><i class="fa fa-file-pdf-o"></i> <span>family-law.PDF</span></a>\r\n\r\n<a href="#" class="sidebar-file-button"><i class="fa fa-file-word-o"></i> <span>Car-Accidents.DOC</span></a>\r\n\r\n ";s:6:"filter";b:0;}i:11;a:3:{s:5:"title";s:0:"";s:4:"text";s:617:"<ul class="header-contact-wrapper">\r\n	<li>\r\n		<div class="contact-box">\r\n			<div class="">\r\n				<a href="mailto: info@grieffree.com"><i ><img src="http://www.grieffree.org/wp-content/uploads/2016/04/grieffree-mail.png" /></i></a>\r\n</div>\r\n		</div>\r\n	</li>\r\n<li>\r\n<form style="margin-top:10px;" role="search" method="get" action="http://www.grieffree.org/">\r\n   <div class="search1">\r\n      <input value="" name="s" type="text" class="searchTerm1" \r\n\r\nplaceholder="Search for:">\r\n      <button type="submit" class="searchButton1">\r\n        <i class="fa fa-search"></i>\r\n     </button>\r\n   </div>\r\n</form>\r\n</li>\r\n</ul>";s:6:"filter";b:0;}i:16;a:3:{s:5:"title";s:16:"Grieffree Office";s:4:"text";s:586:"<div class="textwidget"><div class="contact-info-box"><div class="contact-info-item"><div class="contact-text"><i class="fa fa-map-marker"></i></div><div class="contact-value">2898 W. Long Circle Unit A,<br> Littleton, CO 80120.</div></div><div class="contact-info-item"><div class="contact-text"><i class="fa fa-phone"></i></div><div class="contact-value">303-339-0807</div></div><div class="contact-info-item"><div class="contact-text"><i class="fa fa-envelope"></i></div><div class="contact-value"><a href="mailto:info@grieffree.org">info-at-grieffree.org</a></div></div></div></div>";s:6:"filter";b:0;}i:18;a:3:{s:5:"title";s:8:"About Us";s:4:"text";s:526:"Unresolved grief can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The Healthy Grieving Programs offer amazing yet simple methods that can resolve the underlying issues of grief and can positively impact a person’s life in a very short period of time.\r\n<br/>\r\n<a href="http://www.grieffree.org/about-us/">Read More</a>";s:6:"filter";b:0;}i:19;a:3:{s:5:"title";s:16:"Explore Our Site";s:4:"text";s:636:"<ul>\r\n			<li class="page_item page-item-33 current_page_item"><a href="http://www.grieffree.org/">Home</a></li>\r\n<li class="page_item page-item-2"><a href="http://www.grieffree.org/about-us/">About Us</a></li>\r\n<li class="page_item page-item-2"><a href="http://www.grieffree.org/the-healthy-grieving-process/what-is-healthy-grieving/">The Healthy Grieving Programs</a></li>\r\n<li class="page_item page-item-2"><a href="http://www.grieffree.org/how-to-get-grief-support/">How to Get Grief Support</a></li>\r\n<li class="page_item page-item-2"><a href="http://www.grieffree.org/professional-training/">Professional Training</a></li>\r\n		</ul>";s:6:"filter";b:0;}i:23;a:3:{s:5:"title";s:0:"";s:4:"text";s:1860:"<div class="wpb_widgetised_column wpb_content_element"><div class="wpb_wrapper"><ul><li id="text-24" class="widget widget_text"><h2 class="widgettitle">Healthy Grieving Directory</h2><div class="textwidget"><h5 class="widget-title">Please check out the following pages for more information about Healthy Grieving</h5></div></li><li id="nav_menu-2" class="widget widget_nav_menu"><div class="menu-custom-container"><ul id="menu-custom" class="menu"><li id="menu-item-1116" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1116"><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Understanding The Healthy Grieving Process</a></li><li id="menu-item-1117" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1117"><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">The Healthy Grieving Process</a></li><li id="menu-item-1118" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1118"><a href="http://www.grieffree.org/the-healthy-grieving-process/applications/">The Healthy Grieving Process: Diverse Applications</a></li><li id="menu-item-1119" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1119"><a href="http://www.grieffree.org/the-healthy-grieving-process/worksheet-examples/">The Healthy Grieving Process: Worksheet Examples</a></li><li id="menu-item-1120" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1120"><a href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">Being A Victim</a></li><li id="menu-item-1121" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1121"><a href="http://www.grieffree.org/personal-testimonials/">Personal Testimonials</a></li></ul></div></li></ul></div></div>";s:6:"filter";b:0;}i:24;a:3:{s:5:"title";s:26:"Healthy Grieving Directory";s:4:"text";s:110:"<h5 class="widget-title">Please check out the following pages for more information about Healthy Grieving</h5>";s:6:"filter";b:0;}i:25;a:3:{s:5:"title";s:0:"";s:4:"text";s:0:"";s:6:"filter";b:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(80, 'uninstall_plugins', 'a:1:{s:59:"ultimate-social-media-icons/ultimate_social_media_icons.php";s:20:"sfsi_Unistall_plugin";}', 'no'),
(81, 'timezone_string', '', 'yes'),
(82, 'page_for_posts', '0', 'yes'),
(83, 'page_on_front', '33', 'yes'),
(84, 'default_post_format', '0', 'yes'),
(85, 'link_manager_enabled', '0', 'yes'),
(86, 'finished_splitting_shared_terms', '1', 'yes'),
(87, 'site_icon', '0', 'yes'),
(88, 'medium_large_size_w', '768', 'yes'),
(89, 'medium_large_size_h', '0', 'yes'),
(90, 'initial_db_version', '35700', 'yes'),
(91, 'wp_user_roles', 'a:5:{s:13:"administrator";a:2:{s:4:"name";s:13:"Administrator";s:12:"capabilities";a:72:{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:16:"aiosp_manage_seo";b:1;s:31:"vc_access_rules_post_types/post";b:1;s:26:"vc_access_rules_post_types";s:6:"custom";s:30:"vc_access_rules_backend_editor";b:1;s:31:"vc_access_rules_frontend_editor";b:1;s:29:"vc_access_rules_post_settings";b:1;s:24:"vc_access_rules_settings";b:1;s:25:"vc_access_rules_templates";b:1;s:26:"vc_access_rules_shortcodes";b:1;s:23:"vc_access_rules_presets";b:1;s:31:"vc_access_rules_post_types/page";b:1;}}s:6:"editor";a:2:{s:4:"name";s:6:"Editor";s:12:"capabilities";a:41:{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:26:"vc_access_rules_post_types";b:1;s:30:"vc_access_rules_backend_editor";b:1;s:31:"vc_access_rules_frontend_editor";b:1;s:29:"vc_access_rules_post_settings";b:1;s:25:"vc_access_rules_templates";b:1;s:26:"vc_access_rules_shortcodes";b:1;s:23:"vc_access_rules_presets";b:1;}}s:6:"author";a:2:{s:4:"name";s:6:"Author";s:12:"capabilities";a:17:{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:26:"vc_access_rules_post_types";b:1;s:30:"vc_access_rules_backend_editor";b:1;s:31:"vc_access_rules_frontend_editor";b:1;s:29:"vc_access_rules_post_settings";b:1;s:25:"vc_access_rules_templates";b:1;s:26:"vc_access_rules_shortcodes";b:1;s:23:"vc_access_rules_presets";b:1;}}s:11:"contributor";a:2:{s:4:"name";s:11:"Contributor";s:12:"capabilities";a:12:{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:26:"vc_access_rules_post_types";b:1;s:30:"vc_access_rules_backend_editor";b:1;s:31:"vc_access_rules_frontend_editor";b:1;s:29:"vc_access_rules_post_settings";b:1;s:25:"vc_access_rules_templates";b:1;s:26:"vc_access_rules_shortcodes";b:1;s:23:"vc_access_rules_presets";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'),
(92, 'widget_search', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(93, 'widget_recent-posts', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(94, 'widget_recent-comments', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(95, 'widget_archives', 'a:2:{i:4;a:3:{s:5:"title";s:0:"";s:5:"count";i:0;s:8:"dropdown";i:0;}s:12:"_multiwidget";i:1;}', 'yes'),
(96, 'widget_meta', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(97, 'sidebars_widgets', 'a:11:{s:4:"test";a:0:{}s:19:"wp_inactive_widgets";a:0:{}s:7:"sidebar";a:2:{i:0;s:7:"text-24";i:1;s:10:"nav_menu-2";}s:9:"sidebar-1";a:4:{i:0;s:7:"text-23";i:1;s:11:"wpc_posts-2";i:2;s:10:"archives-4";i:3;s:12:"categories-4";}s:9:"sidebar-2";a:2:{i:0;s:10:"nav_menu-5";i:1;s:7:"text-10";}s:12:"header-right";a:1:{i:0;s:7:"text-11";}s:8:"footer-1";a:1:{i:0;s:7:"text-18";}s:8:"footer-2";a:1:{i:0;s:7:"text-19";}s:8:"footer-3";a:2:{i:0;s:7:"text-16";i:1;s:13:"sfsi-widget-2";}s:8:"footer-4";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(99, 'widget_pages', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(100, 'widget_calendar', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(101, 'widget_tag_cloud', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(102, 'widget_nav_menu', 'a:4:{i:1;a:2:{s:5:"title";s:13:"Our Practices";s:8:"nav_menu";i:4;}i:2;a:1:{s:8:"nav_menu";i:4;}i:5;a:2:{s:5:"title";s:13:"Firm Overview";s:8:"nav_menu";i:20;}s:12:"_multiwidget";i:1;}', 'yes'),
(103, 'cron', 'a:8:{i:1474078640;a:1:{s:35:"custom_login_daily_scheduled_events";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1474090527;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:1474090529;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:1474120760;a:1:{s:24:"akismet_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1474133825;a:1:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1474140774;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:1474424240;a:2:{s:36:"custom_login_weekly_scheduled_events";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}s:31:"aiosp_sitemap_daily_update_cron";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}s:7:"version";i:2;}', 'yes'),
(138, '_transient_twentysixteen_categories', '1', 'yes'),
(144, '_site_transient_update_themes', 'O:8:"stdClass":4:{s:12:"last_checked";i:1474048008;s:7:"checked";a:1:{s:9:"Grieffree";s:5:"1.1.0";}s:8:"response";a:0:{}s:12:"translations";a:0:{}}', 'no'),
(145, 'theme_mods_twentysixteen', 'a:1:{s:16:"sidebars_widgets";a:2:{s:4:"time";i:1452970391;s:4:"data";a:2:{s:19:"wp_inactive_widgets";a:0:{}s:9:"sidebar-1";a:6:{i:0;s:8:"search-2";i:1;s:14:"recent-posts-2";i:2;s:17:"recent-comments-2";i:3;s:10:"archives-2";i:4;s:12:"categories-2";i:5;s:6:"meta-2";}}}}', 'yes'),
(146, 'current_theme', 'HumanRights (shared on wplocker.com)', 'yes'),
(147, 'theme_mods_Grieffree', 'a:2:{i:0;b:0;s:18:"nav_menu_locations";a:3:{s:7:"primary";i:2;s:6:"topbar";N;s:6:"footer";N;}}', 'yes'),
(148, 'theme_switched', '', 'yes'),
(149, 'redux-framework-tracking', 'a:3:{s:8:"dev_mode";b:0;s:4:"hash";s:32:"47905e4a2067a1678836c234c4a0ceb9";s:14:"allow_tracking";s:2:"no";}', 'yes'),
(150, 'widget_wpc_posts', 'a:3:{i:1;a:3:{s:5:"title";s:11:"Recent News";s:6:"number";i:4;s:10:"post_order";s:4:"date";}i:2;a:3:{s:5:"title";s:11:"Recent News";s:6:"number";i:4;s:10:"post_order";s:4:"date";}s:12:"_multiwidget";i:1;}', 'yes'),
(152, 'wpc_options', 'a:68:{s:8:"last_tab";s:0:"";s:9:"site_logo";a:5:{s:3:"url";s:78:"http://www.grieffree.org/wp-content/uploads/2016/02/grieffree-updated-Logo.png";s:2:"id";s:4:"1087";s:6:"height";s:2:"53";s:5:"width";s:3:"230";s:9:"thumbnail";s:78:"http://www.grieffree.org/wp-content/uploads/2016/02/grieffree-updated-Logo.png";}s:16:"site_logo_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:16:"site_logo_margin";a:5:{s:10:"margin-top";s:4:"24px";s:12:"margin-right";s:1:"0";s:13:"margin-bottom";s:0:"";s:11:"margin-left";s:1:"0";s:5:"units";s:2:"px";}s:12:"site_favicon";a:5:{s:3:"url";s:63:"http://www.grieffree.org/wp-content/uploads/2016/01/favicon.png";s:2:"id";s:2:"51";s:6:"height";s:2:"29";s:5:"width";s:2:"29";s:9:"thumbnail";s:63:"http://www.grieffree.org/wp-content/uploads/2016/01/favicon.png";}s:16:"site_iphone_icon";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:23:"site_iphone_icon_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:14:"site_ipad_icon";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:21:"site_ipad_icon_retina";a:5:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}s:13:"page_comments";s:0:"";s:10:"site_boxed";s:1:"0";s:11:"page_layout";s:10:"no-sidebar";s:14:"archive_layout";s:13:"right-sidebar";s:11:"blog_layout";s:13:"right-sidebar";s:18:"single_shop_layout";s:13:"right-sidebar";s:17:"woo_single_header";s:1:"0";s:13:"primary_color";s:7:"#52071b";s:15:"secondary_color";s:7:"#b00f14";s:10:"meta_color";s:7:"#f4f3ee";s:7:"body_bg";a:7:{s:16:"background-color";s:7:"#ffffff";s:17:"background-repeat";s:0:"";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:16:"background-image";s:0:"";s:5:"media";a:4:{s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:8:"boxed_bg";a:7:{s:16:"background-color";s:7:"#333333";s:17:"background-repeat";s:6:"repeat";s:15:"background-size";s:7:"inherit";s:21:"background-attachment";s:7:"inherit";s:19:"background-position";s:8:"left top";s:16:"background-image";s:0:"";s:5:"media";a:4:{s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:91:"http://demo.wpcharming.com/humanrights/wp-content/uploads/2015/02/footer_lodyas-150x150.png";}}s:9:"font_body";a:9:{s:11:"font-family";s:9:"Open Sans";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-weight";s:0:"";s:10:"font-style";s:0:"";s:7:"subsets";s:0:"";s:10:"text-align";s:0:"";s:9:"font-size";s:4:"14px";s:5:"color";s:7:"#555555";}s:12:"font_heading";a:7:{s:11:"font-family";s:15:"Source Sans Pro";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:7:"subsets";s:0:"";s:10:"text-align";s:0:"";s:14:"letter-spacing";s:0:"";s:5:"color";s:0:"";}s:12:"header_fixed";s:1:"0";s:13:"header_social";s:1:"0";s:17:"header_use_social";a:9:{s:7:"twitter";s:0:"";s:8:"facebook";s:0:"";s:8:"linkedin";s:0:"";s:9:"pinterest";s:9:"Pinterest";s:6:"google";s:6:"Google";s:9:"instagram";s:9:"Instagram";s:6:"flickr";s:6:"Flickr";s:7:"youtube";s:7:"Youtube";s:5:"email";s:0:"";}s:20:"enable_header_widget";s:1:"1";s:23:"header_right_margin_top";a:5:{s:10:"margin-top";s:0:"";s:12:"margin-right";s:1:"0";s:13:"margin-bottom";s:1:"0";s:11:"margin-left";s:1:"0";s:5:"units";s:2:"px";}s:19:"header_custom_style";s:1:"0";s:9:"header_bg";a:7:{s:16:"background-color";s:7:"#FFFFFF";s:17:"background-repeat";s:0:"";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:16:"background-image";s:0:"";s:5:"media";a:4:{s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:17:"header_text_color";s:7:"#777777";s:17:"header_link_color";s:7:"#777777";s:20:"header_heading_color";s:7:"#222222";s:23:"primary_menu_typography";a:10:{s:11:"font-family";s:0:"";s:12:"font-options";s:0:"";s:6:"google";s:1:"1";s:11:"font-weight";s:0:"";s:10:"font-style";s:0:"";s:7:"subsets";s:0:"";s:14:"text-transform";s:0:"";s:9:"font-size";s:4:"13px";s:14:"letter-spacing";s:0:"";s:5:"color";s:0:"";}s:15:"primary_menu_bg";a:7:{s:16:"background-color";s:7:"#770b26";s:17:"background-repeat";s:0:"";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:16:"background-image";s:0:"";s:5:"media";a:4:{s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:23:"primary_menu_border_top";a:6:{s:10:"border-top";s:3:"3px";s:12:"border-right";s:1:"0";s:13:"border-bottom";s:1:"0";s:11:"border-left";s:1:"0";s:12:"border-style";s:5:"solid";s:12:"border-color";s:7:"#770b26";}s:16:"nav_social_color";s:7:"#ffffff";s:17:"blog_single_thumb";s:1:"0";s:18:"blog_single_author";s:1:"0";s:17:"footer_newsletter";s:1:"0";s:15:"newsletter_text";s:10:"Newsletter";s:15:"newsletter_type";s:10:"feedburner";s:13:"feedburner_id";s:0:"";s:13:"mailchimp_url";s:0:"";s:13:"footer_social";s:1:"0";s:11:"social_text";s:13:"Grieffree.org";s:17:"footer_use_social";a:9:{s:7:"twitter";s:1:"1";s:8:"facebook";s:1:"1";s:8:"linkedin";s:1:"1";s:9:"pinterest";s:1:"1";s:6:"google";s:1:"1";s:9:"instagram";s:1:"1";s:6:"flickr";s:1:"1";s:7:"youtube";s:1:"1";s:5:"email";s:1:"1";}s:14:"footer_widgets";s:1:"1";s:14:"footer_columns";s:1:"3";s:16:"footer_copyright";s:203:"<span style="   text-align: center; vertical-align: middle;">Copyright 2016 Grieffree.org All rights reserved. Developed By <a href="http://designingfever.com/" target="_blank">Designing Fever</a></span>";s:19:"footer_custom_color";s:1:"1";s:9:"footer_bg";a:7:{s:16:"background-color";s:7:"#222222";s:17:"background-repeat";s:0:"";s:15:"background-size";s:0:"";s:21:"background-attachment";s:0:"";s:19:"background-position";s:0:"";s:16:"background-image";s:0:"";s:5:"media";a:4:{s:2:"id";s:0:"";s:6:"height";s:0:"";s:5:"width";s:0:"";s:9:"thumbnail";s:0:"";}}s:25:"footer_widget_title_color";s:7:"#bbbbbb";s:17:"footer_text_color";s:7:"#666666";s:17:"footer_link_color";s:7:"#777777";s:23:"footer_link_color_hover";s:7:"#ffffff";s:7:"twitter";s:20:"https://twitter.com/";s:8:"facebook";s:25:"https://www.facebook.com/";s:8:"linkedin";s:24:"https://in.linkedin.com/";s:9:"pinterest";s:25:"https://in.pinterest.com/";s:6:"google";s:24:"https://plus.google.com/";s:9:"instagram";s:32:"https://www.instagram.com/?hl=en";s:6:"flickr";s:42:"https://www.flickr.com/photos/tags/flicker";s:7:"youtube";s:23:"https://www.youtube.com";s:5:"email";s:1:"#";s:20:"site_header_tracking";s:417:"<script>\r\n  (function(i,s,o,g,r,a,m){i[''GoogleAnalyticsObject'']=r;i[r]=i[r]||function(){\r\n  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),\r\n  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)\r\n  })(window,document,''script'',''//www.google-analytics.com/analytics.js'',''ga'');\r\n\r\n  ga(''create'', ''UA-49031840-1'', ''auto'');\r\n  ga(''send'', ''pageview'');\r\n\r\n</script>";s:20:"site_footer_tracking";s:0:"";s:8:"site_css";s:2674:"                        .site-header\r\n{\r\n    padding: 17px 0px;\r\n}\r\n.wpc-menu ul li a\r\n{\r\n        color: #FDFDFD;\r\n}\r\n.entry-content .wpb_row:first-child .row_inner_wrapper {\r\n    padding-top: 17px;\r\n    }\r\n    .single .hentry\r\n    {\r\n            margin-top: 25px;\r\n    }\r\n#primary {\r\n    padding-bottom: 0px;\r\n    padding-top: 0px;\r\n    margin-top:-17px;\r\n    \r\n}\r\n.search1 {\r\n  width: 250px;\r\n  position: relative\r\n}\r\n\r\n.searchTerm1 {\r\n  float: left;\r\n  width: 100%;\r\n  border: 1px solid #ccc;;\r\n  padding: 5px;\r\n  height: 46px;\r\n  border-radius: 20px 0px 0px 20px! important;\r\n  outline: none;\r\n  color: grey;\r\n  font-size:14px;\r\n  box-shadow: inset 0px 0px 9px 0px rgba(31, 30, 30, 0.31);\r\n  margin-left: 1px;\r\n}\r\n\r\n.searchTerm1:focus{\r\n  color: grey;\r\n}\r\n\r\n.searchButton1 {\r\n  position: absolute;  \r\n  right: -50px;\r\n  width: 50px;\r\n  height: 46px;\r\n  border: 1px solid #52071b;\r\n  background: #52071b;\r\n  text-align: center;\r\n  color: #fff;\r\n  border-radius: 0px 20px 20px 0px;\r\n  cursor: pointer;\r\n  font-size: 20px;\r\n}\r\n\r\n/*Resize the wrap to see the search bar change!*/\r\n.wrap1{\r\n  width: 30%;\r\n  position: absolute;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%);\r\n}\r\n.header-right .header-contact-box .box-icon, .wpc-menu > li:hover > a, .wpc-menu > li.current-menu-item > a, .wpc-menu > li.current-menu-ancestor > a, .entry-content blockquote\r\n{\r\n  background: #61071D;  \r\n}\r\n.vc_gitem-animated-block\r\n{\r\n    display:none;\r\n}\r\n.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat\r\n{\r\nbackground-color: #A51423! important;\r\n    padding: 7px! important;\r\n    font-size: 12px! important;\r\n}\r\n.wpc-menu li li.current-menu-item a\r\n{\r\n    color: #FFFFFF! important;\r\n}\r\n.fa-navicon:before, .fa-reorder:before, .fa-bars:before\r\n{\r\n color: white;   \r\n}\r\n.box1 {\r\n    position: relative;\r\n    float: left;\r\n    margin-top:17px;\r\n}\r\n.heading1 {\r\n    color: #fff;\r\n    font-size: 17px;\r\n    background-color: #770B26;\r\n    width: 100%;\r\n    text-align: center;\r\n    padding: 20px 0px;\r\n    font-family: ''Time'';\r\n    font-weight: normal;\r\n    line-height: 100%;\r\n}\r\n.box-content1 {\r\n    padding: 17px 10px 30px 17px;\r\n    background-color: #fff;\r\n    border-bottom: 5px solid #770B26;\r\n    }\r\n    .box-img1 {\r\n    width: 100%;\r\n    padding-bottom: 10px;}\r\n    .plus1 {\r\n    background-color: #770b26;\r\n    bottom: 0;\r\n    position: absolute;\r\n    right: 0;\r\n    padding: 7px 7px 7px 7px;}\r\n    .plus1 a {\r\n    color: #fff;\r\n    font-weight: bold;\r\n    text-decoration: none;\r\n}\r\n.classlink{\r\nfont-weight: 700;\r\n}\r\n.testi\r\n{\r\npadding-top: 16px; \r\n}\r\n.wpc-menu a\r\n{\r\n    padding: 17px 15px! important;\r\n}                    ";}', 'yes'),
(153, 'wpc_options-transients', 'a:4:{s:14:"changed_values";a:1:{s:8:"site_css";s:2630:".site-header\r\n{\r\n    padding: 17px 0px;\r\n}\r\n.wpc-menu ul li a\r\n{\r\n        color: #FDFDFD;\r\n}\r\n.entry-content .wpb_row:first-child .row_inner_wrapper {\r\n    padding-top: 17px;\r\n    }\r\n    .single .hentry\r\n    {\r\n            margin-top: 25px;\r\n    }\r\n#primary {\r\n    padding-bottom: 0px;\r\n    padding-top: 0px;\r\n    margin-top:-17px;\r\n    \r\n}\r\n.search1 {\r\n  width: 250px;\r\n  position: relative\r\n}\r\n\r\n.searchTerm1 {\r\n  float: left;\r\n  width: 100%;\r\n  border: 1px solid #ccc;;\r\n  padding: 5px;\r\n  height: 46px;\r\n  border-radius: 20px 0px 0px 20px! important;\r\n  outline: none;\r\n  color: grey;\r\n  font-size:14px;\r\n  box-shadow: inset 0px 0px 9px 0px rgba(31, 30, 30, 0.31);\r\n  margin-left: 1px;\r\n}\r\n\r\n.searchTerm1:focus{\r\n  color: grey;\r\n}\r\n\r\n.searchButton1 {\r\n  position: absolute;  \r\n  right: -50px;\r\n  width: 50px;\r\n  height: 46px;\r\n  border: 1px solid #52071b;\r\n  background: #52071b;\r\n  text-align: center;\r\n  color: #fff;\r\n  border-radius: 0px 20px 20px 0px;\r\n  cursor: pointer;\r\n  font-size: 20px;\r\n}\r\n\r\n/*Resize the wrap to see the search bar change!*/\r\n.wrap1{\r\n  width: 30%;\r\n  position: absolute;\r\n  top: 50%;\r\n  left: 50%;\r\n  transform: translate(-50%, -50%);\r\n}\r\n.header-right .header-contact-box .box-icon, .wpc-menu > li:hover > a, .wpc-menu > li.current-menu-item > a, .wpc-menu > li.current-menu-ancestor > a, .entry-content blockquote\r\n{\r\n  background: #61071D;  \r\n}\r\n.vc_gitem-animated-block\r\n{\r\n    display:none;\r\n}\r\n.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat\r\n{\r\nbackground-color: #A51423! important;\r\n    padding: 7px! important;\r\n    font-size: 12px! important;\r\n}\r\n.wpc-menu li li.current-menu-item a\r\n{\r\n    color: #FFFFFF! important;\r\n}\r\n.fa-navicon:before, .fa-reorder:before, .fa-bars:before\r\n{\r\n color: white;   \r\n}\r\n.box1 {\r\n    position: relative;\r\n    float: left;\r\n    margin-top:17px;\r\n}\r\n.heading1 {\r\n    color: #fff;\r\n    font-size: 17px;\r\n    background-color: #770B26;\r\n    width: 100%;\r\n    text-align: center;\r\n    padding: 20px 0px;\r\n    font-family: ''Time'';\r\n    font-weight: normal;\r\n    line-height: 100%;\r\n}\r\n.box-content1 {\r\n    padding: 17px 10px 30px 17px;\r\n    background-color: #fff;\r\n    border-bottom: 5px solid #770B26;\r\n    }\r\n    .box-img1 {\r\n    width: 100%;\r\n    padding-bottom: 10px;}\r\n    .plus1 {\r\n    background-color: #770b26;\r\n    bottom: 0;\r\n    position: absolute;\r\n    right: 0;\r\n    padding: 7px 7px 7px 7px;}\r\n    .plus1 a {\r\n    color: #fff;\r\n    font-weight: bold;\r\n    text-decoration: none;\r\n}\r\n.classlink{\r\nfont-weight: 700;\r\n}\r\n.testi\r\n{\r\npadding-top: 16px; \r\n}\r\n.wpc-menu a\r\n{\r\n    padding: 17px 15px! important;\r\n}";}s:9:"last_save";i:1469151820;s:13:"last_compiler";i:1469150527;s:11:"last_import";i:1457207125;}', 'yes'),
(158, 'vc_version', '4.11.2', 'yes'),
(161, 'widget_bcn_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(164, 'wpcf7', 'a:3:{s:7:"version";s:3:"4.5";s:13:"bulk_validate";a:4:{s:9:"timestamp";i:1456959708;s:7:"version";s:3:"4.4";s:11:"count_valid";i:0;s:13:"count_invalid";i:1;}s:9:"recaptcha";a:1:{s:40:"6LfFGB4TAAAAAON2o9HFWTPFAhbXWhQ9QtCprAOx";s:40:"6LfFGB4TAAAAAHWs-wzDFfDLqmszpIGEfYlE39aT";}}', 'yes'),
(167, 'revslider_checktables', '1', 'yes'),
(168, 'revslider-static-css', '.tp-caption a {\ncolor:#ff7302;\ntext-shadow:none;\n-webkit-transition:all 0.2s ease-out;\n-moz-transition:all 0.2s ease-out;\n-o-transition:all 0.2s ease-out;\n-ms-transition:all 0.2s ease-out;\n}\n\n.tp-caption a:hover {\ncolor:#ffa902;\n}', 'yes'),
(169, 'revslider-update-check-short', '1473889657', 'yes'),
(170, 'widget_rev-slider-widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(173, 'woosidebars-version', '1.4.3', 'yes'),
(174, 'revslider-valid-notice', 'false', 'yes'),
(180, 'WPLANG', '', 'yes'),
(199, 'recently_activated', 'a:0:{}', 'yes'),
(208, 'category_children', 'a:0:{}', 'yes'),
(209, 'widget_akismet_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(222, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:"auto_add";a:0:{}}', 'yes'),
(241, 'widget_testimonial_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(246, 'widget_testimonialrotatorwidget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(251, 'ttshowcase_basic_settings', 'a:16:{s:8:"singular";s:11:"Testimonial";s:6:"plural";s:12:"Testimonials";s:8:"taxonomy";s:5:"Group";s:4:"slug";s:11:"testimonial";s:11:"empty_stars";s:3:"off";s:17:"thumb-small-width";s:2:"75";s:18:"thumb-small-height";s:2:"75";s:16:"thumb-small-crop";s:5:"false";s:18:"thumb-normal-width";s:3:"125";s:19:"thumb-normal-height";s:3:"125";s:17:"thumb-normal-crop";s:5:"false";s:23:"single_page_testimonial";s:2:"on";s:20:"single_page_template";s:4:"post";s:4:"next";s:9:"Next Page";s:8:"previous";s:13:"Previous Page";s:18:"custom_date_format";s:5:"d-m-Y";}', 'yes'),
(252, 'ttshowcase_front_form', '', 'yes'),
(253, 'ttshowcase_rich_snippets', '', 'yes'),
(254, 'ttshowcase_grid', '', 'yes'),
(255, 'ttshowcase_slider', 'a:14:{s:13:"display_empty";s:2:"on";s:14:"default_italic";s:3:"off";s:15:"read_more_label";s:12:"Read More...";s:17:"use_default_image";s:2:"on";s:13:"default_image";s:102:"http://www.test.grieffree.org/wp-content/plugins/testimonials-showcase/layouts/slider/imgs/default.png";s:15:"category_prefix";s:10:"Posted on:";s:10:"main-color";s:7:"#f5f5f5";s:10:"text-color";s:7:"#a50832";s:9:"box-color";s:7:"#f5f5f5";s:14:"box-text-color";s:7:"#333333";s:13:"box-sec-color";s:7:"#2c3e50";s:18:"box-sec-text-color";s:7:"#FFFFFF";s:15:"next-arrow-code";s:40:"<i class="fa fa-caret-right fa-2x" ></i>";s:15:"prev-arrow-code";s:39:"<i class="fa fa-caret-left fa-2x" ></i>";}', 'yes'),
(256, 'ttshowcase_advanced_settings', 'a:12:{s:10:"custom_css";s:309:".tt_img_left_alignment\r\n{\r\npadding-top: 10px;\r\n}\r\n.wpb_alert p:last-child, #content .wpb_alert p:last-child, .wpb_text_column p:last-child, .wpb_text_column *:last-child, #content .wpb_text_column p:last-child, #content .wpb_text_column *:last-child, .wpb_toggle_content p:last-child\r\n{\r\nmargin-top: 0px;\r\n}\r\n";s:13:"load_css_form";s:3:"off";s:19:"exclude-from-search";s:2:"on";s:12:"use_gravatar";s:3:"off";s:18:"force_aspect_ratio";s:3:"off";s:17:"render_shortcodes";s:2:"on";s:13:"render_smiles";s:3:"off";s:15:"custom_lightbox";s:0:"";s:19:"custom_lightbox_rel";s:0:"";s:14:"quote_elements";s:32:"{review_title}{quote}{read_more}";s:13:"info_elements";s:41:"{author}{subtitle}{stars}{category}{date}";s:21:"single_page_shortcode";s:0:"";}', 'yes'),
(257, 'ttshowcase_help', '', 'yes'),
(259, 'ttshowcase_groups_children', 'a:0:{}', 'yes'),
(268, 'ttshowcase_saved_shortcodes', 'a:1:{s:24:"show-testimonials-simple";a:3:{s:3:"new";s:358:"[show-testimonials orderby=''menu_order'' order=''ASC'' limit=''4'' layout=''slider'' options=''transition:fade,adaptive:false,controls:pager,pause:4000,auto:on,columns:2,theme:speech,info-position:info-below,text-alignment:left,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none,image-link:on'']";s:6:"latest";s:357:"[show-testimonials orderby=''menu_order'' order=''ASC'' limit=''4'' layout=''slider'' options=''transition:fade,adaptive:false,controls:none,pause:4000,auto:on,columns:2,theme:speech,info-position:info-below,text-alignment:left,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none,image-link:on'']";s:9:"long time";s:359:"[show-testimonials orderby=''menu_order'' order=''ASC'' limit=''4'' layout=''slider'' options=''transition:fade,adaptive:false,controls:pager,pause:11000,auto:on,columns:2,theme:speech,info-position:info-below,text-alignment:left,quote-content:short,charlimitextra:(...),display-image:on,image-size:ttshowcase_small,image-shape:circle,image-effect:none,image-link:on'']";}}', 'yes'),
(446, 'revslider-latest-version', '5.2.6', 'yes'),
(447, 'revslider-notices', 'a:4:{i:0;O:8:"stdClass":7:{s:7:"version";s:5:"4.9.9";s:4:"text";s:202:"<a href="http://revolution.themepunch.com" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.0 is out" ></a>";s:4:"code";s:10:"TPRS500-75";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:1;O:8:"stdClass":7:{s:7:"version";s:7:"5.0.4.1";s:4:"text";s:230:"<a href="http://revolution.themepunch.com/direct-customer-benefits/" target="_blank"><img src="http://updates.themepunch.tools/banners/updateto506_banner.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.0 is out" ></a>";s:4:"code";s:10:"TPRS506-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:2;O:8:"stdClass":7:{s:7:"version";s:5:"5.1.4";s:4:"text";s:260:"<a href="http://revolution.themepunch.com/direct-customer-benefits/?ref=515b#productactivation" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner515.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.1.5 is out" ></a>";s:4:"code";s:10:"TPRS515-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}i:3;O:8:"stdClass":7:{s:7:"version";s:5:"5.1.6";s:4:"text";s:235:"<a href="//revolution.themepunch.com/direct-customer-benefits/?ref=52b" target="_blank"><img src="http://updates.themepunch.tools/banners/updatenow_banner52.jpg" style="min-width: 50%; max-width:100%" alt="revslider 5.1.5 is out" ></a>";s:4:"code";s:10:"TPRS515-01";s:5:"color";s:5:"green";s:7:"disable";b:0;s:9:"is_global";b:0;s:10:"additional";a:0:{}}}', 'yes'),
(456, 'cs_modifiable', 'a:10:{s:10:"modifiable";a:8:{i:0;s:8:"footer-1";i:1;s:8:"footer-2";i:2;s:8:"footer-3";i:3;s:8:"footer-4";i:4;s:12:"header-right";i:5;s:9:"sidebar-1";i:6;s:9:"sidebar-2";i:7;s:4:"test";}s:16:"post_type_single";a:0:{}s:17:"post_type_archive";a:0:{}s:15:"category_single";a:0:{}s:16:"category_archive";a:0:{}s:4:"blog";a:0:{}s:4:"tags";a:0:{}s:7:"authors";a:0:{}s:6:"search";a:0:{}s:4:"date";a:0:{}}', 'yes'),
(457, 'cs_sidebars', 'a:0:{}', 'yes'),
(603, 'sfsi_section1_options', 's:415:"a:11:{s:16:"sfsi_rss_display";s:2:"no";s:18:"sfsi_email_display";s:2:"no";s:21:"sfsi_facebook_display";s:3:"yes";s:20:"sfsi_twitter_display";s:3:"yes";s:19:"sfsi_google_display";s:3:"yes";s:18:"sfsi_share_display";s:2:"no";s:20:"sfsi_youtube_display";s:2:"no";s:22:"sfsi_pinterest_display";s:2:"no";s:21:"sfsi_linkedin_display";s:2:"no";s:22:"sfsi_instagram_display";s:2:"no";s:17:"sfsi_custom_files";s:6:"a:0:{}";}";', 'yes'),
(604, 'sfsi_section2_options', 's:1822:"a:36:{s:12:"sfsi_rss_url";s:0:"";s:17:"sfsi_rss_blogName";s:0:"";s:18:"sfsi_rss_blogEmail";s:0:"";s:14:"sfsi_rss_icons";s:0:"";s:14:"sfsi_email_url";s:297:"http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/d2ZWSjZhN0IyTHJmeEhuaWhLbjJCQXhXRWxDMVJpc0l6M3RqbjhKQWQrTlRTeSt1RmhHNE1GYlZ2MldPODlIWXZHdStpZHJKeTNZVVJVZ0J1UmFCYVFNSWY0eFh0NzdhMGt1NHFyTDJNczZ1NmZuaEtzekowYW93WWk1dlhVb2x8SmNWVlJtYWU4Ky81WVB6OU1BUGZVVUdpeC9qODI5c2pFRXdacGUrTGVoMD0=/OA==/";s:24:"sfsi_facebookPage_option";s:2:"no";s:21:"sfsi_facebookPage_url";s:35:"https://www.facebook.com/Grieffree/";s:24:"sfsi_facebookLike_option";s:2:"no";s:25:"sfsi_facebookShare_option";s:2:"no";s:21:"sfsi_twitter_followme";s:2:"no";s:27:"sfsi_twitter_followUserName";s:0:"";s:22:"sfsi_twitter_aboutPage";s:2:"no";s:17:"sfsi_twitter_page";s:2:"no";s:20:"sfsi_twitter_pageURL";s:29:"https://twitter.com/grieffree";s:26:"sfsi_twitter_aboutPageText";s:82:"Hey, check out this cool site I found: www.yourname.com #Topic via@my_twitter_name";s:16:"sfsi_google_page";s:2:"no";s:19:"sfsi_google_pageURL";s:51:"https://plus.google.com/109863115054383593970/posts";s:22:"sfsi_googleLike_option";s:2:"no";s:23:"sfsi_googleShare_option";s:2:"no";s:20:"sfsi_youtube_pageUrl";s:0:"";s:17:"sfsi_youtube_page";s:0:"";s:19:"sfsi_youtube_follow";s:0:"";s:15:"sfsi_ytube_user";s:0:"";s:19:"sfsi_pinterest_page";s:0:"";s:22:"sfsi_pinterest_pageUrl";s:0:"";s:23:"sfsi_pinterest_pingBlog";s:0:"";s:22:"sfsi_instagram_pageUrl";s:0:"";s:18:"sfsi_linkedin_page";s:0:"";s:21:"sfsi_linkedin_pageURL";s:0:"";s:20:"sfsi_linkedin_follow";s:0:"";s:27:"sfsi_linkedin_followCompany";i:0;s:23:"sfsi_linkedin_SharePage";s:0:"";s:30:"sfsi_linkedin_recommendBusines";s:2:"no";s:30:"sfsi_linkedin_recommendCompany";s:0:"";s:32:"sfsi_linkedin_recommendProductId";i:0;s:21:"sfsi_CustomIcon_links";s:0:"";}";', 'yes'),
(605, 'sfsi_section3_options', 's:577:"a:14:{s:18:"sfsi_actvite_theme";s:4:"flat";s:14:"sfsi_mouseOver";s:3:"yes";s:21:"sfsi_mouseOver_effect";s:5:"combo";s:18:"sfsi_shuffle_icons";s:2:"no";s:22:"sfsi_shuffle_Firstload";s:2:"no";s:21:"sfsi_shuffle_interval";s:2:"no";s:25:"sfsi_shuffle_intervalTime";i:0;s:26:"sfsi_specialIcon_animation";s:0:"";s:26:"sfsi_specialIcon_MouseOver";s:2:"no";s:26:"sfsi_specialIcon_Firstload";s:2:"no";s:32:"sfsi_specialIcon_Firstload_Icons";s:3:"all";s:25:"sfsi_specialIcon_interval";s:2:"no";s:29:"sfsi_specialIcon_intervalTime";s:0:"";s:30:"sfsi_specialIcon_intervalIcons";s:3:"all";}";', 'yes'),
(606, 'sfsi_section4_options', 's:1592:"a:41:{s:19:"sfsi_display_counts";s:2:"no";s:24:"sfsi_email_countsDisplay";s:0:"";s:21:"sfsi_email_countsFrom";s:0:"";s:23:"sfsi_email_manualCounts";i:20;s:22:"sfsi_rss_countsDisplay";s:0:"";s:21:"sfsi_rss_manualCounts";i:20;s:27:"sfsi_facebook_countsDisplay";s:2:"no";s:24:"sfsi_facebook_countsFrom";s:6:"manual";s:26:"sfsi_facebook_mypageCounts";s:0:"";s:26:"sfsi_facebook_manualCounts";i:20;s:26:"sfsi_twitter_countsDisplay";s:2:"no";s:23:"sfsi_twitter_countsFrom";s:6:"manual";s:25:"sfsi_twitter_manualCounts";i:20;s:15:"tw_consumer_key";s:0:"";s:18:"tw_consumer_secret";s:0:"";s:21:"tw_oauth_access_token";s:0:"";s:28:"tw_oauth_access_token_secret";s:0:"";s:25:"sfsi_google_countsDisplay";s:2:"no";s:22:"sfsi_google_countsFrom";s:6:"manual";s:24:"sfsi_google_manualCounts";i:20;s:19:"sfsi_google_api_key";s:0:"";s:27:"sfsi_linkedIn_countsDisplay";s:0:"";s:24:"sfsi_linkedIn_countsFrom";s:0:"";s:26:"sfsi_linkedIn_manualCounts";i:20;s:26:"sfsi_youtube_countsDisplay";s:0:"";s:23:"sfsi_youtube_countsFrom";s:0:"";s:25:"sfsi_youtube_manualCounts";i:20;s:17:"sfsi_youtube_user";s:0:"";s:22:"sfsi_youtube_channelId";s:0:"";s:28:"sfsi_pinterest_countsDisplay";s:0:"";s:25:"sfsi_pinterest_countsFrom";s:0:"";s:27:"sfsi_pinterest_manualCounts";i:20;s:25:"sfsi_instagram_countsFrom";s:0:"";s:28:"sfsi_instagram_countsDisplay";s:0:"";s:27:"sfsi_instagram_manualCounts";i:20;s:19:"sfsi_instagram_User";s:0:"";s:25:"sfsi_shares_countsDisplay";s:0:"";s:22:"sfsi_shares_countsFrom";s:0:"";s:24:"sfsi_shares_manualCounts";i:20;s:24:"sfsi_youtubeusernameorid";s:4:"name";s:17:"sfsi_ytube_chnlid";s:0:"";}";', 'yes'),
(607, 'sfsi_section5_options', 's:1314:"a:35:{s:15:"sfsi_icons_size";i:40;s:18:"sfsi_icons_spacing";i:5;s:20:"sfsi_icons_Alignment";s:4:"left";s:17:"sfsi_icons_perRow";i:5;s:24:"sfsi_icons_ClickPageOpen";s:3:"yes";s:16:"sfsi_icons_float";s:2:"no";s:23:"sfsi_disable_floaticons";s:2:"no";s:24:"sfsi_icons_floatPosition";s:12:"center-right";s:26:"sfsi_icons_floatMargin_top";i:0;s:29:"sfsi_icons_floatMargin_bottom";i:0;s:27:"sfsi_icons_floatMargin_left";i:0;s:28:"sfsi_icons_floatMargin_right";i:0;s:16:"sfsi_icons_stick";s:2:"no";s:22:"sfsi_rss_MouseOverText";s:0:"";s:24:"sfsi_email_MouseOverText";s:0:"";s:26:"sfsi_twitter_MouseOverText";s:0:"";s:27:"sfsi_facebook_MouseOverText";s:0:"";s:25:"sfsi_google_MouseOverText";s:0:"";s:27:"sfsi_linkedIn_MouseOverText";s:0:"";s:28:"sfsi_pinterest_MouseOverText";s:0:"";s:26:"sfsi_youtube_MouseOverText";s:0:"";s:24:"sfsi_share_MouseOverText";s:0:"";s:28:"sfsi_instagram_MouseOverText";s:0:"";s:22:"sfsi_CustomIcons_order";s:0:"";s:18:"sfsi_rssIcon_order";i:1;s:20:"sfsi_emailIcon_order";i:2;s:23:"sfsi_facebookIcon_order";i:3;s:21:"sfsi_googleIcon_order";i:4;s:22:"sfsi_twitterIcon_order";i:5;s:20:"sfsi_shareIcon_order";i:6;s:22:"sfsi_youtubeIcon_order";i:7;s:24:"sfsi_pinterestIcon_order";i:8;s:24:"sfsi_instagramIcon_order";i:10;s:23:"sfsi_linkedinIcon_order";i:9;s:26:"sfsi_custom_MouseOverTexts";s:0:"";}";', 'yes'),
(608, 'sfsi_section6_options', 's:432:"a:12:{s:17:"sfsi_show_Onposts";s:2:"no";s:22:"sfsi_icons_postPositon";s:0:"";s:20:"sfsi_icons_alignment";s:4:"left";s:20:"sfsi_textBefor_icons";s:26:"Please follow and like us:";s:24:"sfsi_icons_DisplayCounts";s:2:"no";s:12:"sfsi_rectsub";s:3:"yes";s:11:"sfsi_rectfb";s:3:"yes";s:11:"sfsi_rectgp";s:3:"yes";s:12:"sfsi_rectshr";s:2:"no";s:13:"sfsi_recttwtr";s:3:"yes";s:14:"sfsi_rectpinit";s:2:"no";s:16:"sfsi_rectfbshare";s:2:"no";}";', 'yes'),
(609, 'sfsi_section7_options', 's:570:"a:13:{s:15:"sfsi_popup_text";s:42:"Enjoy this blog? Please spread the word :)";s:27:"sfsi_popup_background_color";s:7:"#eff7f7";s:23:"sfsi_popup_border_color";s:7:"#f3faf2";s:27:"sfsi_popup_border_thickness";i:1;s:24:"sfsi_popup_border_shadow";s:3:"yes";s:15:"sfsi_popup_font";s:26:"Helvetica,Arial,sans-serif";s:19:"sfsi_popup_fontSize";i:30;s:20:"sfsi_popup_fontStyle";s:0:"";s:20:"sfsi_popup_fontColor";s:7:"#000000";s:17:"sfsi_Show_popupOn";s:4:"none";s:25:"sfsi_Show_popupOn_PageIDs";s:0:"";s:14:"sfsi_Shown_pop";s:8:"ETscroll";s:24:"sfsi_Shown_popupOnceTime";i:0;}";', 'yes'),
(610, 'sfsi_feed_id', 'd2ZWSjZhN0IyTHJmeEhuaWhLbjJCQXhXRWxDMVJpc0l6M3RqbjhKQWQrTlRTeSt1RmhHNE1GYlZ2MldPODlIWXZHdStpZHJKeTNZVVJVZ0J1UmFCYVFNSWY0eFh0NzdhMGt1NHFyTDJNczZ1NmZuaEtzekowYW93WWk1dlhVb2x8SmNWVlJtYWU4Ky81WVB6OU1BUGZVVUdpeC9qODI5c2pFRXdacGUrTGVoMD0=', 'yes'),
(611, 'sfsi_redirect_url', 'http://www.specificfeeds.com/widgets/emailSubscribeEncFeed/d2ZWSjZhN0IyTHJmeEhuaWhLbjJCQXhXRWxDMVJpc0l6M3RqbjhKQWQrTlRTeSt1RmhHNE1GYlZ2MldPODlIWXZHdStpZHJKeTNZVVJVZ0J1UmFCYVFNSWY0eFh0NzdhMGt1NHFyTDJNczZ1NmZuaEtzekowYW93WWk1dlhVb2x8SmNWVlJtYWU4Ky81WVB6OU1BUGZVVUdpeC9qODI5c2pFRXdacGUrTGVoMD0=/OA==/', 'yes'),
(612, 'sfsi_installDate', '2016-01-25 02:02:42', 'yes'),
(613, 'sfsi_RatingDiv', 'yes', 'yes'),
(614, 'sfsi_footer_sec', 'no', 'yes'),
(615, 'sfsi_activate', '0', 'yes'),
(616, 'widget_sfsi-widget', 'a:2:{i:2;a:2:{s:5:"showf";i:1;s:5:"title";s:1:" ";}s:12:"_multiwidget";i:1;}', 'yes'),
(617, 'widget_subscriber_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(618, 'sfsi_pluginVersion', '1.54', 'yes'),
(619, 'show_notification', 'no', 'yes'),
(620, 'show_notification_plugin', 'no', 'yes'),
(621, 'sfsi_section8_options', 's:1186:"a:26:{s:20:"sfsi_form_adjustment";s:3:"yes";s:16:"sfsi_form_height";i:180;s:15:"sfsi_form_width";i:230;s:16:"sfsi_form_border";s:3:"yes";s:26:"sfsi_form_border_thickness";i:1;s:22:"sfsi_form_border_color";s:7:"#b5b5b5";s:20:"sfsi_form_background";s:7:"#ffffff";s:22:"sfsi_form_heading_text";s:22:"Get new posts by email";s:22:"sfsi_form_heading_font";s:26:"Helvetica,Arial,sans-serif";s:27:"sfsi_form_heading_fontstyle";s:4:"bold";s:27:"sfsi_form_heading_fontcolor";s:7:"#000000";s:26:"sfsi_form_heading_fontsize";i:16;s:27:"sfsi_form_heading_fontalign";s:6:"center";s:20:"sfsi_form_field_text";s:16:"Enter your email";s:20:"sfsi_form_field_font";s:26:"Helvetica,Arial,sans-serif";s:25:"sfsi_form_field_fontstyle";s:6:"normal";s:25:"sfsi_form_field_fontcolor";s:0:"";s:24:"sfsi_form_field_fontsize";i:14;s:25:"sfsi_form_field_fontalign";s:6:"center";s:21:"sfsi_form_button_text";s:9:"Subscribe";s:21:"sfsi_form_button_font";s:26:"Helvetica,Arial,sans-serif";s:26:"sfsi_form_button_fontstyle";s:4:"bold";s:26:"sfsi_form_button_fontcolor";s:7:"#000000";s:25:"sfsi_form_button_fontsize";i:16;s:26:"sfsi_form_button_fontalign";s:6:"center";s:27:"sfsi_form_button_background";s:7:"#dedede";}";', 'yes'),
(622, 'sfsi_instagram_sf_count', 's:90:"a:3:{s:4:"date";i:1458950400;s:13:"sfsi_sf_count";i:0;s:20:"sfsi_instagram_count";s:0:"";}";', 'yes'),
(623, 'sfsi_verificatiom_code', 'AVhr9REABmyJ7UgQDRAZ', 'yes'),
(624, 'adding_tags', 'no', 'yes'),
(670, 'revslider-notices-dc', 'a:3:{i:0;s:10:"TPRS515-01";i:1;s:10:"TPRS506-01";i:2;s:10:"TPRS500-75";}', 'yes'),
(780, 'auto_core_update_notified', 'a:4:{s:4:"type";s:7:"success";s:5:"email";s:24:"designingfever@gmail.com";s:7:"version";s:5:"4.6.1";s:9:"timestamp";i:1473267129;}', 'no'),
(864, 'sfsi_languageNotice', 'yes', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1329, 'aioseop_options', 'a:96:{s:12:"aiosp_donate";s:2:"on";s:16:"aiosp_home_title";s:0:"";s:22:"aiosp_home_description";s:154:"The revolutionary Healthy Grieving programs explore grief from the self-identity level, shifting the focus from the external loss to an inward exploration";s:20:"aiosp_togglekeywords";s:1:"0";s:19:"aiosp_home_keywords";s:390:"Grief, Healthy Grieving, Grief Support, Grieving program, non-profit organization, Healthy Grieving process, David Cope, Littleton, loss, death, dying, caregiving, Healing grief, Help with grief, Coping with grief, Coping with loss, Grief share, Help with grief, Professional Training, grief symptoms, grief quotes, grief counseling, grief stages, grief cycle, grief divorce, heal your life";s:26:"aiosp_use_static_home_info";s:1:"0";s:9:"aiosp_can";s:2:"on";s:30:"aiosp_no_paged_canonical_links";s:0:"";s:31:"aiosp_customize_canonical_links";s:2:"on";s:22:"aiosp_can_set_protocol";s:4:"auto";s:20:"aiosp_rewrite_titles";s:1:"1";s:20:"aiosp_force_rewrites";s:1:"1";s:24:"aiosp_use_original_title";s:1:"1";s:16:"aiosp_cap_titles";s:2:"on";s:14:"aiosp_cap_cats";s:2:"on";s:28:"aiosp_home_page_title_format";s:12:"%page_title%";s:23:"aiosp_page_title_format";s:27:"%page_title% | %blog_title%";s:23:"aiosp_post_title_format";s:27:"%post_title% | %blog_title%";s:27:"aiosp_category_title_format";s:31:"%category_title% | %blog_title%";s:26:"aiosp_archive_title_format";s:30:"%archive_title% | %blog_title%";s:23:"aiosp_date_title_format";s:21:"%date% | %blog_title%";s:25:"aiosp_author_title_format";s:23:"%author% | %blog_title%";s:22:"aiosp_tag_title_format";s:20:"%tag% | %blog_title%";s:25:"aiosp_search_title_format";s:23:"%search% | %blog_title%";s:24:"aiosp_description_format";s:13:"%description%";s:22:"aiosp_404_title_format";s:33:"Nothing found for %request_words%";s:18:"aiosp_paged_format";s:14:" - Part %page%";s:17:"aiosp_enablecpost";s:2:"on";s:17:"aiosp_cpostactive";a:4:{i:0;s:4:"post";i:1;s:4:"page";i:2;s:18:"wpcf7_contact_form";i:3;s:10:"ttshowcase";}s:19:"aiosp_cpostadvanced";s:2:"on";s:18:"aiosp_cpostnoindex";s:0:"";s:19:"aiosp_cpostnofollow";s:0:"";s:16:"aiosp_cpostnoodp";s:0:"";s:17:"aiosp_cpostnoydir";s:0:"";s:17:"aiosp_cposttitles";s:0:"";s:21:"aiosp_posttypecolumns";a:2:{i:0;s:4:"post";i:1;s:4:"page";}s:15:"aiosp_admin_bar";s:2:"on";s:23:"aiosp_custom_menu_order";s:2:"on";s:19:"aiosp_google_verify";s:0:"";s:17:"aiosp_bing_verify";s:32:"E82B0F5742B8E32DABB044DF036DE3BE";s:22:"aiosp_pinterest_verify";s:0:"";s:22:"aiosp_google_publisher";s:45:"https://plus.google.com/109863115054383593970";s:28:"aiosp_google_disable_profile";s:0:"";s:29:"aiosp_google_sitelinks_search";s:0:"";s:26:"aiosp_google_set_site_name";s:2:"on";s:30:"aiosp_google_specify_site_name";s:13:"Grieffree.org";s:28:"aiosp_google_author_advanced";s:1:"0";s:28:"aiosp_google_author_location";a:1:{i:0;s:3:"all";}s:29:"aiosp_google_enable_publisher";s:2:"on";s:30:"aiosp_google_specify_publisher";s:0:"";s:25:"aiosp_google_analytics_id";s:13:"UA-49031840-1";s:32:"aiosp_ga_use_universal_analytics";s:2:"on";s:25:"aiosp_ga_advanced_options";s:2:"on";s:15:"aiosp_ga_domain";s:0:"";s:21:"aiosp_ga_multi_domain";s:0:"";s:21:"aiosp_ga_addl_domains";s:0:"";s:21:"aiosp_ga_anonymize_ip";s:2:"on";s:28:"aiosp_ga_display_advertising";s:0:"";s:22:"aiosp_ga_exclude_users";s:0:"";s:29:"aiosp_ga_track_outbound_links";s:2:"on";s:25:"aiosp_ga_link_attribution";s:2:"on";s:27:"aiosp_ga_enhanced_ecommerce";s:0:"";s:20:"aiosp_use_categories";s:2:"on";s:26:"aiosp_use_tags_as_keywords";s:2:"on";s:32:"aiosp_dynamic_postspage_keywords";s:2:"on";s:22:"aiosp_category_noindex";s:2:"on";s:26:"aiosp_archive_date_noindex";s:2:"on";s:28:"aiosp_archive_author_noindex";s:0:"";s:18:"aiosp_tags_noindex";s:0:"";s:20:"aiosp_search_noindex";s:0:"";s:17:"aiosp_404_noindex";s:0:"";s:17:"aiosp_tax_noindex";s:0:"";s:23:"aiosp_paginated_noindex";s:0:"";s:24:"aiosp_paginated_nofollow";s:0:"";s:11:"aiosp_noodp";s:0:"";s:12:"aiosp_noydir";s:0:"";s:18:"aiosp_skip_excerpt";s:0:"";s:27:"aiosp_generate_descriptions";s:2:"on";s:20:"aiosp_run_shortcodes";s:0:"";s:33:"aiosp_hide_paginated_descriptions";s:0:"";s:32:"aiosp_dont_truncate_descriptions";s:0:"";s:19:"aiosp_schema_markup";s:2:"on";s:20:"aiosp_unprotect_meta";s:0:"";s:14:"aiosp_ex_pages";s:0:"";s:20:"aiosp_post_meta_tags";s:0:"";s:20:"aiosp_page_meta_tags";s:0:"";s:21:"aiosp_front_meta_tags";s:0:"";s:20:"aiosp_home_meta_tags";s:0:"";s:12:"aiosp_do_log";s:0:"";s:29:"aiosp_attachment_title_format";s:27:"%post_title% | %blog_title%";s:37:"aiosp_wpcf7_contact_form_title_format";s:27:"%post_title% | %blog_title%";s:31:"aiosp_vc_grid_item_title_format";s:27:"%post_title% | %blog_title%";s:29:"aiosp_ttshowcase_title_format";s:27:"%post_title% | %blog_title%";s:26:"aiosp_sidebar_title_format";s:27:"%post_title% | %blog_title%";s:7:"modules";a:6:{s:29:"aiosp_feature_manager_options";a:7:{s:36:"aiosp_feature_manager_enable_sitemap";s:2:"on";s:38:"aiosp_feature_manager_enable_opengraph";s:2:"on";s:35:"aiosp_feature_manager_enable_robots";s:2:"on";s:40:"aiosp_feature_manager_enable_file_editor";s:2:"on";s:46:"aiosp_feature_manager_enable_importer_exporter";s:2:"on";s:39:"aiosp_feature_manager_enable_bad_robots";s:2:"on";s:40:"aiosp_feature_manager_enable_performance";s:2:"on";}s:21:"aiosp_sitemap_options";a:45:{s:22:"aiosp_sitemap_filename";s:7:"sitemap";s:20:"aiosp_sitemap_google";s:2:"on";s:18:"aiosp_sitemap_bing";s:2:"on";s:24:"aiosp_sitemap_daily_cron";s:6:"weekly";s:21:"aiosp_sitemap_indexes";s:0:"";s:22:"aiosp_sitemap_paginate";s:0:"";s:23:"aiosp_sitemap_max_posts";s:5:"50000";s:23:"aiosp_sitemap_posttypes";a:5:{i:0;s:3:"all";i:1;s:4:"post";i:2;s:4:"page";i:3;s:10:"attachment";i:4;s:10:"ttshowcase";}s:24:"aiosp_sitemap_taxonomies";a:5:{i:0;s:3:"all";i:1;s:8:"category";i:2;s:8:"post_tag";i:3;s:11:"post_format";i:4;s:17:"ttshowcase_groups";}s:21:"aiosp_sitemap_archive";s:0:"";s:20:"aiosp_sitemap_author";s:0:"";s:21:"aiosp_sitemap_gzipped";s:2:"on";s:20:"aiosp_sitemap_robots";s:2:"on";s:21:"aiosp_sitemap_rewrite";s:2:"on";s:21:"aiosp_sitemap_noindex";s:0:"";s:24:"aiosp_sitemap_addl_pages";a:0:{}s:29:"aiosp_sitemap_excl_categories";s:0:"";s:24:"aiosp_sitemap_excl_pages";s:0:"";s:27:"aiosp_sitemap_prio_homepage";s:3:"0.9";s:23:"aiosp_sitemap_prio_post";s:3:"0.9";s:34:"aiosp_sitemap_prio_post_ttshowcase";s:2:"no";s:34:"aiosp_sitemap_prio_post_attachment";s:2:"no";s:28:"aiosp_sitemap_prio_post_page";s:2:"no";s:28:"aiosp_sitemap_prio_post_post";s:2:"no";s:29:"aiosp_sitemap_prio_taxonomies";s:3:"0.9";s:47:"aiosp_sitemap_prio_taxonomies_ttshowcase_groups";s:2:"no";s:41:"aiosp_sitemap_prio_taxonomies_post_format";s:2:"no";s:38:"aiosp_sitemap_prio_taxonomies_post_tag";s:2:"no";s:38:"aiosp_sitemap_prio_taxonomies_category";s:2:"no";s:26:"aiosp_sitemap_prio_archive";s:2:"no";s:25:"aiosp_sitemap_prio_author";s:2:"no";s:27:"aiosp_sitemap_freq_homepage";s:6:"always";s:23:"aiosp_sitemap_freq_post";s:6:"always";s:34:"aiosp_sitemap_freq_post_ttshowcase";s:2:"no";s:34:"aiosp_sitemap_freq_post_attachment";s:2:"no";s:28:"aiosp_sitemap_freq_post_page";s:2:"no";s:28:"aiosp_sitemap_freq_post_post";s:2:"no";s:29:"aiosp_sitemap_freq_taxonomies";s:6:"always";s:47:"aiosp_sitemap_freq_taxonomies_ttshowcase_groups";s:2:"no";s:41:"aiosp_sitemap_freq_taxonomies_post_format";s:2:"no";s:38:"aiosp_sitemap_freq_taxonomies_post_tag";s:2:"no";s:38:"aiosp_sitemap_freq_taxonomies_category";s:2:"no";s:26:"aiosp_sitemap_freq_archive";s:2:"no";s:25:"aiosp_sitemap_freq_author";s:2:"no";s:19:"aiosp_sitemap_debug";s:2167:"2016-09-14 02:22:29  1.13 MB memory used generating the dynamic sitemap in 0.676 seconds, 57.92 MB total memory used.\n2016-09-14 02:22:27 Daily scheduled sitemap check has finished.\n2016-09-14 02:22:27 Successfully notified bing about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-09-14 02:22:27 Successfully notified google about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-09-11 23:33:27  1.09 MB memory used generating the dynamic sitemap in 1.010 seconds, 57.88 MB total memory used.\n2016-09-10 18:36:22  1.13 MB memory used generating the dynamic sitemap in 0.461 seconds, 57.92 MB total memory used.\n2016-09-07 02:19:28  1.13 MB memory used generating the dynamic sitemap in 1.000 seconds, 57.82 MB total memory used.\n2016-09-07 02:19:27 Daily scheduled sitemap check has finished.\n2016-09-07 02:19:27 Successfully notified bing about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-09-07 02:19:27 Successfully notified google about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-09-06 02:39:38  1.13 MB memory used generating the dynamic sitemap in 0.449 seconds, 57.82 MB total memory used.\n2016-09-04 15:02:46  1.09 MB memory used generating the dynamic sitemap in 1.064 seconds, 58.37 MB total memory used.\n2016-08-31 02:24:28  1.13 MB memory used generating the dynamic sitemap in 0.429 seconds, 57.82 MB total memory used.\n2016-08-31 02:24:27 Daily scheduled sitemap check has finished.\n2016-08-31 02:24:27 Successfully notified bing about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-08-31 02:24:27 Successfully notified google about changes to your sitemap at http://www.grieffree.org/sitemap.xml.gz.\n2016-08-30 23:49:58  1.13 MB memory used generating the dynamic sitemap in 0.429 seconds, 57.82 MB total memory used.\n2016-08-29 15:45:30  1.09 MB memory used generating the dynamic sitemap in 0.510 seconds, 57.78 MB total memory used.\n2016-08-24 02:17:45  1.13 MB memory used generating the dynamic sitemap in 0.448 seconds, 57.82 MB total memory used.\n2016-08-24 02:17:44 Daily scheduled sitemap check has finished.";}s:23:"aiosp_opengraph_options";a:53:{s:27:"aiosp_opengraph_scan_header";s:0:"";s:23:"aiosp_opengraph_setmeta";s:0:"";s:19:"aiosp_opengraph_key";s:0:"";s:21:"aiosp_opengraph_appid";s:0:"";s:32:"aiosp_opengraph_title_shortcodes";s:0:"";s:38:"aiosp_opengraph_description_shortcodes";s:0:"";s:24:"aiosp_opengraph_sitename";s:9:"Grieffree";s:25:"aiosp_opengraph_hometitle";s:95:"Healthy Grieving: A revolutionary process that dramatically changes the experience of grieving.";s:27:"aiosp_opengraph_description";s:387:"The revolutionary Healthy Grieving programs explore grief from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a Healthy Grieving program, individuals are able to let go of the pain of grief, integrating their loss into a renewed sense of wholeness and rejuvenation.";s:25:"aiosp_opengraph_homeimage";s:75:"http://www.grieffree.org/wp-content/uploads/2016/03/Grieffree-Home-Page.png";s:23:"aiosp_opengraph_hometag";s:0:"";s:37:"aiosp_opengraph_generate_descriptions";s:2:"on";s:22:"aiosp_opengraph_defimg";s:8:"featured";s:24:"aiosp_opengraph_fallback";s:2:"on";s:20:"aiosp_opengraph_dimg";s:75:"http://www.grieffree.org/wp-content/uploads/2016/03/Grieffree-Home-Page.png";s:25:"aiosp_opengraph_dimgwidth";s:0:"";s:26:"aiosp_opengraph_dimgheight";s:0:"";s:24:"aiosp_opengraph_meta_key";s:0:"";s:26:"aiosp_opengraph_categories";s:7:"website";s:21:"aiosp_opengraph_image";N;s:25:"aiosp_opengraph_customimg";N;s:26:"aiosp_opengraph_imagewidth";s:0:"";s:27:"aiosp_opengraph_imageheight";s:0:"";s:21:"aiosp_opengraph_video";N;s:26:"aiosp_opengraph_videowidth";s:0:"";s:27:"aiosp_opengraph_videoheight";s:0:"";s:23:"aiosp_opengraph_defcard";s:19:"summary_large_image";s:23:"aiosp_opengraph_setcard";N;s:28:"aiosp_opengraph_twitter_site";s:9:"grieffree";s:31:"aiosp_opengraph_twitter_creator";s:0:"";s:30:"aiosp_opengraph_twitter_domain";s:25:"http://www.grieffree.org/";s:24:"aiosp_opengraph_gen_tags";s:0:"";s:28:"aiosp_opengraph_gen_keywords";s:2:"on";s:30:"aiosp_opengraph_gen_categories";s:2:"on";s:29:"aiosp_opengraph_gen_post_tags";s:2:"on";s:21:"aiosp_opengraph_types";a:1:{i:0;s:4:"post";}s:21:"aiosp_opengraph_title";s:0:"";s:20:"aiosp_opengraph_desc";s:0:"";s:24:"aiosp_opengraph_category";s:0:"";s:23:"aiosp_opengraph_section";s:0:"";s:19:"aiosp_opengraph_tag";s:0:"";s:34:"aiosp_opengraph_facebook_publisher";s:0:"";s:31:"aiosp_opengraph_facebook_author";s:0:"";s:29:"aiosp_opengraph_profile_links";s:0:"";s:29:"aiosp_opengraph_person_or_org";s:3:"org";s:27:"aiosp_opengraph_social_name";s:0:"";s:35:"aiosp_opengraph_post_fb_object_type";s:7:"article";s:35:"aiosp_opengraph_page_fb_object_type";s:7:"article";s:41:"aiosp_opengraph_attachment_fb_object_type";s:7:"article";s:49:"aiosp_opengraph_wpcf7_contact_form_fb_object_type";s:7:"article";s:43:"aiosp_opengraph_vc_grid_item_fb_object_type";s:7:"article";s:41:"aiosp_opengraph_ttshowcase_fb_object_type";s:7:"article";s:38:"aiosp_opengraph_sidebar_fb_object_type";s:7:"article";}s:24:"aiosp_bad_robots_options";a:7:{s:27:"aiosp_bad_robots_block_bots";s:0:"";s:28:"aiosp_bad_robots_block_refer";s:0:"";s:29:"aiosp_bad_robots_track_blocks";s:0:"";s:31:"aiosp_bad_robots_htaccess_rules";s:2:"on";s:28:"aiosp_bad_robots_edit_blocks";s:0:"";s:26:"aiosp_bad_robots_blocklist";s:1616:"Abonti\r\naggregator\r\nAhrefsBot\r\nasterias\r\nBDCbot\r\nBLEXBot\r\nBuiltBotTough\r\nBullseye\r\nBunnySlippers\r\nca-crawler\r\nCCBot\r\nCegbfeieh\r\nCheeseBot\r\nCherryPicker\r\nCopyRightCheck\r\ncosmos\r\nCrescent\r\ndiscobot\r\nDittoSpyder\r\nDotBot\r\nDownload Ninja\r\nEasouSpider\r\nEmailCollector\r\nEmailSiphon\r\nEmailWolf\r\nEroCrawler\r\nExabot\r\nExtractorPro\r\nFasterfox\r\nFeedBooster\r\nFoobot\r\nGenieo\r\ngrub-client\r\nHarvest\r\nhloader\r\nhttplib\r\nHTTrack\r\nhumanlinks\r\nieautodiscovery\r\nInfoNaviRobot\r\nIstellaBot\r\nJava/1.\r\nJennyBot\r\nk2spider\r\nKenjin Spider\r\nKeyword Density/0.9\r\nlarbin\r\nLexiBot\r\nlibWeb\r\nlibwww\r\nLinkextractorPro\r\nlinko\r\nLinkScan/8.1a Unix\r\nLinkWalker\r\nLNSpiderguy\r\nlwp-trivial\r\nmagpie\r\nMata Hari\r\nMaxPointCrawler\r\nMegaIndex\r\nMicrosoft URL Control\r\nMIIxpc\r\nMippin\r\nMissigua Locator\r\nMister PiX\r\nMJ12bot\r\nmoget\r\nMSIECrawler\r\nNetAnts\r\nNICErsPRO\r\nNiki-Bot\r\nNPBot\r\nNutch\r\nOffline Explorer\r\nOpenfind\r\npanscient.com\r\nPHP/5.{\r\nProPowerBot/2.14\r\nProWebWalker\r\nPython-urllib\r\nQueryN Metasearch\r\nRepoMonkey\r\nRMA\r\nSemrushBot\r\nSISTRIX\r\nsitecheck.Internetseer.com\r\nSiteSnagger\r\nSnapPreviewBot\r\nSogou\r\nSpankBot\r\nspanner\r\nspbot\r\nSpinn3r\r\nsuzuran\r\nSzukacz/1.4\r\nTeleport\r\nTelesoft\r\nThe Intraformant\r\nTheNomad\r\nTightTwatBot\r\nTitan\r\ntoCrawl/UrlDispatcher\r\nTrue_Robot\r\nturingos\r\nTurnitinBot\r\nUbiCrawler\r\nUnisterBot\r\nURLy Warning\r\nVCI\r\nWBSearchBot\r\nWeb Downloader/6.9\r\nWeb Image Collector\r\nWebAuto\r\nWebBandit\r\nWebCopier\r\nWebEnhancer\r\nWebmasterWorldForumBot\r\nWebReaper\r\nWebSauger\r\nWebsite Quester\r\nWebster Pro\r\nWebStripper\r\nWebZip\r\nWotbox\r\nwsr-agent\r\nWWW-Collector-E\r\nXenu\r\nZao\r\nZeus\r\nZyBORG\r\ncoccoc\r\nIncutio\r\nlmspider\r\nmemoryBot\r\nSemrushBot\r\nserf\r\nUnknown\r\nuptime files";s:26:"aiosp_bad_robots_referlist";s:469:"semalt.com\r\nkambasoft.com\r\nsavetubevideo.com\r\nbuttons-for-website.com\r\nsharebutton.net\r\nsoundfrost.org\r\nsrecorder.com\r\nsoftomix.com\r\nsoftomix.net\r\nmyprintscreen.com\r\njoinandplay.me\r\nfbfreegifts.com\r\nopenmediasoft.com\r\nzazagames.org\r\nextener.org\r\nopenfrost.com\r\nopenfrost.net\r\ngooglsucks.com\r\nbest-seo-offer.com\r\nbuttons-for-your-website.com\r\nwww.Get-Free-Traffic-Now.com\r\nbest-seo-solution.com\r\nbuy-cheap-online.info\r\nsite3.free-share-buttons.com\r\nwebmaster-traffic.com";}s:25:"aiosp_file_editor_options";a:0:{}s:20:"aiosp_robots_options";a:0:{}}s:19:"last_active_version";s:7:"2.3.9.2";}', 'yes'),
(1605, 'wpsmy_plugin_version', '1.3.2', 'yes'),
(1606, 'wpsmy_combine_js', 'on', 'yes'),
(1607, 'wpsmy_combine_css', 'on', 'yes'),
(1720, 'sfml', 'a:8:{s:14:"slugs.postpass";s:8:"postpass";s:12:"slugs.logout";s:6:"logout";s:18:"slugs.lostpassword";s:12:"lostpassword";s:15:"slugs.resetpass";s:9:"resetpass";s:14:"slugs.register";s:8:"register";s:11:"slugs.login";s:12:"secure-login";s:20:"deny_wp_login_access";i:3;s:17:"deny_admin_access";i:3;}', 'yes'),
(1721, 'sfml_version', '2.3|1', 'yes'),
(1786, 'akismet_spam_count', '6', 'yes'),
(1795, 'akismet_strictness', '1', 'yes'),
(1796, 'akismet_show_user_comments_approved', '0', 'yes'),
(1797, 'wordpress_api_key', '82e970235a7b', 'yes'),
(1824, 'aiosp_sitemap_cron_last_run', '1473819747', 'yes'),
(1946, 'rewrite_rules', 'a:160:{s:14:"sitemap.xml.gz";s:60:"index.php?aiosp_sitemap_gzipped=1&aiosp_sitemap_path=root.gz";s:25:"sitemap_(.+)_(\\d+).xml.gz";s:74:"index.php?aiosp_sitemap_path=$matches[1].gz&aiosp_sitemap_page=$matches[2]";s:19:"sitemap_(.+).xml.gz";s:43:"index.php?aiosp_sitemap_path=$matches[1].gz";s:11:"sitemap.xml";s:33:"index.php?aiosp_sitemap_path=root";s:22:"sitemap_(.+)_(\\d+).xml";s:71:"index.php?aiosp_sitemap_path=$matches[1]&aiosp_sitemap_page=$matches[2]";s:16:"sitemap_(.+).xml";s:40:"index.php?aiosp_sitemap_path=$matches[1]";s:11:"^wp-json/?$";s:22:"index.php?rest_route=/";s:14:"^wp-json/(.*)?";s:33:"index.php?rest_route=/$matches[1]";s:14:"testimonial/?$";s:30:"index.php?post_type=ttshowcase";s:44:"testimonial/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?post_type=ttshowcase&feed=$matches[1]";s:39:"testimonial/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?post_type=ttshowcase&feed=$matches[1]";s:31:"testimonial/page/([0-9]{1,})/?$";s:48:"index.php?post_type=ttshowcase&paged=$matches[1]";s:11:"sidebars/?$";s:27:"index.php?post_type=sidebar";s:41:"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:36:"sidebars/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?post_type=sidebar&feed=$matches[1]";s:28:"sidebars/page/([0-9]{1,})/?$";s:45:"index.php?post_type=sidebar&paged=$matches[1]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?post_format=$matches[1]&feed=$matches[2]";s:21:"type/([^/]+)/embed/?$";s:44:"index.php?post_format=$matches[1]&embed=true";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:51:"index.php?post_format=$matches[1]&paged=$matches[2]";s:15:"type/([^/]+)/?$";s:33:"index.php?post_format=$matches[1]";s:40:"vc_grid_item/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:50:"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:70:"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:65:"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:46:"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:29:"vc_grid_item/([^/]+)/embed/?$";s:45:"index.php?vc_grid_item=$matches[1]&embed=true";s:33:"vc_grid_item/([^/]+)/trackback/?$";s:39:"index.php?vc_grid_item=$matches[1]&tb=1";s:41:"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&paged=$matches[2]";s:48:"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$";s:52:"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]";s:37:"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$";s:51:"index.php?vc_grid_item=$matches[1]&page=$matches[2]";s:29:"vc_grid_item/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:39:"vc_grid_item/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:59:"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:54:"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:35:"vc_grid_item/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:39:"testimonial/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"testimonial/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"testimonial/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"testimonial/([^/]+)/embed/?$";s:43:"index.php?ttshowcase=$matches[1]&embed=true";s:32:"testimonial/([^/]+)/trackback/?$";s:37:"index.php?ttshowcase=$matches[1]&tb=1";s:52:"testimonial/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?ttshowcase=$matches[1]&feed=$matches[2]";s:47:"testimonial/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?ttshowcase=$matches[1]&feed=$matches[2]";s:40:"testimonial/([^/]+)/page/?([0-9]{1,})/?$";s:50:"index.php?ttshowcase=$matches[1]&paged=$matches[2]";s:47:"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?ttshowcase=$matches[1]&cpage=$matches[2]";s:36:"testimonial/([^/]+)(?:/([0-9]+))?/?$";s:49:"index.php?ttshowcase=$matches[1]&page=$matches[2]";s:28:"testimonial/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"testimonial/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"testimonial/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:58:"ttshowcase_groups/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?ttshowcase_groups=$matches[1]&feed=$matches[2]";s:53:"ttshowcase_groups/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:56:"index.php?ttshowcase_groups=$matches[1]&feed=$matches[2]";s:34:"ttshowcase_groups/([^/]+)/embed/?$";s:50:"index.php?ttshowcase_groups=$matches[1]&embed=true";s:46:"ttshowcase_groups/([^/]+)/page/?([0-9]{1,})/?$";s:57:"index.php?ttshowcase_groups=$matches[1]&paged=$matches[2]";s:28:"ttshowcase_groups/([^/]+)/?$";s:39:"index.php?ttshowcase_groups=$matches[1]";s:36:"sidebars/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:46:"sidebars/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:66:"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:61:"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:42:"sidebars/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:25:"sidebars/([^/]+)/embed/?$";s:40:"index.php?sidebar=$matches[1]&embed=true";s:29:"sidebars/([^/]+)/trackback/?$";s:34:"index.php?sidebar=$matches[1]&tb=1";s:49:"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:44:"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:46:"index.php?sidebar=$matches[1]&feed=$matches[2]";s:37:"sidebars/([^/]+)/page/?([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&paged=$matches[2]";s:44:"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$";s:47:"index.php?sidebar=$matches[1]&cpage=$matches[2]";s:33:"sidebars/([^/]+)(?:/([0-9]+))?/?$";s:46:"index.php?sidebar=$matches[1]&page=$matches[2]";s:25:"sidebars/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:35:"sidebars/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:55:"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:50:"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:31:"sidebars/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:27:"index.php?&feed=$matches[1]";s:8:"embed/?$";s:21:"index.php?&embed=true";s:20:"page/?([0-9]{1,})/?$";s:28:"index.php?&paged=$matches[1]";s:27:"comment-page-([0-9]{1,})/?$";s:39:"index.php?&page_id=33&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'),
(2426, 'wps_seo_booster_options', 'a:18:{s:17:"performace_header";s:1:"1";s:19:"performace_htaccess";s:1:"1";s:6:"app_id";s:0:"";s:7:"user_id";s:0:"";s:13:"allways_image";s:0:"";s:13:"default_image";s:75:"http://www.grieffree.org/wp-content/uploads/2016/03/Grieffree-Home-Page.png";s:12:"content_type";s:7:"website";s:10:"home_title";s:13:"GriefFree.org";s:16:"home_description";s:204:"The revolutionary Healthy Grieving programs explore grief from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing.";s:10:"home_image";s:75:"http://www.grieffree.org/wp-content/uploads/2016/03/Grieffree-Home-Page.png";s:10:"gplus_home";s:2:"-1";s:15:"gplus_publisher";s:0:"";s:13:"enable_rating";s:1:"1";s:16:"need_home_rating";s:1:"1";s:19:"prevent_rating_type";a:1:{i:0;s:10:"ttshowcase";}s:16:"placement_rating";s:11:"bottom-left";s:18:"unique_base_rating";s:1:"0";s:10:"cookie_day";s:2:"30";}', 'yes'),
(2427, 'widget_wps-seo-booster-top-rated', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(2751, 'db_upgraded', '', 'yes'),
(3542, 'wpb_js_not_responsive_css', '', 'yes'),
(3543, 'wpb_js_google_fonts_subsets', 'a:1:{i:0;s:5:"latin";}', 'yes'),
(4064, 'widget_sp_blog_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(4235, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(20819, 'can_compress_scripts', '0', 'no'),
(20827, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1471411004', 'no'),
(20828, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'a:100:{s:6:"widget";a:3:{s:4:"name";s:6:"widget";s:4:"slug";s:6:"widget";s:5:"count";s:4:"5981";}s:4:"post";a:3:{s:4:"name";s:4:"Post";s:4:"slug";s:4:"post";s:5:"count";s:4:"3695";}s:6:"plugin";a:3:{s:4:"name";s:6:"plugin";s:4:"slug";s:6:"plugin";s:5:"count";s:4:"3648";}s:5:"admin";a:3:{s:4:"name";s:5:"admin";s:4:"slug";s:5:"admin";s:5:"count";s:4:"3163";}s:5:"posts";a:3:{s:4:"name";s:5:"posts";s:4:"slug";s:5:"posts";s:5:"count";s:4:"2824";}s:9:"shortcode";a:3:{s:4:"name";s:9:"shortcode";s:4:"slug";s:9:"shortcode";s:5:"count";s:4:"2439";}s:7:"sidebar";a:3:{s:4:"name";s:7:"sidebar";s:4:"slug";s:7:"sidebar";s:5:"count";s:4:"2240";}s:6:"google";a:3:{s:4:"name";s:6:"google";s:4:"slug";s:6:"google";s:5:"count";s:4:"2110";}s:7:"twitter";a:3:{s:4:"name";s:7:"twitter";s:4:"slug";s:7:"twitter";s:5:"count";s:4:"2070";}s:4:"page";a:3:{s:4:"name";s:4:"page";s:4:"slug";s:4:"page";s:5:"count";s:4:"2060";}s:6:"images";a:3:{s:4:"name";s:6:"images";s:4:"slug";s:6:"images";s:5:"count";s:4:"2009";}s:8:"comments";a:3:{s:4:"name";s:8:"comments";s:4:"slug";s:8:"comments";s:5:"count";s:4:"1949";}s:5:"image";a:3:{s:4:"name";s:5:"image";s:4:"slug";s:5:"image";s:5:"count";s:4:"1883";}s:11:"woocommerce";a:3:{s:4:"name";s:11:"woocommerce";s:4:"slug";s:11:"woocommerce";s:5:"count";s:4:"1814";}s:8:"facebook";a:3:{s:4:"name";s:8:"Facebook";s:4:"slug";s:8:"facebook";s:5:"count";s:4:"1717";}s:3:"seo";a:3:{s:4:"name";s:3:"seo";s:4:"slug";s:3:"seo";s:5:"count";s:4:"1600";}s:9:"wordpress";a:3:{s:4:"name";s:9:"wordpress";s:4:"slug";s:9:"wordpress";s:5:"count";s:4:"1559";}s:6:"social";a:3:{s:4:"name";s:6:"social";s:4:"slug";s:6:"social";s:5:"count";s:4:"1428";}s:7:"gallery";a:3:{s:4:"name";s:7:"gallery";s:4:"slug";s:7:"gallery";s:5:"count";s:4:"1337";}s:5:"links";a:3:{s:4:"name";s:5:"links";s:4:"slug";s:5:"links";s:5:"count";s:4:"1293";}s:5:"email";a:3:{s:4:"name";s:5:"email";s:4:"slug";s:5:"email";s:5:"count";s:4:"1252";}s:7:"widgets";a:3:{s:4:"name";s:7:"widgets";s:4:"slug";s:7:"widgets";s:5:"count";s:4:"1123";}s:5:"pages";a:3:{s:4:"name";s:5:"pages";s:4:"slug";s:5:"pages";s:5:"count";s:4:"1110";}s:6:"jquery";a:3:{s:4:"name";s:6:"jquery";s:4:"slug";s:6:"jquery";s:5:"count";s:4:"1014";}s:9:"ecommerce";a:3:{s:4:"name";s:9:"ecommerce";s:4:"slug";s:9:"ecommerce";s:5:"count";s:4:"1009";}s:5:"media";a:3:{s:4:"name";s:5:"media";s:4:"slug";s:5:"media";s:5:"count";s:4:"1008";}s:5:"video";a:3:{s:4:"name";s:5:"video";s:4:"slug";s:5:"video";s:5:"count";s:3:"942";}s:5:"login";a:3:{s:4:"name";s:5:"login";s:4:"slug";s:5:"login";s:5:"count";s:3:"932";}s:7:"content";a:3:{s:4:"name";s:7:"content";s:4:"slug";s:7:"content";s:5:"count";s:3:"926";}s:3:"rss";a:3:{s:4:"name";s:3:"rss";s:4:"slug";s:3:"rss";s:5:"count";s:3:"919";}s:4:"ajax";a:3:{s:4:"name";s:4:"AJAX";s:4:"slug";s:4:"ajax";s:5:"count";s:3:"919";}s:10:"responsive";a:3:{s:4:"name";s:10:"responsive";s:4:"slug";s:10:"responsive";s:5:"count";s:3:"862";}s:10:"javascript";a:3:{s:4:"name";s:10:"javascript";s:4:"slug";s:10:"javascript";s:5:"count";s:3:"849";}s:10:"buddypress";a:3:{s:4:"name";s:10:"buddypress";s:4:"slug";s:10:"buddypress";s:5:"count";s:3:"807";}s:8:"security";a:3:{s:4:"name";s:8:"security";s:4:"slug";s:8:"security";s:5:"count";s:3:"800";}s:10:"e-commerce";a:3:{s:4:"name";s:10:"e-commerce";s:4:"slug";s:10:"e-commerce";s:5:"count";s:3:"794";}s:7:"youtube";a:3:{s:4:"name";s:7:"youtube";s:4:"slug";s:7:"youtube";s:5:"count";s:3:"777";}s:5:"share";a:3:{s:4:"name";s:5:"Share";s:4:"slug";s:5:"share";s:5:"count";s:3:"771";}s:5:"photo";a:3:{s:4:"name";s:5:"photo";s:4:"slug";s:5:"photo";s:5:"count";s:3:"767";}s:4:"spam";a:3:{s:4:"name";s:4:"spam";s:4:"slug";s:4:"spam";s:5:"count";s:3:"766";}s:4:"feed";a:3:{s:4:"name";s:4:"feed";s:4:"slug";s:4:"feed";s:5:"count";s:3:"755";}s:4:"link";a:3:{s:4:"name";s:4:"link";s:4:"slug";s:4:"link";s:5:"count";s:3:"749";}s:8:"category";a:3:{s:4:"name";s:8:"category";s:4:"slug";s:8:"category";s:5:"count";s:3:"721";}s:9:"analytics";a:3:{s:4:"name";s:9:"analytics";s:4:"slug";s:9:"analytics";s:5:"count";s:3:"716";}s:5:"embed";a:3:{s:4:"name";s:5:"embed";s:4:"slug";s:5:"embed";s:5:"count";s:3:"702";}s:3:"css";a:3:{s:4:"name";s:3:"CSS";s:4:"slug";s:3:"css";s:5:"count";s:3:"699";}s:6:"photos";a:3:{s:4:"name";s:6:"photos";s:4:"slug";s:6:"photos";s:5:"count";s:3:"697";}s:4:"form";a:3:{s:4:"name";s:4:"form";s:4:"slug";s:4:"form";s:5:"count";s:3:"697";}s:6:"slider";a:3:{s:4:"name";s:6:"slider";s:4:"slug";s:6:"slider";s:5:"count";s:3:"693";}s:6:"search";a:3:{s:4:"name";s:6:"search";s:4:"slug";s:6:"search";s:5:"count";s:3:"679";}s:6:"custom";a:3:{s:4:"name";s:6:"custom";s:4:"slug";s:6:"custom";s:5:"count";s:3:"667";}s:9:"slideshow";a:3:{s:4:"name";s:9:"slideshow";s:4:"slug";s:9:"slideshow";s:5:"count";s:3:"648";}s:5:"stats";a:3:{s:4:"name";s:5:"stats";s:4:"slug";s:5:"stats";s:5:"count";s:3:"625";}s:6:"button";a:3:{s:4:"name";s:6:"button";s:4:"slug";s:6:"button";s:5:"count";s:3:"625";}s:4:"menu";a:3:{s:4:"name";s:4:"menu";s:4:"slug";s:4:"menu";s:5:"count";s:3:"616";}s:5:"theme";a:3:{s:4:"name";s:5:"theme";s:4:"slug";s:5:"theme";s:5:"count";s:3:"606";}s:9:"dashboard";a:3:{s:4:"name";s:9:"dashboard";s:4:"slug";s:9:"dashboard";s:5:"count";s:3:"603";}s:7:"comment";a:3:{s:4:"name";s:7:"comment";s:4:"slug";s:7:"comment";s:5:"count";s:3:"601";}s:4:"tags";a:3:{s:4:"name";s:4:"tags";s:4:"slug";s:4:"tags";s:5:"count";s:3:"598";}s:10:"categories";a:3:{s:4:"name";s:10:"categories";s:4:"slug";s:10:"categories";s:5:"count";s:3:"590";}s:6:"mobile";a:3:{s:4:"name";s:6:"mobile";s:4:"slug";s:6:"mobile";s:5:"count";s:3:"586";}s:10:"statistics";a:3:{s:4:"name";s:10:"statistics";s:4:"slug";s:10:"statistics";s:5:"count";s:3:"575";}s:3:"ads";a:3:{s:4:"name";s:3:"ads";s:4:"slug";s:3:"ads";s:5:"count";s:3:"573";}s:6:"editor";a:3:{s:4:"name";s:6:"editor";s:4:"slug";s:6:"editor";s:5:"count";s:3:"562";}s:4:"user";a:3:{s:4:"name";s:4:"user";s:4:"slug";s:4:"user";s:5:"count";s:3:"562";}s:5:"users";a:3:{s:4:"name";s:5:"users";s:4:"slug";s:5:"users";s:5:"count";s:3:"546";}s:4:"list";a:3:{s:4:"name";s:4:"list";s:4:"slug";s:4:"list";s:5:"count";s:3:"543";}s:12:"social-media";a:3:{s:4:"name";s:12:"social media";s:4:"slug";s:12:"social-media";s:5:"count";s:3:"540";}s:7:"plugins";a:3:{s:4:"name";s:7:"plugins";s:4:"slug";s:7:"plugins";s:5:"count";s:3:"526";}s:12:"contact-form";a:3:{s:4:"name";s:12:"contact form";s:4:"slug";s:12:"contact-form";s:5:"count";s:3:"525";}s:6:"simple";a:3:{s:4:"name";s:6:"simple";s:4:"slug";s:6:"simple";s:5:"count";s:3:"520";}s:9:"affiliate";a:3:{s:4:"name";s:9:"affiliate";s:4:"slug";s:9:"affiliate";s:5:"count";s:3:"518";}s:9:"multisite";a:3:{s:4:"name";s:9:"multisite";s:4:"slug";s:9:"multisite";s:5:"count";s:3:"518";}s:7:"picture";a:3:{s:4:"name";s:7:"picture";s:4:"slug";s:7:"picture";s:5:"count";s:3:"516";}s:7:"contact";a:3:{s:4:"name";s:7:"contact";s:4:"slug";s:7:"contact";s:5:"count";s:3:"489";}s:3:"api";a:3:{s:4:"name";s:3:"api";s:4:"slug";s:3:"api";s:5:"count";s:3:"479";}s:9:"marketing";a:3:{s:4:"name";s:9:"marketing";s:4:"slug";s:9:"marketing";s:5:"count";s:3:"472";}s:4:"shop";a:3:{s:4:"name";s:4:"shop";s:4:"slug";s:4:"shop";s:5:"count";s:3:"472";}s:8:"pictures";a:3:{s:4:"name";s:8:"pictures";s:4:"slug";s:8:"pictures";s:5:"count";s:3:"464";}s:3:"url";a:3:{s:4:"name";s:3:"url";s:4:"slug";s:3:"url";s:5:"count";s:3:"461";}s:10:"navigation";a:3:{s:4:"name";s:10:"navigation";s:4:"slug";s:10:"navigation";s:5:"count";s:3:"453";}s:4:"html";a:3:{s:4:"name";s:4:"html";s:4:"slug";s:4:"html";s:5:"count";s:3:"446";}s:6:"events";a:3:{s:4:"name";s:6:"events";s:4:"slug";s:6:"events";s:5:"count";s:3:"441";}s:10:"newsletter";a:3:{s:4:"name";s:10:"newsletter";s:4:"slug";s:10:"newsletter";s:5:"count";s:3:"435";}s:8:"tracking";a:3:{s:4:"name";s:8:"tracking";s:4:"slug";s:8:"tracking";s:5:"count";s:3:"428";}s:8:"calendar";a:3:{s:4:"name";s:8:"calendar";s:4:"slug";s:8:"calendar";s:5:"count";s:3:"428";}s:4:"meta";a:3:{s:4:"name";s:4:"meta";s:4:"slug";s:4:"meta";s:5:"count";s:3:"426";}s:10:"shortcodes";a:3:{s:4:"name";s:10:"shortcodes";s:4:"slug";s:10:"shortcodes";s:5:"count";s:3:"425";}s:5:"flash";a:3:{s:4:"name";s:5:"flash";s:4:"slug";s:5:"flash";s:5:"count";s:3:"422";}s:4:"news";a:3:{s:4:"name";s:4:"News";s:4:"slug";s:4:"news";s:5:"count";s:3:"415";}s:3:"tag";a:3:{s:4:"name";s:3:"tag";s:4:"slug";s:3:"tag";s:5:"count";s:3:"415";}s:11:"advertising";a:3:{s:4:"name";s:11:"advertising";s:4:"slug";s:11:"advertising";s:5:"count";s:3:"411";}s:6:"upload";a:3:{s:4:"name";s:6:"upload";s:4:"slug";s:6:"upload";s:5:"count";s:3:"408";}s:9:"thumbnail";a:3:{s:4:"name";s:9:"thumbnail";s:4:"slug";s:9:"thumbnail";s:5:"count";s:3:"407";}s:7:"sharing";a:3:{s:4:"name";s:7:"sharing";s:4:"slug";s:7:"sharing";s:5:"count";s:3:"406";}s:6:"paypal";a:3:{s:4:"name";s:6:"paypal";s:4:"slug";s:6:"paypal";s:5:"count";s:3:"406";}s:8:"lightbox";a:3:{s:4:"name";s:8:"lightbox";s:4:"slug";s:8:"lightbox";s:5:"count";s:3:"405";}s:7:"profile";a:3:{s:4:"name";s:7:"profile";s:4:"slug";s:7:"profile";s:5:"count";s:3:"404";}s:8:"linkedin";a:3:{s:4:"name";s:8:"linkedin";s:4:"slug";s:8:"linkedin";s:5:"count";s:3:"401";}s:12:"notification";a:3:{s:4:"name";s:12:"notification";s:4:"slug";s:12:"notification";s:5:"count";s:3:"401";}}', 'no'),
(20836, 'custom_login_design', 'a:51:{s:21:"html_background_color";s:0:"";s:30:"html_background_color_checkbox";s:3:"off";s:29:"html_background_color_opacity";s:1:"1";s:19:"html_background_url";s:61:"http://www.grieffree.org/wp-content/uploads/2016/01/Admin.jpg";s:24:"html_background_position";s:10:"center top";s:22:"html_background_repeat";s:9:"no-repeat";s:20:"html_background_size";s:5:"cover";s:12:"hide_wp_logo";s:3:"off";s:19:"logo_background_url";s:78:"http://www.grieffree.org/wp-content/uploads/2016/02/grieffree-updated-Logo.png";s:26:"logo_background_size_width";s:3:"230";s:27:"logo_background_size_height";s:2:"53";s:24:"logo_background_position";s:10:"center top";s:22:"logo_background_repeat";s:9:"no-repeat";s:20:"logo_background_size";s:4:"none";s:25:"logo_force_form_max_width";s:3:"off";s:16:"login_form_width";s:3:"320";s:27:"login_form_background_color";s:7:"#ffffff";s:36:"login_form_background_color_checkbox";s:2:"on";s:35:"login_form_background_color_opacity";s:3:"0.7";s:25:"login_form_background_url";s:0:"";s:30:"login_form_background_position";s:8:"left top";s:28:"login_form_background_repeat";s:9:"no-repeat";s:26:"login_form_background_size";s:4:"none";s:24:"login_form_border_radius";s:2:"20";s:22:"login_form_border_size";s:1:"1";s:23:"login_form_border_color";s:7:"#ffffff";s:32:"login_form_border_color_checkbox";s:2:"on";s:31:"login_form_border_color_opacity";s:1:"1";s:21:"login_form_box_shadow";s:0:"";s:27:"login_form_box_shadow_color";s:0:"";s:36:"login_form_box_shadow_color_checkbox";s:3:"off";s:35:"login_form_box_shadow_color_opacity";s:1:"1";s:11:"label_color";s:0:"";s:20:"label_color_checkbox";s:3:"off";s:19:"label_color_opacity";s:1:"1";s:9:"nav_color";s:0:"";s:18:"nav_color_checkbox";s:3:"off";s:17:"nav_color_opacity";s:1:"1";s:21:"nav_text_shadow_color";s:0:"";s:30:"nav_text_shadow_color_checkbox";s:3:"off";s:29:"nav_text_shadow_color_opacity";s:1:"1";s:15:"nav_hover_color";s:0:"";s:24:"nav_hover_color_checkbox";s:3:"off";s:23:"nav_hover_color_opacity";s:1:"1";s:27:"nav_text_shadow_hover_color";s:0:"";s:36:"nav_text_shadow_hover_color_checkbox";s:3:"off";s:35:"nav_text_shadow_hover_color_opacity";s:1:"1";s:10:"custom_css";s:0:"";s:11:"animate.css";s:3:"off";s:11:"custom_html";s:0:"";s:13:"custom_jquery";s:0:"";}', 'yes'),
(20845, 'custom_login_general', 'a:8:{s:6:"active";s:2:"on";s:10:"capability";s:14:"manage_options";s:8:"tracking";s:3:"off";s:13:"admin_notices";s:3:"off";s:16:"dashboard_widget";s:3:"off";s:11:"wp_shake_js";s:3:"off";s:16:"remove_login_css";s:3:"off";s:17:"lostpassword_text";s:3:"off";}', 'yes'),
(20936, '_transient_timeout_custom_login_66fc0e2cad15520b60da4ff4e1aa8303', '1471830685', 'no'),
(20937, '_transient_custom_login_66fc0e2cad15520b60da4ff4e1aa8303', 'O:8:"stdClass":2:{s:7:"version";s:12:"3.2 02/09/15";s:7:"message";s:212:"Celebrate 500,000+ Custom Login downloads with a free extension. [<a href="https://frosty.media/?p=26056&utm_source=wp-admin&utm_medium=custom-login-announcements&utm_campaign=500K" target="_blank">Read more</a>]";}', 'no'),
(21025, '_site_transient_timeout_browser_4c9717c179f154741a00df005d8e11d2', '1472788071', 'no'),
(21026, '_site_transient_browser_4c9717c179f154741a00df005d8e11d2', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"52.0.2743.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(21239, '_site_transient_timeout_browser_be4c7f29f1b4e5a909409627a7cb3470', '1473568100', 'no'),
(21240, '_site_transient_browser_be4c7f29f1b4e5a909409627a7cb3470', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:12:"53.0.2785.89";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(21338, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:1:{i:0;O:8:"stdClass":10:{s:8:"response";s:6:"latest";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-4.6.1.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-4.6.1.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-4.6.1-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-4.6.1-new-bundled.zip";s:7:"partial";b:0;s:8:"rollback";b:0;}s:7:"current";s:5:"4.6.1";s:7:"version";s:5:"4.6.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.4";s:15:"partial_version";s:0:"";}}s:12:"last_checked";i:1474048007;s:15:"version_checked";s:5:"4.6.1";s:12:"translations";a:0:{}}', 'no'),
(21441, '_site_transient_timeout_browser_5cc6ca4b5fab787245d91f3d029050df', '1474137269', 'no'),
(21442, '_site_transient_browser_5cc6ca4b5fab787245d91f3d029050df', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"53.0.2785.101";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(21449, '_site_transient_timeout_available_translations', '1473543411', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21450, '_site_transient_available_translations', 'a:84:{s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 18:36:09";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-03 19:46:28";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6.1/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-06-18 20:18:13";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.5.4/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-11 22:42:10";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-03 08:46:26";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 17:09:07";s:12:"english_name";s:7:"Bengali";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:23:"এগিয়ে চল.";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-05 09:44:12";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་སྐད";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:24:"མུ་མཐུད།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-04-19 23:16:37";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.4/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 17:21:06";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.4.3";s:7:"updated";s:19:"2016-02-16 15:34:57";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.3/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2016-02-11 18:32:36";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:12:"Čeština‎";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.4.2/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 10:17:24";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 09:12:43";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:12:"Forts&#230;t";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 09:30:50";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.6.1/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 12:56:13";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 12:59:43";s:12:"english_name";s:23:"(Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/4.6.1/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 09:26:14";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 19:00:23";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-11 23:19:29";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 11:54:12";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-11 22:36:25";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 02:18:44";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-20 07:14:07";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 15:12:41";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 17:56:31";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_GT.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-04-16 17:35:43";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.4/es_PE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:6:"4.3-RC";s:7:"updated";s:19:"2015-08-04 06:10:33";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.3-RC/es_CO.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-19 13:48:04";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_AR.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-29 15:07:52";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_MX.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-30 11:26:52";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_ES.zip";s:3:"iso";a:1:{i:1;s:2:"es";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 12:34:44";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_VE.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 22:11:44";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/es_CL.zip";s:3:"iso";a:2:{i:1;s:2:"es";i:2;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:7:"4.6-rc2";s:7:"updated";s:19:"2016-08-09 06:49:25";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.6-rc2/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-04 14:53:30";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-18 16:59:29";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 18:30:48";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-15 19:02:20";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-31 13:37:55";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-13 16:21:14";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-21 15:44:17";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-04 13:42:43";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:31:"ચાલુ રાખવું";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-03 21:57:20";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-03 13:43:01";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:12:"जारी";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 15:12:28";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-18 23:35:30";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2016-02-04 07:13:54";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-20 00:18:09";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-28 16:20:57";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 16:41:51";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 17:33:07";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:9:"続ける";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-29 11:51:34";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-26 00:37:05";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-11 21:29:34";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-05-12 13:55:28";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.4/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-23 16:19:03";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-14 14:18:43";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.1.13";s:7:"updated";s:19:"2015-03-26 15:57:42";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.1.13/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 13:09:49";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 09:10:02";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"4.4.3";s:7:"updated";s:19:"2016-01-20 13:35:50";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/4.4.3/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-27 16:24:28";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-25 09:29:49";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6.1/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 16:28:27";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.1.13";s:7:"updated";s:19:"2015-03-29 22:19:48";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.1.13/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-14 15:53:43";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-18 09:38:18";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-06 10:56:56";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-30 19:40:04";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-17 10:49:08";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-18 16:23:26";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-14 07:00:01";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-12 16:41:17";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-29 20:20:44";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-09-07 13:30:24";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.6.1/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-06-30 10:22:26";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.5.4/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-11-27 15:51:36";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 10:50:15";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-06-22 12:27:05";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:9:"Uyƣurqə";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.4/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-16 23:29:57";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.6.1/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"4.4.2";s:7:"updated";s:19:"2015-12-09 01:01:25";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.4.2/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"4.6.1";s:7:"updated";s:19:"2016-08-18 13:53:15";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.6.1/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"4.5.4";s:7:"updated";s:19:"2016-04-17 03:29:01";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.5.4/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}}', 'no'),
(21507, '_transient_wpcharming_categories', '1', 'yes'),
(21555, '_site_transient_timeout_browser_ada14cbace8c3805b84105112c6d4b96', '1474494458', 'no'),
(21556, '_site_transient_browser_ada14cbace8c3805b84105112c6d4b96', 'a:9:{s:8:"platform";s:7:"Windows";s:4:"name";s:6:"Chrome";s:7:"version";s:13:"52.0.2743.116";s:10:"update_url";s:28:"http://www.google.com/chrome";s:7:"img_src";s:49:"http://s.wordpress.org/images/browsers/chrome.png";s:11:"img_src_ssl";s:48:"https://wordpress.org/images/browsers/chrome.png";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;}', 'no'),
(21592, '_site_transient_timeout_theme_roots', '1474049807', 'no'),
(21593, '_site_transient_theme_roots', 'a:1:{s:9:"Grieffree";s:7:"/themes";}', 'no'),
(21595, '_site_transient_update_plugins', 'O:8:"stdClass":4:{s:12:"last_checked";i:1474057537;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:12:{s:19:"akismet/akismet.php";O:8:"stdClass":6:{s:2:"id";s:2:"15";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:3:"3.2";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:54:"https://downloads.wordpress.org/plugin/akismet.3.2.zip";}s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";O:8:"stdClass":6:{s:2:"id";s:3:"520";s:4:"slug";s:19:"all-in-one-seo-pack";s:6:"plugin";s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";s:11:"new_version";s:7:"2.3.9.2";s:3:"url";s:50:"https://wordpress.org/plugins/all-in-one-seo-pack/";s:7:"package";s:70:"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.3.9.2.zip";}s:37:"breadcrumb-navxt/breadcrumb-navxt.php";O:8:"stdClass":6:{s:2:"id";s:4:"1283";s:4:"slug";s:16:"breadcrumb-navxt";s:6:"plugin";s:37:"breadcrumb-navxt/breadcrumb-navxt.php";s:11:"new_version";s:5:"5.5.1";s:3:"url";s:47:"https://wordpress.org/plugins/breadcrumb-navxt/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/breadcrumb-navxt.5.5.1.zip";}s:36:"contact-form-7/wp-contact-form-7.php";O:8:"stdClass":6:{s:2:"id";s:3:"790";s:4:"slug";s:14:"contact-form-7";s:6:"plugin";s:36:"contact-form-7/wp-contact-form-7.php";s:11:"new_version";s:3:"4.5";s:3:"url";s:45:"https://wordpress.org/plugins/contact-form-7/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/contact-form-7.4.5.zip";}s:29:"custom-login/custom-login.php";O:8:"stdClass":6:{s:2:"id";s:4:"9612";s:4:"slug";s:12:"custom-login";s:6:"plugin";s:29:"custom-login/custom-login.php";s:11:"new_version";s:5:"3.2.5";s:3:"url";s:43:"https://wordpress.org/plugins/custom-login/";s:7:"package";s:55:"https://downloads.wordpress.org/plugin/custom-login.zip";}s:28:"page-excerpt/pageExcerpt.php";O:8:"stdClass":6:{s:2:"id";s:4:"4424";s:4:"slug";s:12:"page-excerpt";s:6:"plugin";s:28:"page-excerpt/pageExcerpt.php";s:11:"new_version";s:3:"1.3";s:3:"url";s:43:"https://wordpress.org/plugins/page-excerpt/";s:7:"package";s:59:"https://downloads.wordpress.org/plugin/page-excerpt.1.3.zip";}s:31:"sf-move-login/sf-move-login.php";O:8:"stdClass":6:{s:2:"id";s:5:"41356";s:4:"slug";s:13:"sf-move-login";s:6:"plugin";s:31:"sf-move-login/sf-move-login.php";s:11:"new_version";s:3:"2.3";s:3:"url";s:44:"https://wordpress.org/plugins/sf-move-login/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/sf-move-login.zip";}s:59:"ultimate-social-media-icons/ultimate_social_media_icons.php";O:8:"stdClass":7:{s:2:"id";s:5:"53724";s:4:"slug";s:27:"ultimate-social-media-icons";s:6:"plugin";s:59:"ultimate-social-media-icons/ultimate_social_media_icons.php";s:11:"new_version";s:5:"1.5.4";s:3:"url";s:58:"https://wordpress.org/plugins/ultimate-social-media-icons/";s:7:"package";s:76:"https://downloads.wordpress.org/plugin/ultimate-social-media-icons.1.5.4.zip";s:14:"upgrade_notice";s:14:"Please upgrade";}s:24:"composer/js_composer.php";O:8:"stdClass":6:{s:2:"id";s:5:"41532";s:4:"slug";s:8:"composer";s:6:"plugin";s:24:"composer/js_composer.php";s:11:"new_version";s:5:"0.1.2";s:3:"url";s:39:"https://wordpress.org/plugins/composer/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/composer.0.1.2.zip";}s:27:"woosidebars/woosidebars.php";O:8:"stdClass":7:{s:2:"id";s:5:"30668";s:4:"slug";s:11:"woosidebars";s:6:"plugin";s:27:"woosidebars/woosidebars.php";s:11:"new_version";s:5:"1.4.3";s:3:"url";s:42:"https://wordpress.org/plugins/woosidebars/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/woosidebars.1.4.3.zip";s:14:"upgrade_notice";s:32:"Bug fix and maintenance release.";}s:27:"wp-optimize/wp-optimize.php";O:8:"stdClass":6:{s:2:"id";s:4:"6250";s:4:"slug";s:11:"wp-optimize";s:6:"plugin";s:27:"wp-optimize/wp-optimize.php";s:11:"new_version";s:5:"1.9.1";s:3:"url";s:42:"https://wordpress.org/plugins/wp-optimize/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/wp-optimize.1.9.1.zip";}s:35:"wp-super-minify/wp-super-minify.php";O:8:"stdClass":6:{s:2:"id";s:5:"54281";s:4:"slug";s:15:"wp-super-minify";s:6:"plugin";s:35:"wp-super-minify/wp-super-minify.php";s:11:"new_version";s:5:"1.3.2";s:3:"url";s:46:"https://wordpress.org/plugins/wp-super-minify/";s:7:"package";s:64:"https://downloads.wordpress.org/plugin/wp-super-minify.1.3.2.zip";}}}', 'no'),
(21597, '_site_transient_timeout_aioseop_update_check_time', '1474079130', 'no'),
(21598, '_site_transient_aioseop_update_check_time', '1474057530', 'no'),
(21599, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1474100736', 'no'),
(21600, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1474100736', 'no'),
(21601, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1474057536', 'no'),
(21602, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1474100736', 'no'),
(21603, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1474100736', 'no'),
(21604, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1474057536', 'no'),
(21605, '_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109', '1474100736', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(21606, '_transient_feed_b9388c83948825c1edaef0d856b7b109', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n	\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:117:"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:45:"https://wordpress.org/plugins/browse/popular/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:34:"WordPress Plugins » View: Popular";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 16 Sep 2016 19:55:54 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:25:"http://bbpress.org/?v=1.1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"item";a:30:{i:0;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:24:"Jetpack by WordPress.com";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:49:"https://wordpress.org/plugins/jetpack/#post-23862";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 Jan 2011 02:21:38 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"23862@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:107:"Increase your traffic, view your stats, speed up your site, and protect yourself from hackers with Jetpack.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Automattic";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:7:"Akismet";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:46:"https://wordpress.org/plugins/akismet/#post-15";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:11:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:33:"15@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:98:"Akismet checks your comments against the Akismet Web service to see if they look like spam or not.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Really Simple CAPTCHA";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/really-simple-captcha/#post-9542";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 09 Mar 2009 02:17:35 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"9542@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:138:"Really Simple CAPTCHA is a CAPTCHA module intended to be called from other plugins. It is originally created for my Contact Form 7 plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"Google Analytics by MonsterInsights";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/plugins/google-analytics-for-wordpress/#post-2316";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 14 Sep 2007 12:15:27 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2316@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:113:"Connect Google Analytics with WordPress by adding your Google Analytics tracking code. Get the stats that matter.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Syed Balkhi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:21:"Regenerate Thumbnails";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:62:"https://wordpress.org/plugins/regenerate-thumbnails/#post-6743";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sat, 23 Aug 2008 14:38:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"6743@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:76:"Allows you to regenerate your thumbnails after changing the thumbnail sizes.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:25:"Alex Mills (Viper007Bond)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:9:"Yoast SEO";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:54:"https://wordpress.org/plugins/wordpress-seo/#post-8321";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 01 Jan 2009 20:34:44 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"8321@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:114:"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using Yoast SEO plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"Joost de Valk";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"Wordfence Security";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wordfence/#post-29832";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 04 Sep 2011 03:13:51 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29832@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"Secure your website with the Wordfence security plugin for WordPress.  Wordfence provides free enterprise-class WordPress security, protecting your we";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Wordfence";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WP Super Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/wp-super-cache/#post-2572";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Nov 2007 11:40:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2572@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:73:"A very fast caching engine for WordPress that produces static html files.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Donncha O Caoimh";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"TinyMCE Advanced";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:57:"https://wordpress.org/plugins/tinymce-advanced/#post-2082";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 27 Jun 2007 15:00:26 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2082@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:58:"Extends and enhances TinyMCE, the WordPress Visual Editor.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Andrew Ozz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:26:"Page Builder by SiteOrigin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/siteorigin-panels/#post-51888";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 11 Apr 2013 10:36:42 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"51888@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:111:"Build responsive page layouts using the widgets you know and love using this simple drag and drop page builder.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Greg Priday";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:10;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Hello Dolly";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/hello-dolly/#post-5790";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 29 May 2008 22:11:34 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"5790@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:11;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:15:"NextGEN Gallery";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/plugins/nextgen-gallery/#post-1169";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 23 Apr 2007 20:08:06 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"1169@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:121:"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 15 million downloads.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Alex Rabe";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:12;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WordPress Importer";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wordpress-importer/#post-18101";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 20 May 2010 17:42:45 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"18101@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:101:"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brian Colinger";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:13;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WP-PageNavi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/wp-pagenavi/#post-363";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 23:17:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"363@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:49:"Adds a more advanced paging navigation interface.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Lester Chan";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:14;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"W3 Total Cache";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/plugins/w3-total-cache/#post-12073";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 29 Jul 2009 18:46:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"12073@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:132:"Easy Web Performance Optimization (WPO) using caching: browser, page, object, database, minify and content delivery network support.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Frederick Townes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:15;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:22:"Advanced Custom Fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/advanced-custom-fields/#post-25254";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 17 Mar 2011 04:07:30 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"25254@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:68:"Customise WordPress with powerful, professional and intuitive fields";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"elliotcondon";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:16;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Duplicate Post";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/duplicate-post/#post-2646";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Dec 2007 17:40:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2646@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:22:"Clone posts and pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:4:"Lopo";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:17;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"All in One SEO Pack";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:59:"https://wordpress.org/plugins/all-in-one-seo-pack/#post-753";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 30 Mar 2007 20:08:18 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"753@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:150:"The most downloaded plugin for WordPress (almost 30 million downloads). Use All in One SEO Pack to automatically optimize your site for Search Engines";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"uberdose";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:18;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:19:"Google XML Sitemaps";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:64:"https://wordpress.org/plugins/google-sitemap-generator/#post-132";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 09 Mar 2007 22:31:32 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:34:"132@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:105:"This plugin will generate a special XML sitemap which will help search engines to better index your blog.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Arne Brachhold";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:19;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"WooCommerce";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/woocommerce/#post-29860";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 05 Sep 2011 08:13:36 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"29860@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:97:"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"WooThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:20;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"Contact Form 7";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:55:"https://wordpress.org/plugins/contact-form-7/#post-2141";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 02 Aug 2007 12:45:03 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"2141@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:54:"Just another contact form plugin. Simple but flexible.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:16:"Takayuki Miyoshi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:21;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:16:"Disable Comments";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:58:"https://wordpress.org/plugins/disable-comments/#post-26907";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 27 May 2011 04:42:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"26907@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:134:"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. Multisite friendly.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Samir Shah";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:22;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"UpdraftPlus WordPress Backup Plugin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/plugins/updraftplus/#post-38058";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 21 May 2012 15:14:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"38058@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:148:"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"David Anderson";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:23;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:30:"Clef Two-Factor Authentication";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:48:"https://wordpress.org/plugins/wpclef/#post-47509";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 27 Dec 2012 01:25:57 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"47509@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:139:"Modern two-factor that people love to use: strong authentication without passwords or tokens; single sign on/off; magical login experience.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:9:"Dave Ross";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:24;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:18:"WP Multibyte Patch";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/wp-multibyte-patch/#post-28395";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Jul 2011 12:22:53 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"28395@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:71:"Multibyte functionality enhancement for the WordPress Japanese package.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:13:"plugin-master";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:25;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:33:"Google Analytics Dashboard for WP";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:75:"https://wordpress.org/plugins/google-analytics-dashboard-for-wp/#post-50539";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Sun, 10 Mar 2013 17:07:11 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"50539@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:127:"Displays Google Analytics reports in your WordPress Dashboard. Inserts the latest Google Analytics tracking code in your pages.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Alin Marcu";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:26;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:27:"Black Studio TinyMCE Widget";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:69:"https://wordpress.org/plugins/black-studio-tinymce-widget/#post-31973";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 10 Nov 2011 15:06:14 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"31973@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:39:"The visual editor widget for Wordpress.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Marco Chiesi";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:27;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:10:"Duplicator";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:52:"https://wordpress.org/plugins/duplicator/#post-26607";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 16 May 2011 12:15:41 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"26607@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:88:"Duplicate, clone, backup, move and transfer an entire site from one location to another.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:10:"Cory Lamle";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:28;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:46:"iThemes Security (formerly Better WP Security)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:60:"https://wordpress.org/plugins/better-wp-security/#post-21738";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 22 Oct 2010 22:06:05 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"21738@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:146:"Take the guesswork out of WordPress security. iThemes Security offers 30+ ways to lock down WordPress in an easy-to-use WordPress security plugin.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:7:"iThemes";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:29;a:6:{s:4:"data";s:30:"\n			\n			\n			\n			\n			\n			\n					";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:2:{s:0:"";a:5:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:11:"Meta Slider";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:51:"https://wordpress.org/plugins/ml-slider/#post-49521";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Thu, 14 Feb 2013 16:56:31 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:36:"49521@https://wordpress.org/plugins/";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:131:"Easy to use WordPress Slider plugin. Create responsive slideshows with Nivo Slider, Flex Slider, Coin Slider and Responsive Slides.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Matcha Labs";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:46:"https://wordpress.org/plugins/rss/view/popular";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:42:"Requests_Utility_CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:12:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Fri, 16 Sep 2016 20:25:36 GMT";s:12:"content-type";s:23:"text/xml; charset=UTF-8";s:4:"vary";s:15:"Accept-Encoding";s:25:"strict-transport-security";s:11:"max-age=360";s:7:"expires";s:29:"Fri, 16 Sep 2016 20:30:54 GMT";s:13:"cache-control";s:0:"";s:6:"pragma";s:0:"";s:13:"last-modified";s:31:"Fri, 16 Sep 2016 19:55:54 +0000";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:4:"x-nc";s:11:"HIT lax 250";s:16:"content-encoding";s:4:"gzip";}}s:5:"build";s:14:"20130911110210";}', 'no'),
(21607, '_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109', '1474100736', 'no'),
(21608, '_transient_feed_mod_b9388c83948825c1edaef0d856b7b109', '1474057536', 'no'),
(21609, '_transient_timeout_plugin_slugs', '1474143937', 'no'),
(21610, '_transient_plugin_slugs', 'a:14:{i:0;s:19:"akismet/akismet.php";i:1;s:43:"all-in-one-seo-pack/all_in_one_seo_pack.php";i:2;s:37:"breadcrumb-navxt/breadcrumb-navxt.php";i:3;s:36:"contact-form-7/wp-contact-form-7.php";i:4;s:29:"custom-login/custom-login.php";i:5;s:28:"page-excerpt/pageExcerpt.php";i:6;s:23:"revslider/revslider.php";i:7;s:31:"sf-move-login/sf-move-login.php";i:8;s:59:"ultimate-social-media-icons/ultimate_social_media_icons.php";i:9;s:36:"testimonials-showcase/ttshowcase.php";i:10;s:24:"composer/js_composer.php";i:11;s:27:"woosidebars/woosidebars.php";i:12;s:27:"wp-optimize/wp-optimize.php";i:13;s:35:"wp-super-minify/wp-super-minify.php";}', 'no'),
(21611, '_transient_timeout_dash_88ae138922fe95674369b1cb3d215a2b', '1474100736', 'no'),
(21612, '_transient_dash_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2016/09/wordpress-4-6-1-security-and-maintenance-release/''>WordPress 4.6.1 Security and Maintenance Release</a> <span class="rss-date">September 7, 2016</span><div class="rssSummary">WordPress 4.6.1 is now available. This is a security release for all previous versions and we strongly encourage you to update your sites immediately. WordPress versions 4.6 and earlier are affected by two security issues: a cross-site scripting vulnerability via image filename, reported by SumOfPwn researcher Cengiz Han Sahin; and a path traversal vulnerability in [&hellip;]</div></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''http://heropress.com/essays/endless-supply-happiness/''>HeroPress: An Endless Supply of Happiness</a></li><li><a class=''rsswidget'' href=''http://heropress.com/essays/a-community-of-acceptance/''>HeroPress: A Community of Acceptance</a></li><li><a class=''rsswidget'' href=''https://poststatus.com/rejuvenating-old-software-products-pippin-williamson/''>Post Status: Rejuvenating old software products, with Pippin Williamson</a></li></ul></div><div class="rss-widget"><ul><li class="dashboard-news-plugin"><span>Popular Plugin:</span> Page Builder by SiteOrigin&nbsp;<a href="plugin-install.php?tab=plugin-information&amp;plugin=siteorigin-panels&amp;_wpnonce=100fd73c77&amp;TB_iframe=true&amp;width=600&amp;height=800" class="thickbox open-plugin-details-modal" aria-label="Install Page Builder by SiteOrigin">(Install)</a></li></ul></div>', 'no');

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

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

CREATE TABLE IF NOT EXISTS `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=4295 ;

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

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(21, 11, '_wp_attached_file', 'revslider/home1/logo_element3.png'),
(22, 11, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:161;s:6:"height";i:35;s:4:"file";s:33:"revslider/home1/logo_element3.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"logo_element3-150x35.png";s:5:"width";i:150;s:6:"height";i:35;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(23, 12, '_wp_attached_file', 'revslider/home1/logo_element5.png'),
(24, 12, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:171;s:6:"height";i:1;s:4:"file";s:33:"revslider/home1/logo_element5.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"logo_element5-150x1.png";s:5:"width";i:150;s:6:"height";i:1;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(25, 13, '_wp_attached_file', 'revslider/home1/logo_element4.png'),
(26, 13, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:176;s:6:"height";i:1;s:4:"file";s:33:"revslider/home1/logo_element4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"logo_element4-150x1.png";s:5:"width";i:150;s:6:"height";i:1;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(51, 26, '_wp_attached_file', 'revslider/home1/logo_element5.png'),
(52, 26, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:171;s:6:"height";i:1;s:4:"file";s:33:"revslider/home1/logo_element5.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"logo_element5-150x1.png";s:5:"width";i:150;s:6:"height";i:1;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(53, 27, '_wp_attached_file', 'revslider/home1/logo_element4.png'),
(54, 27, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:176;s:6:"height";i:1;s:4:"file";s:33:"revslider/home1/logo_element4.png";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"logo_element4-150x1.png";s:5:"width";i:150;s:6:"height";i:1;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(65, 33, '_edit_last', '1'),
(66, 33, '_wpb_vc_js_status', 'true'),
(67, 33, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(68, 33, 'slide_template', 'default'),
(69, 33, '_wpc_page_layout', 'full-screen'),
(70, 33, '_wpc_header_alignment', 'center'),
(73, 33, '_wpc_header_bg_color', '#ffffff'),
(74, 33, '_wpc_header_text_color', '#222222'),
(75, 33, '_edit_lock', '1469150193:1'),
(76, 33, '_wpc_hide_page_title', 'on'),
(77, 33, '_wpc_hide_breadcrumb', 'on'),
(80, 37, '_wp_attached_file', '2016/01/Transform-the-pain-o.png'),
(81, 37, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:440;s:6:"height";i:131;s:4:"file";s:32:"2016/01/Transform-the-pain-o.png";s:5:"sizes";a:2:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Transform-the-pain-o-150x131.png";s:5:"width";i:150;s:6:"height";i:131;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:31:"Transform-the-pain-o-300x89.png";s:5:"width";i:300;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(82, 38, '_wp_attached_file', '2016/01/Rectangle.png'),
(83, 38, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:125;s:6:"height";i:45;s:4:"file";s:21:"2016/01/Rectangle.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(84, 39, '_wp_attached_file', '2016/01/Banner2.jpg'),
(85, 39, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:450;s:4:"file";s:19:"2016/01/Banner2.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Banner2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:19:"Banner2-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Banner2-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:20:"Banner2-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:19:"Banner2-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:19:"Banner2-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(88, 42, '_menu_item_type', 'post_type'),
(89, 42, '_menu_item_menu_item_parent', '0'),
(90, 42, '_menu_item_object_id', '33'),
(91, 42, '_menu_item_object', 'page'),
(92, 42, '_menu_item_target', ''),
(93, 42, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(94, 42, '_menu_item_xfn', ''),
(95, 42, '_menu_item_url', ''),
(151, 42, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(159, 51, '_wp_attached_file', '2016/01/favicon.png'),
(160, 51, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:29;s:6:"height";i:29;s:4:"file";s:19:"2016/01/favicon.png";s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(161, 33, '_wpc_header_padding_top', '1'),
(162, 33, '_wpc_header_padding_bottom', '1'),
(169, 33, '_wpb_shortcodes_custom_css', '.vc_custom_1469149663320{margin-top: -10px !important;}.vc_custom_1452993873071{margin-top: 5px !important;}.vc_custom_1452993863219{margin-top: 5px !important;}.vc_custom_1452993882931{margin-top: 5px !important;}.vc_custom_1454786600804{margin-top: -50px !important;}'),
(176, 69, '_wp_attached_file', '2016/01/title-bottom-border.png'),
(177, 69, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1001;s:6:"height";i:2;s:4:"file";s:31:"2016/01/title-bottom-border.png";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"title-bottom-border-150x2.png";s:5:"width";i:150;s:6:"height";i:2;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:29:"title-bottom-border-300x1.png";s:5:"width";i:300;s:6:"height";i:1;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:29:"title-bottom-border-768x2.png";s:5:"width";i:768;s:6:"height";i:2;s:9:"mime-type";s:9:"image/png";}s:12:"medium-thumb";a:4:{s:4:"file";s:29:"title-bottom-border-500x2.png";s:5:"width";i:500;s:6:"height";i:2;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:29:"title-bottom-border-700x2.png";s:5:"width";i:700;s:6:"height";i:2;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(186, 76, '_edit_last', '1'),
(187, 76, '_edit_lock', '1452990309:1'),
(189, 76, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(190, 76, 'ccr_testimonial_client_name', 'Client One'),
(191, 76, 'ccr_testimonial_client_designaion', ''),
(192, 76, 'slide_template', 'default'),
(193, 77, '_edit_last', '1'),
(194, 77, '_edit_lock', '1452990103:1'),
(196, 77, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(197, 77, 'ccr_testimonial_client_name', 'Client Name'),
(198, 77, 'ccr_testimonial_client_designaion', ''),
(199, 77, 'slide_template', 'default'),
(200, 78, '_edit_last', '1'),
(201, 78, '_edit_lock', '1452990050:1'),
(203, 78, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(204, 78, 'ccr_testimonial_client_name', 'Client Name'),
(205, 78, 'ccr_testimonial_client_designaion', ''),
(206, 78, 'slide_template', 'default'),
(209, 78, '_testimonial', 'a:3:{s:11:"client_name";s:11:"Client Name";s:6:"source";s:0:"";s:4:"link";s:0:"";}'),
(210, 77, '_testimonial', 'a:3:{s:11:"client_name";s:11:"Client Name";s:6:"source";s:0:"";s:4:"link";s:0:"";}'),
(211, 76, '_testimonial', 'a:3:{s:11:"client_name";s:11:"Client Name";s:6:"source";s:0:"";s:4:"link";s:0:"";}'),
(214, 87, '_edit_last', '1'),
(215, 87, '_edit_lock', '1452991422:1'),
(216, 87, 'ccr_testimonial_client_name', 'Name'),
(218, 87, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(219, 87, '_rotator_id', '|90|'),
(220, 87, '_rating', '3'),
(221, 87, '_cite', 'Lorem ipsum'),
(222, 87, 'slide_template', 'default'),
(223, 88, '_edit_last', '1'),
(224, 88, '_edit_lock', '1452991398:1'),
(225, 88, 'ccr_testimonial_client_name', 'Name'),
(227, 88, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(228, 88, '_rotator_id', '|90|'),
(229, 88, '_rating', '3'),
(230, 88, '_cite', 'Lorem ipsum'),
(231, 88, 'slide_template', 'default'),
(232, 89, '_edit_last', '1'),
(233, 89, '_edit_lock', '1452991338:1'),
(234, 89, 'ccr_testimonial_client_name', 'Name'),
(236, 89, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(237, 89, '_rotator_id', '|90|'),
(238, 89, '_rating', '4'),
(239, 89, '_cite', 'Lorem ipsum'),
(240, 89, 'slide_template', 'default'),
(241, 90, '_edit_last', '1'),
(242, 90, '_edit_lock', '1452992733:1'),
(244, 90, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(245, 90, '_fx', 'fade'),
(246, 90, '_timeout', '5'),
(247, 90, '_speed', '1'),
(248, 90, '_limit', '3'),
(249, 90, '_itemreviewed', ''),
(250, 90, '_template', 'longform'),
(251, 90, '_img_size', 'thumbnail'),
(252, 90, '_title_heading', 'h3'),
(253, 90, '_shuffle', '0'),
(254, 90, '_verticalalign', '0'),
(255, 90, '_prevnext', '1'),
(256, 90, '_hidefeaturedimage', '0'),
(257, 90, '_hide_microdata', '0'),
(262, 90, 'slide_template', 'default'),
(263, 94, '_wp_attached_file', '2016/01/box-img1.jpg'),
(264, 94, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:280;s:6:"height";i:164;s:4:"file";s:20:"2016/01/box-img1.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"box-img1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(266, 96, '_wp_attached_file', '2016/01/box-img2.jpg'),
(267, 96, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:280;s:6:"height";i:164;s:4:"file";s:20:"2016/01/box-img2.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"box-img2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(268, 97, '_wp_attached_file', '2016/01/box-img3.jpg'),
(269, 97, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:280;s:6:"height";i:164;s:4:"file";s:20:"2016/01/box-img3.jpg";s:5:"sizes";a:1:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"box-img3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(272, 101, '_edit_last', '1'),
(273, 101, '_edit_lock', '1457207919:1'),
(275, 101, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(276, 101, 'slide_template', 'default'),
(277, 101, '_advanced_info_target', 'none'),
(278, 101, '_advanced_info_custom_url', ''),
(279, 101, '_aditional_info_name', 'Read More'),
(280, 101, '_aditional_info_url', 'http://www.grieffree.org/professional-testimonials/'),
(281, 101, '_aditional_info_target', '_top'),
(282, 101, '_aditional_info_review_title', ''),
(283, 101, '_aditional_info_short_testimonial', 'Grieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.'),
(284, 101, '_aditional_info_rating', '0'),
(285, 101, '_aditional_info_email', ''),
(286, 102, '_edit_last', '1'),
(287, 102, '_edit_lock', '1457207918:1'),
(289, 102, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(290, 102, 'slide_template', 'default'),
(291, 102, '_advanced_info_target', 'none'),
(292, 102, '_advanced_info_custom_url', ''),
(293, 102, '_aditional_info_name', 'Read More'),
(294, 102, '_aditional_info_url', 'http://www.grieffree.org/professional-testimonials/'),
(295, 102, '_aditional_info_target', '_blank'),
(296, 102, '_aditional_info_review_title', ''),
(297, 102, '_aditional_info_short_testimonial', 'Many times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change...'),
(298, 102, '_aditional_info_rating', '0'),
(299, 102, '_aditional_info_email', ''),
(336, 123, '_wp_attached_file', '2016/01/Admin.jpg'),
(337, 123, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1500;s:6:"height";i:970;s:4:"file";s:17:"2016/01/Admin.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:17:"Admin-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:17:"Admin-300x194.jpg";s:5:"width";i:300;s:6:"height";i:194;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:17:"Admin-768x497.jpg";s:5:"width";i:768;s:6:"height";i:497;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:18:"Admin-1024x662.jpg";s:5:"width";i:1024;s:6:"height";i:662;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:16:"Admin-125x81.jpg";s:5:"width";i:125;s:6:"height";i:81;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:15:"Admin-75x49.jpg";s:5:"width";i:75;s:6:"height";i:49;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:17:"Admin-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:17:"Admin-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(342, 126, '_edit_last', '1'),
(343, 126, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(344, 126, 'slide_template', ''),
(345, 126, '_sidebar_to_replace', 'sidebar-2'),
(346, 126, '_edit_lock', '1468862454:1'),
(347, 127, '_wp_attached_file', '2016/01/icon.png'),
(348, 127, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:150;s:6:"height";i:33;s:4:"file";s:16:"2016/01/icon.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:15:"icon-150x33.png";s:5:"width";i:150;s:6:"height";i:33;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:15:"icon-125x28.png";s:5:"width";i:125;s:6:"height";i:28;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:14:"icon-75x17.png";s:5:"width";i:75;s:6:"height";i:17;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(386, 159, '_edit_last', '1'),
(387, 159, '_wpb_vc_js_status', 'true'),
(388, 159, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(389, 159, 'slide_template', 'default'),
(390, 159, '_wpc_page_layout', 'full-screen'),
(391, 159, '_wpc_hide_page_title', 'on'),
(392, 159, '_wpc_enable_page_header', 'on'),
(393, 159, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">About GriefFree.org</span></h1>'),
(394, 159, '_wpc_header_alignment', 'center'),
(395, 159, '_wpc_header_bg_id', '161'),
(396, 159, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(397, 159, '_wpc_header_padding_top', '60'),
(398, 159, '_wpc_header_padding_bottom', '60'),
(399, 159, '_wpc_header_bg_color', '#ffffff'),
(400, 159, '_wpc_header_text_color', '#ffffff'),
(401, 159, '_edit_lock', '1469473567:1'),
(402, 159, '_wpc_hide_breadcrumb', 'on'),
(403, 161, '_wp_attached_file', '2016/01/Back.jpg'),
(404, 161, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2012;s:6:"height";i:170;s:4:"file";s:16:"2016/01/Back.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:16:"Back-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:15:"Back-300x25.jpg";s:5:"width";i:300;s:6:"height";i:25;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:15:"Back-768x65.jpg";s:5:"width";i:768;s:6:"height";i:65;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:16:"Back-1024x87.jpg";s:5:"width";i:1024;s:6:"height";i:87;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:15:"Back-125x11.jpg";s:5:"width";i:125;s:6:"height";i:11;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:13:"Back-75x6.jpg";s:5:"width";i:75;s:6:"height";i:6;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:16:"Back-500x170.jpg";s:5:"width";i:500;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:16:"Back-700x170.jpg";s:5:"width";i:700;s:6:"height";i:170;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(407, 159, '_cs_replacements', 'a:1:{s:9:"sidebar-2";s:4:"cs-1";}'),
(409, 166, '_wp_attached_file', '2016/01/Backnew.png'),
(410, 166, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:2012;s:6:"height";i:484;s:4:"file";s:19:"2016/01/Backnew.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:19:"Backnew-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:18:"Backnew-300x72.png";s:5:"width";i:300;s:6:"height";i:72;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:19:"Backnew-768x185.png";s:5:"width";i:768;s:6:"height";i:185;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:20:"Backnew-1024x246.png";s:5:"width";i:1024;s:6:"height";i:246;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:18:"Backnew-125x30.png";s:5:"width";i:125;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:17:"Backnew-75x18.png";s:5:"width";i:75;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}s:12:"medium-thumb";a:4:{s:4:"file";s:19:"Backnew-500x300.png";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:19:"Backnew-700x400.png";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(411, 173, '_menu_item_type', 'post_type'),
(412, 173, '_menu_item_menu_item_parent', '0'),
(413, 173, '_menu_item_object_id', '159'),
(414, 173, '_menu_item_object', 'page'),
(415, 173, '_menu_item_target', ''),
(416, 173, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(417, 173, '_menu_item_xfn', ''),
(418, 173, '_menu_item_url', ''),
(420, 173, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(421, 174, '_edit_last', '1'),
(422, 174, '_edit_lock', '1468947848:1'),
(423, 175, '_wp_attached_file', '2016/01/coming_soon.gif'),
(424, 175, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:890;s:6:"height";i:294;s:4:"file";s:23:"2016/01/coming_soon.gif";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"coming_soon-150x150.gif";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/gif";}s:6:"medium";a:4:{s:4:"file";s:22:"coming_soon-300x99.gif";s:5:"width";i:300;s:6:"height";i:99;s:9:"mime-type";s:9:"image/gif";}s:12:"medium_large";a:4:{s:4:"file";s:23:"coming_soon-768x254.gif";s:5:"width";i:768;s:6:"height";i:254;s:9:"mime-type";s:9:"image/gif";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:22:"coming_soon-125x41.gif";s:5:"width";i:125;s:6:"height";i:41;s:9:"mime-type";s:9:"image/gif";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:21:"coming_soon-75x25.gif";s:5:"width";i:75;s:6:"height";i:25;s:9:"mime-type";s:9:"image/gif";}s:12:"medium-thumb";a:4:{s:4:"file";s:23:"coming_soon-500x294.gif";s:5:"width";i:500;s:6:"height";i:294;s:9:"mime-type";s:9:"image/gif";}s:10:"blog-large";a:4:{s:4:"file";s:23:"coming_soon-700x294.gif";s:5:"width";i:700;s:6:"height";i:294;s:9:"mime-type";s:9:"image/gif";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(425, 174, '_wpb_vc_js_status', 'true'),
(426, 174, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(427, 174, 'slide_template', 'default'),
(428, 174, '_wpc_page_layout', 'full-screen'),
(429, 174, '_wpc_hide_page_title', 'on'),
(430, 174, '_wpc_hide_breadcrumb', 'on'),
(431, 174, '_wpc_enable_page_header', 'on'),
(432, 174, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">The Healthy Grieving Programs</span></h1>'),
(433, 174, '_wpc_header_alignment', 'center'),
(434, 174, '_wpc_header_bg_id', '161'),
(435, 174, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(436, 174, '_wpc_header_padding_top', '60'),
(437, 174, '_wpc_header_padding_bottom', '60'),
(438, 174, '_wpc_header_bg_color', '#ffffff'),
(439, 174, '_wpc_header_text_color', '#ffffff'),
(440, 177, '_wp_attached_file', '2016/01/coming_soon.png'),
(441, 177, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:890;s:6:"height";i:294;s:4:"file";s:23:"2016/01/coming_soon.png";s:5:"sizes";a:7:{s:9:"thumbnail";a:4:{s:4:"file";s:23:"coming_soon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:22:"coming_soon-300x99.png";s:5:"width";i:300;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:23:"coming_soon-768x254.png";s:5:"width";i:768;s:6:"height";i:254;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:22:"coming_soon-125x41.png";s:5:"width";i:125;s:6:"height";i:41;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:21:"coming_soon-75x25.png";s:5:"width";i:75;s:6:"height";i:25;s:9:"mime-type";s:9:"image/png";}s:12:"medium-thumb";a:4:{s:4:"file";s:23:"coming_soon-500x294.png";s:5:"width";i:500;s:6:"height";i:294;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:23:"coming_soon-700x294.png";s:5:"width";i:700;s:6:"height";i:294;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(442, 179, '_menu_item_type', 'post_type'),
(443, 179, '_menu_item_menu_item_parent', '0'),
(444, 179, '_menu_item_object_id', '174'),
(445, 179, '_menu_item_object', 'page'),
(446, 179, '_menu_item_target', ''),
(447, 179, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(448, 179, '_menu_item_xfn', ''),
(449, 179, '_menu_item_url', ''),
(451, 179, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(452, 180, '_edit_last', '2'),
(453, 180, '_edit_lock', '1470697303:2'),
(454, 180, '_wpb_vc_js_status', 'false'),
(455, 180, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(456, 180, 'slide_template', 'default'),
(457, 180, '_wpc_page_layout', 'full-screen'),
(458, 180, '_wpc_hide_page_title', 'on'),
(459, 180, '_wpc_hide_breadcrumb', 'on'),
(460, 180, '_wpc_enable_page_header', 'on'),
(461, 180, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Welcome to a radical new way to grieve that actually works…</span></h1>'),
(462, 180, '_wpc_header_alignment', 'center'),
(463, 180, '_wpc_header_bg_id', '161'),
(464, 180, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(465, 180, '_wpc_header_padding_top', '60'),
(466, 180, '_wpc_header_padding_bottom', '60'),
(467, 180, '_wpc_header_bg_color', '#ffffff'),
(468, 180, '_wpc_header_text_color', '#ffffff'),
(469, 182, '_menu_item_type', 'post_type'),
(470, 182, '_menu_item_menu_item_parent', '179'),
(471, 182, '_menu_item_object_id', '180'),
(472, 182, '_menu_item_object', 'page'),
(473, 182, '_menu_item_target', ''),
(474, 182, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(475, 182, '_menu_item_xfn', ''),
(476, 182, '_menu_item_url', ''),
(478, 182, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(479, 183, '_edit_last', '2'),
(480, 183, '_edit_lock', '1470696889:2'),
(481, 183, '_wpb_vc_js_status', 'false'),
(482, 183, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(483, 183, 'slide_template', 'default'),
(484, 183, '_wpc_page_layout', 'full-screen'),
(485, 183, '_wpc_hide_page_title', 'on'),
(486, 183, '_wpc_hide_breadcrumb', 'on'),
(487, 183, '_wpc_enable_page_header', 'on'),
(488, 183, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Understanding Healthy Grieving</span></h1>'),
(489, 183, '_wpc_header_alignment', 'center'),
(490, 183, '_wpc_header_bg_id', '161'),
(491, 183, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(492, 183, '_wpc_header_padding_top', '60'),
(493, 183, '_wpc_header_padding_bottom', '60'),
(494, 183, '_wpc_header_bg_color', '#ffffff'),
(495, 183, '_wpc_header_text_color', '#ffffff'),
(496, 185, '_menu_item_type', 'post_type'),
(497, 185, '_menu_item_menu_item_parent', '179'),
(498, 185, '_menu_item_object_id', '183'),
(499, 185, '_menu_item_object', 'page'),
(500, 185, '_menu_item_target', ''),
(501, 185, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(502, 185, '_menu_item_xfn', ''),
(503, 185, '_menu_item_url', ''),
(505, 185, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(506, 186, '_edit_last', '2'),
(507, 186, '_edit_lock', '1470689780:2'),
(508, 186, '_wpb_vc_js_status', 'false'),
(509, 186, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(510, 186, 'slide_template', 'default'),
(511, 186, '_wpc_page_layout', 'full-screen'),
(512, 186, '_wpc_hide_page_title', 'on'),
(513, 186, '_wpc_hide_breadcrumb', 'on'),
(514, 186, '_wpc_enable_page_header', 'on'),
(515, 186, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">The Healthy Grieving Process</span></h1>'),
(516, 186, '_wpc_header_alignment', 'center'),
(517, 186, '_wpc_header_bg_id', '161'),
(518, 186, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(519, 186, '_wpc_header_padding_top', '60'),
(520, 186, '_wpc_header_padding_bottom', '60'),
(521, 186, '_wpc_header_bg_color', '#ffffff'),
(522, 186, '_wpc_header_text_color', '#ffffff'),
(523, 188, '_menu_item_type', 'post_type'),
(524, 188, '_menu_item_menu_item_parent', '179'),
(525, 188, '_menu_item_object_id', '186'),
(526, 188, '_menu_item_object', 'page'),
(527, 188, '_menu_item_target', ''),
(528, 188, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(529, 188, '_menu_item_xfn', ''),
(530, 188, '_menu_item_url', ''),
(532, 188, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(533, 189, '_edit_last', '2'),
(534, 189, '_wpb_vc_js_status', 'false'),
(535, 189, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(536, 189, 'slide_template', 'default'),
(537, 189, '_wpc_page_layout', 'full-screen'),
(538, 189, '_wpc_hide_page_title', 'on'),
(539, 189, '_wpc_hide_breadcrumb', 'on'),
(540, 189, '_wpc_enable_page_header', 'on'),
(541, 189, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">The Healthy Grieving Process: Diverse Applications</span></h1>'),
(542, 189, '_wpc_header_alignment', 'center'),
(543, 189, '_wpc_header_bg_id', '161'),
(544, 189, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(545, 189, '_wpc_header_padding_top', '60'),
(546, 189, '_wpc_header_padding_bottom', '60'),
(547, 189, '_wpc_header_bg_color', '#ffffff'),
(548, 189, '_wpc_header_text_color', '#ffffff'),
(549, 189, '_edit_lock', '1468358691:2'),
(550, 191, '_menu_item_type', 'post_type'),
(551, 191, '_menu_item_menu_item_parent', '188'),
(552, 191, '_menu_item_object_id', '189'),
(553, 191, '_menu_item_object', 'page'),
(554, 191, '_menu_item_target', ''),
(555, 191, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(556, 191, '_menu_item_xfn', ''),
(557, 191, '_menu_item_url', ''),
(559, 191, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(560, 192, '_edit_last', '1'),
(561, 192, '_wpb_vc_js_status', 'true'),
(562, 192, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(563, 192, 'slide_template', 'default'),
(564, 192, '_wpc_page_layout', 'full-screen'),
(565, 192, '_wpc_hide_page_title', 'on'),
(566, 192, '_wpc_hide_breadcrumb', 'on'),
(567, 192, '_wpc_enable_page_header', 'on'),
(568, 192, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">The Healthy Grieving Process: Worksheet Examples</span></h1>'),
(569, 192, '_wpc_header_alignment', 'center'),
(570, 192, '_wpc_header_bg_id', '161'),
(571, 192, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(572, 192, '_wpc_header_padding_top', '60'),
(573, 192, '_wpc_header_padding_bottom', '60'),
(574, 192, '_wpc_header_bg_color', '#ffffff'),
(575, 192, '_wpc_header_text_color', '#ffffff'),
(576, 192, '_edit_lock', '1468419364:1'),
(587, 195, '_edit_last', '2'),
(588, 195, '_edit_lock', '1470674080:2'),
(589, 195, '_wpb_vc_js_status', 'false'),
(590, 195, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(591, 195, 'slide_template', 'default'),
(592, 195, '_wpc_page_layout', 'full-screen'),
(593, 195, '_wpc_hide_page_title', 'on'),
(594, 195, '_wpc_hide_breadcrumb', 'on'),
(595, 195, '_wpc_enable_page_header', 'on'),
(596, 195, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Being A Victim</span></h1>'),
(597, 195, '_wpc_header_alignment', 'center'),
(598, 195, '_wpc_header_bg_id', '161'),
(599, 195, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(600, 195, '_wpc_header_padding_top', '60'),
(601, 195, '_wpc_header_padding_bottom', '60'),
(602, 195, '_wpc_header_bg_color', '#ffffff'),
(603, 195, '_wpc_header_text_color', '#ffffff'),
(604, 197, '_menu_item_type', 'post_type'),
(605, 197, '_menu_item_menu_item_parent', '188'),
(606, 197, '_menu_item_object_id', '195'),
(607, 197, '_menu_item_object', 'page'),
(608, 197, '_menu_item_target', ''),
(609, 197, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(610, 197, '_menu_item_xfn', ''),
(611, 197, '_menu_item_url', ''),
(613, 197, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(614, 198, '_edit_last', '2'),
(615, 198, '_wpb_vc_js_status', 'false'),
(616, 198, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(617, 198, 'slide_template', 'default'),
(618, 198, '_wpc_page_layout', 'full-screen'),
(619, 198, '_wpc_hide_page_title', 'on'),
(620, 198, '_wpc_hide_breadcrumb', 'on'),
(621, 198, '_wpc_enable_page_header', 'on'),
(622, 198, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Definitions</span></h1>'),
(623, 198, '_wpc_header_alignment', 'center'),
(624, 198, '_wpc_header_bg_id', '161'),
(625, 198, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(626, 198, '_wpc_header_padding_top', '60'),
(627, 198, '_wpc_header_padding_bottom', '60'),
(628, 198, '_wpc_header_bg_color', '#ffffff'),
(629, 198, '_wpc_header_text_color', '#ffffff'),
(630, 198, '_edit_lock', '1470696179:2'),
(631, 200, '_menu_item_type', 'post_type'),
(632, 200, '_menu_item_menu_item_parent', '188'),
(633, 200, '_menu_item_object_id', '198'),
(634, 200, '_menu_item_object', 'page'),
(635, 200, '_menu_item_target', ''),
(636, 200, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(637, 200, '_menu_item_xfn', ''),
(638, 200, '_menu_item_url', ''),
(640, 200, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(641, 201, '_edit_last', '2'),
(642, 201, '_edit_lock', '1468859058:2'),
(643, 201, '_wpb_vc_js_status', 'false'),
(644, 201, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(645, 201, 'slide_template', 'default'),
(646, 201, '_wpc_page_layout', 'full-screen'),
(647, 201, '_wpc_hide_page_title', 'on'),
(648, 201, '_wpc_hide_breadcrumb', 'on'),
(649, 201, '_wpc_enable_page_header', 'on'),
(650, 201, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">How to Get Grief Support</span></h1>'),
(651, 201, '_wpc_header_alignment', 'center'),
(652, 201, '_wpc_header_bg_id', '161'),
(653, 201, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(654, 201, '_wpc_header_padding_top', '60'),
(655, 201, '_wpc_header_padding_bottom', '60'),
(656, 201, '_wpc_header_bg_color', '#ffffff'),
(657, 201, '_wpc_header_text_color', '#ffffff'),
(658, 203, '_menu_item_type', 'post_type'),
(659, 203, '_menu_item_menu_item_parent', '0'),
(660, 203, '_menu_item_object_id', '201'),
(661, 203, '_menu_item_object', 'page'),
(662, 203, '_menu_item_target', ''),
(663, 203, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(664, 203, '_menu_item_xfn', ''),
(665, 203, '_menu_item_url', ''),
(667, 203, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(668, 204, '_edit_last', '2'),
(669, 204, '_edit_lock', '1468943598:2'),
(670, 204, '_wpb_vc_js_status', 'false'),
(671, 204, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(672, 204, 'slide_template', 'default'),
(673, 204, '_wpc_page_layout', 'full-screen'),
(674, 204, '_wpc_hide_page_title', 'on'),
(675, 204, '_wpc_hide_breadcrumb', 'on'),
(676, 204, '_wpc_enable_page_header', 'on'),
(677, 204, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Professional Training</span></h1>'),
(678, 204, '_wpc_header_alignment', 'center'),
(679, 204, '_wpc_header_bg_id', '161'),
(680, 204, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(681, 204, '_wpc_header_padding_top', '60'),
(682, 204, '_wpc_header_padding_bottom', '60'),
(683, 204, '_wpc_header_bg_color', '#ffffff'),
(684, 204, '_wpc_header_text_color', '#ffffff'),
(685, 206, '_menu_item_type', 'post_type'),
(686, 206, '_menu_item_menu_item_parent', '0'),
(687, 206, '_menu_item_object_id', '204'),
(688, 206, '_menu_item_object', 'page'),
(689, 206, '_menu_item_target', ''),
(690, 206, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(691, 206, '_menu_item_xfn', ''),
(692, 206, '_menu_item_url', ''),
(694, 206, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(695, 207, '_edit_last', '2'),
(696, 207, '_edit_lock', '1468687023:2'),
(697, 207, '_wpb_vc_js_status', 'false'),
(698, 207, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(699, 207, 'slide_template', 'default'),
(700, 207, '_wpc_page_layout', 'full-screen'),
(701, 207, '_wpc_hide_page_title', 'on'),
(702, 207, '_wpc_hide_breadcrumb', 'on'),
(703, 207, '_wpc_enable_page_header', 'on'),
(704, 207, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Introductory Mini-workshops</span></h1>'),
(705, 207, '_wpc_header_alignment', 'center'),
(706, 207, '_wpc_header_bg_id', '161'),
(707, 207, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(708, 207, '_wpc_header_padding_top', '60'),
(709, 207, '_wpc_header_padding_bottom', '60'),
(710, 207, '_wpc_header_bg_color', '#ffffff'),
(711, 207, '_wpc_header_text_color', '#ffffff'),
(712, 209, '_menu_item_type', 'post_type'),
(713, 209, '_menu_item_menu_item_parent', '206'),
(714, 209, '_menu_item_object_id', '207'),
(715, 209, '_menu_item_object', 'page'),
(716, 209, '_menu_item_target', ''),
(717, 209, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(718, 209, '_menu_item_xfn', ''),
(719, 209, '_menu_item_url', ''),
(721, 209, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(722, 210, '_edit_last', '2'),
(723, 210, '_wpb_vc_js_status', 'false'),
(724, 210, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(725, 210, 'slide_template', 'default'),
(726, 210, '_wpc_page_layout', 'full-screen'),
(727, 210, '_wpc_hide_page_title', 'on'),
(728, 210, '_wpc_hide_breadcrumb', 'on'),
(729, 210, '_wpc_enable_page_header', 'on'),
(730, 210, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Two-Day Intensive Training</span></h1>'),
(731, 210, '_wpc_header_alignment', 'center'),
(732, 210, '_wpc_header_bg_id', '161'),
(733, 210, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(734, 210, '_wpc_header_padding_top', '60'),
(735, 210, '_wpc_header_padding_bottom', '60'),
(736, 210, '_wpc_header_bg_color', '#ffffff'),
(737, 210, '_wpc_header_text_color', '#ffffff'),
(738, 210, '_edit_lock', '1470697548:2'),
(739, 212, '_menu_item_type', 'post_type'),
(740, 212, '_menu_item_menu_item_parent', '206'),
(741, 212, '_menu_item_object_id', '210'),
(742, 212, '_menu_item_object', 'page'),
(743, 212, '_menu_item_target', ''),
(744, 212, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(745, 212, '_menu_item_xfn', ''),
(746, 212, '_menu_item_url', ''),
(748, 212, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(749, 213, '_edit_last', '2'),
(750, 213, '_edit_lock', '1468943590:2'),
(751, 213, '_wpb_vc_js_status', 'false'),
(752, 213, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(753, 213, 'slide_template', 'default'),
(754, 213, '_wpc_page_layout', 'full-screen'),
(755, 213, '_wpc_hide_page_title', 'on'),
(756, 213, '_wpc_hide_breadcrumb', 'on'),
(757, 213, '_wpc_enable_page_header', 'on'),
(758, 213, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Professional Development Classes</span></h1>'),
(759, 213, '_wpc_header_alignment', 'center'),
(760, 213, '_wpc_header_bg_id', '161'),
(761, 213, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(762, 213, '_wpc_header_padding_top', '60'),
(763, 213, '_wpc_header_padding_bottom', '60'),
(764, 213, '_wpc_header_bg_color', '#ffffff'),
(765, 213, '_wpc_header_text_color', '#ffffff'),
(766, 215, '_menu_item_type', 'post_type'),
(767, 215, '_menu_item_menu_item_parent', '206'),
(768, 215, '_menu_item_object_id', '213'),
(769, 215, '_menu_item_object', 'page'),
(770, 215, '_menu_item_target', ''),
(771, 215, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(772, 215, '_menu_item_xfn', ''),
(773, 215, '_menu_item_url', ''),
(775, 215, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(776, 216, '_edit_last', '2'),
(777, 216, '_wpb_vc_js_status', 'false'),
(778, 216, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(779, 216, 'slide_template', 'default'),
(780, 216, '_wpc_page_layout', 'full-screen'),
(781, 216, '_wpc_hide_page_title', 'on'),
(782, 216, '_wpc_hide_breadcrumb', 'on'),
(783, 216, '_wpc_enable_page_header', 'on'),
(784, 216, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">About Peggy Lit</span></h1>'),
(785, 216, '_wpc_header_alignment', 'center'),
(786, 216, '_wpc_header_bg_id', '161'),
(787, 216, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(788, 216, '_wpc_header_padding_top', '60'),
(789, 216, '_wpc_header_padding_bottom', '60'),
(790, 216, '_wpc_header_bg_color', '#ffffff'),
(791, 216, '_wpc_header_text_color', '#ffffff'),
(792, 216, '_edit_lock', '1473373736:2'),
(793, 218, '_menu_item_type', 'post_type'),
(794, 218, '_menu_item_menu_item_parent', '173'),
(795, 218, '_menu_item_object_id', '216'),
(796, 218, '_menu_item_object', 'page'),
(797, 218, '_menu_item_target', ''),
(798, 218, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(799, 218, '_menu_item_xfn', ''),
(800, 218, '_menu_item_url', ''),
(802, 218, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(803, 219, '_edit_last', '2'),
(804, 219, '_wpb_vc_js_status', 'false'),
(805, 219, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(806, 219, 'slide_template', 'default'),
(807, 219, '_wpc_page_layout', 'full-screen'),
(808, 219, '_wpc_hide_page_title', 'on'),
(809, 219, '_wpc_hide_breadcrumb', 'on'),
(810, 219, '_wpc_enable_page_header', 'on'),
(811, 219, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">About David R. Cope</span></h1>'),
(812, 219, '_wpc_header_alignment', 'center'),
(813, 219, '_wpc_header_bg_id', '161'),
(814, 219, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(815, 219, '_wpc_header_padding_top', '60'),
(816, 219, '_wpc_header_padding_bottom', '60'),
(817, 219, '_wpc_header_bg_color', '#ffffff'),
(818, 219, '_wpc_header_text_color', '#ffffff'),
(819, 219, '_edit_lock', '1473271700:2'),
(820, 221, '_menu_item_type', 'post_type'),
(821, 221, '_menu_item_menu_item_parent', '173'),
(822, 221, '_menu_item_object_id', '219'),
(823, 221, '_menu_item_object', 'page'),
(824, 221, '_menu_item_target', ''),
(825, 221, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(826, 221, '_menu_item_xfn', ''),
(827, 221, '_menu_item_url', ''),
(829, 221, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(830, 222, '_edit_last', '2'),
(831, 222, '_edit_lock', '1468857999:2'),
(832, 222, '_wpb_vc_js_status', 'false'),
(833, 222, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(834, 222, 'slide_template', 'default'),
(835, 222, '_wpc_page_layout', 'full-screen'),
(836, 222, '_wpc_hide_page_title', 'on'),
(837, 222, '_wpc_hide_breadcrumb', 'on'),
(838, 222, '_wpc_enable_page_header', 'on'),
(839, 222, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">David R. Cope CV/Resume</span></h1>'),
(840, 222, '_wpc_header_alignment', 'center'),
(841, 222, '_wpc_header_bg_id', '161'),
(842, 222, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(843, 222, '_wpc_header_padding_top', '60'),
(844, 222, '_wpc_header_padding_bottom', '60'),
(845, 222, '_wpc_header_bg_color', '#ffffff'),
(846, 222, '_wpc_header_text_color', '#ffffff'),
(847, 225, '_menu_item_type', 'post_type'),
(848, 225, '_menu_item_menu_item_parent', '173'),
(849, 225, '_menu_item_object_id', '222'),
(850, 225, '_menu_item_object', 'page'),
(851, 225, '_menu_item_target', ''),
(852, 225, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(853, 225, '_menu_item_xfn', ''),
(854, 225, '_menu_item_url', ''),
(856, 225, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(857, 226, '_edit_last', '1'),
(858, 226, '_wpb_vc_js_status', 'true'),
(859, 226, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(860, 226, 'slide_template', 'default'),
(861, 226, '_wpc_page_layout', 'full-screen'),
(862, 226, '_wpc_hide_page_title', 'on'),
(863, 226, '_wpc_hide_breadcrumb', 'on'),
(864, 226, '_wpc_enable_page_header', 'on'),
(865, 226, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Terms of Use Agreement</span></h1>'),
(866, 226, '_wpc_header_alignment', 'center'),
(867, 226, '_wpc_header_bg_id', '161'),
(868, 226, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(869, 226, '_wpc_header_padding_top', '60'),
(870, 226, '_wpc_header_padding_bottom', '60'),
(871, 226, '_wpc_header_bg_color', '#ffffff'),
(872, 226, '_wpc_header_text_color', '#ffffff'),
(873, 226, '_edit_lock', '1458960960:1'),
(874, 228, '_menu_item_type', 'post_type'),
(875, 228, '_menu_item_menu_item_parent', '173'),
(876, 228, '_menu_item_object_id', '226'),
(877, 228, '_menu_item_object', 'page'),
(878, 228, '_menu_item_target', ''),
(879, 228, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(880, 228, '_menu_item_xfn', ''),
(881, 228, '_menu_item_url', ''),
(883, 228, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(884, 229, '_edit_last', '1'),
(885, 229, '_edit_lock', '1473548379:1'),
(886, 229, '_wpb_vc_js_status', 'true'),
(887, 229, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:1:{s:10:"shortcodes";a:1:{s:49:"1461294817084-eee2fd7394d900fbf1588a2200fc41a9-10";a:3:{s:3:"tag";s:13:"vc_basic_grid";s:4:"atts";a:13:{s:9:"post_type";s:4:"post";s:9:"max_items";s:2:"20";s:5:"style";s:10:"pagination";s:14:"items_per_page";s:1:"4";s:13:"element_width";s:1:"6";s:13:"arrows_design";s:27:"vc_arrow-icon-arrow_01_left";s:15:"arrows_position";s:7:"outside";s:12:"arrows_color";s:10:"juicy_pink";s:13:"paging_design";s:25:"pagination_rounded_square";s:12:"paging_color";s:10:"juicy_pink";s:7:"grid_id";s:56:"vc_gid:1461294817084-eee2fd7394d900fbf1588a2200fc41a9-10";s:19:"paging_animation_in";s:11:"fadeInRight";s:20:"paging_animation_out";s:11:"fadeOutLeft";}s:7:"content";s:0:"";}}}}'),
(888, 229, 'slide_template', 'default'),
(889, 229, '_wpc_page_layout', 'full-screen'),
(890, 229, '_wpc_hide_page_title', 'on'),
(891, 229, '_wpc_hide_breadcrumb', 'on'),
(892, 229, '_wpc_enable_page_header', 'on'),
(893, 229, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Blog</span></h1>'),
(894, 229, '_wpc_header_alignment', 'center'),
(895, 229, '_wpc_header_bg_id', '161'),
(896, 229, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(897, 229, '_wpc_header_padding_top', '60'),
(898, 229, '_wpc_header_padding_bottom', '60'),
(899, 229, '_wpc_header_bg_color', '#ffffff'),
(900, 229, '_wpc_header_text_color', '#ffffff'),
(907, 232, '_menu_item_type', 'post_type'),
(908, 232, '_menu_item_menu_item_parent', '0'),
(909, 232, '_menu_item_object_id', '229'),
(910, 232, '_menu_item_object', 'page'),
(911, 232, '_menu_item_target', ''),
(912, 232, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(913, 232, '_menu_item_xfn', ''),
(914, 232, '_menu_item_url', ''),
(916, 232, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(917, 235, '_edit_last', '1'),
(918, 235, '_edit_lock', '1459457875:1'),
(919, 235, '_wpb_vc_js_status', 'true'),
(920, 235, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(921, 235, 'slide_template', 'default'),
(922, 235, '_wpc_page_layout', 'full-screen'),
(923, 235, '_wpc_hide_page_title', 'on'),
(924, 235, '_wpc_hide_breadcrumb', 'on'),
(925, 235, '_wpc_enable_page_header', 'on'),
(926, 235, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Contact Us</span></h1>'),
(927, 235, '_wpc_header_alignment', 'center'),
(928, 235, '_wpc_header_bg_id', '161'),
(929, 235, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(930, 235, '_wpc_header_padding_top', '60'),
(931, 235, '_wpc_header_padding_bottom', '60'),
(932, 235, '_wpc_header_bg_color', '#ffffff'),
(933, 235, '_wpc_header_text_color', '#ffffff'),
(935, 241, '_menu_item_type', 'post_type'),
(936, 241, '_menu_item_menu_item_parent', '0'),
(937, 241, '_menu_item_object_id', '235'),
(938, 241, '_menu_item_object', 'page'),
(939, 241, '_menu_item_target', ''),
(940, 241, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(941, 241, '_menu_item_xfn', ''),
(942, 241, '_menu_item_url', ''),
(944, 241, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(949, 256, '_wp_attached_file', '2016/01/rainbow-in-sky-300x224.jpg'),
(950, 256, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:224;s:4:"file";s:34:"2016/01/rainbow-in-sky-300x224.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"rainbow-in-sky-300x224-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"rainbow-in-sky-300x224-300x224.jpg";s:5:"width";i:300;s:6:"height";i:224;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:33:"rainbow-in-sky-300x224-125x93.jpg";s:5:"width";i:125;s:6:"height";i:93;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:32:"rainbow-in-sky-300x224-75x56.jpg";s:5:"width";i:75;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(951, 260, '_wp_attached_file', '2016/01/dandylion-200x300.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(952, 260, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:300;s:4:"file";s:29:"2016/01/dandylion-200x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"dandylion-200x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"dandylion-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:28:"dandylion-200x300-83x125.jpg";s:5:"width";i:83;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:27:"dandylion-200x300-50x75.jpg";s:5:"width";i:50;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:29:"dandylion-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(953, 263, '_wp_attached_file', '2016/01/sun-thru-fingers-300x200.jpg'),
(954, 263, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:200;s:4:"file";s:36:"2016/01/sun-thru-fingers-300x200.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"sun-thru-fingers-300x200-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"sun-thru-fingers-300x200-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:35:"sun-thru-fingers-300x200-125x83.jpg";s:5:"width";i:125;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:34:"sun-thru-fingers-300x200-75x50.jpg";s:5:"width";i:75;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(955, 264, '_wp_attached_file', '2016/01/feeling-woman-300x220.jpg'),
(956, 264, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:220;s:4:"file";s:33:"2016/01/feeling-woman-300x220.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"feeling-woman-300x220-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"feeling-woman-300x220-300x220.jpg";s:5:"width";i:300;s:6:"height";i:220;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:32:"feeling-woman-300x220-125x92.jpg";s:5:"width";i:125;s:6:"height";i:92;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:31:"feeling-woman-300x220-75x55.jpg";s:5:"width";i:75;s:6:"height";i:55;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(957, 266, '_wp_attached_file', '2016/01/clouds-opening-300x199.jpg'),
(958, 266, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:199;s:4:"file";s:34:"2016/01/clouds-opening-300x199.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"clouds-opening-300x199-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"clouds-opening-300x199-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:33:"clouds-opening-300x199-125x83.jpg";s:5:"width";i:125;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:32:"clouds-opening-300x199-75x50.jpg";s:5:"width";i:75;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(959, 268, '_wp_attached_file', '2016/01/rock-pathway-225x300.jpg'),
(960, 268, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:225;s:6:"height";i:300;s:4:"file";s:32:"2016/01/rock-pathway-225x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"rock-pathway-225x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"rock-pathway-225x300-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:31:"rock-pathway-225x300-94x125.jpg";s:5:"width";i:94;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:30:"rock-pathway-225x300-56x75.jpg";s:5:"width";i:56;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:32:"rock-pathway-225x300-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(961, 275, '_wp_attached_file', '2016/01/light-in-waterfal-cave-913-300x400.jpg'),
(962, 275, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:400;s:4:"file";s:46:"2016/01/light-in-waterfal-cave-913-300x400.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:46:"light-in-waterfal-cave-913-300x400-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:46:"light-in-waterfal-cave-913-300x400-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:45:"light-in-waterfal-cave-913-300x400-94x125.jpg";s:5:"width";i:94;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:44:"light-in-waterfal-cave-913-300x400-56x75.jpg";s:5:"width";i:56;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:46:"light-in-waterfal-cave-913-300x400-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:46:"light-in-waterfal-cave-913-300x400-300x400.jpg";s:5:"width";i:300;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(963, 277, '_wp_attached_file', '2016/01/water-fall-189x300.jpg'),
(964, 277, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:189;s:6:"height";i:300;s:4:"file";s:30:"2016/01/water-fall-189x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"water-fall-189x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"water-fall-189x300-189x300.jpg";s:5:"width";i:189;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:29:"water-fall-189x300-79x125.jpg";s:5:"width";i:79;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:28:"water-fall-189x300-47x75.jpg";s:5:"width";i:47;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:30:"water-fall-189x300-189x300.jpg";s:5:"width";i:189;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(965, 279, '_wp_attached_file', '2016/01/pathway-200x300.jpg'),
(966, 279, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:300;s:4:"file";s:27:"2016/01/pathway-200x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:27:"pathway-200x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:27:"pathway-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:26:"pathway-200x300-83x125.jpg";s:5:"width";i:83;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:25:"pathway-200x300-50x75.jpg";s:5:"width";i:50;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:27:"pathway-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(967, 281, '_wp_attached_file', '2016/01/waterfall-2-199x300.jpg'),
(968, 281, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:199;s:6:"height";i:300;s:4:"file";s:31:"2016/01/waterfall-2-199x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"waterfall-2-199x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"waterfall-2-199x300-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:30:"waterfall-2-199x300-83x125.jpg";s:5:"width";i:83;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:29:"waterfall-2-199x300-50x75.jpg";s:5:"width";i:50;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:31:"waterfall-2-199x300-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(969, 282, '_wp_attached_file', '2016/01/wooded-path-300x300.jpg'),
(970, 282, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:300;s:4:"file";s:31:"2016/01/wooded-path-300x300.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"wooded-path-300x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:31:"wooded-path-300x300-125x125.jpg";s:5:"width";i:125;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:29:"wooded-path-300x300-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:31:"wooded-path-300x300-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(971, 287, '_wp_attached_file', '2016/01/2thrumywindow-400x301.jpg'),
(972, 287, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:301;s:4:"file";s:33:"2016/01/2thrumywindow-400x301.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"2thrumywindow-400x301-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:33:"2thrumywindow-400x301-300x226.jpg";s:5:"width";i:300;s:6:"height";i:226;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:32:"2thrumywindow-400x301-125x94.jpg";s:5:"width";i:125;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:31:"2thrumywindow-400x301-75x56.jpg";s:5:"width";i:75;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:33:"2thrumywindow-400x301-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(973, 288, '_wp_attached_file', '2016/01/sun-thru-forest-200x300.jpg'),
(974, 288, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:200;s:6:"height";i:300;s:4:"file";s:35:"2016/01/sun-thru-forest-200x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:35:"sun-thru-forest-200x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:35:"sun-thru-forest-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:34:"sun-thru-forest-200x300-83x125.jpg";s:5:"width";i:83;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:33:"sun-thru-forest-200x300-50x75.jpg";s:5:"width";i:50;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:35:"sun-thru-forest-200x300-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(975, 289, '_wp_attached_file', '2016/01/sun-through-tree-on-hill-400x300.jpg'),
(976, 289, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:300;s:4:"file";s:44:"2016/01/sun-through-tree-on-hill-400x300.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:44:"sun-through-tree-on-hill-400x300-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:44:"sun-through-tree-on-hill-400x300-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:43:"sun-through-tree-on-hill-400x300-125x94.jpg";s:5:"width";i:125;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:42:"sun-through-tree-on-hill-400x300-75x56.jpg";s:5:"width";i:75;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:44:"sun-through-tree-on-hill-400x300-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(977, 294, '_wp_attached_file', '2016/01/new-growth1-300x225.jpg'),
(978, 294, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:225;s:4:"file";s:31:"2016/01/new-growth1-300x225.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"new-growth1-300x225-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:31:"new-growth1-300x225-300x225.jpg";s:5:"width";i:300;s:6:"height";i:225;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:30:"new-growth1-300x225-125x94.jpg";s:5:"width";i:125;s:6:"height";i:94;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:29:"new-growth1-300x225-75x56.jpg";s:5:"width";i:75;s:6:"height";i:56;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(979, 299, '_wp_attached_file', '2016/01/new-growth-300x201.jpg'),
(980, 299, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:300;s:6:"height";i:201;s:4:"file";s:30:"2016/01/new-growth-300x201.jpg";s:5:"sizes";a:4:{s:9:"thumbnail";a:4:{s:4:"file";s:30:"new-growth-300x201-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:30:"new-growth-300x201-300x201.jpg";s:5:"width";i:300;s:6:"height";i:201;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:29:"new-growth-300x201-125x84.jpg";s:5:"width";i:125;s:6:"height";i:84;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:28:"new-growth-300x201-75x50.jpg";s:5:"width";i:75;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(1011, 307, '_edit_last', '1'),
(1012, 307, '_edit_lock', '1473547530:1'),
(1013, 307, '_wpb_vc_js_status', 'true'),
(1014, 307, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1015, 307, 'slide_template', 'default'),
(1016, 307, '_wpc_page_layout', 'full-screen'),
(1017, 307, '_wpc_hide_page_title', 'on'),
(1018, 307, '_wpc_hide_breadcrumb', 'on'),
(1019, 307, '_wpc_enable_page_header', 'on'),
(1020, 307, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Testimonials</span></h1>'),
(1021, 307, '_wpc_header_alignment', 'center'),
(1022, 307, '_wpc_header_bg_id', '161'),
(1023, 307, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(1024, 307, '_wpc_header_padding_top', '60'),
(1025, 307, '_wpc_header_padding_bottom', '60'),
(1026, 307, '_wpc_header_bg_color', '#ffffff'),
(1027, 307, '_wpc_header_text_color', '#ffffff'),
(1028, 309, '_menu_item_type', 'post_type'),
(1029, 309, '_menu_item_menu_item_parent', '0'),
(1030, 309, '_menu_item_object_id', '307'),
(1031, 309, '_menu_item_object', 'page'),
(1032, 309, '_menu_item_target', ''),
(1033, 309, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1034, 309, '_menu_item_xfn', ''),
(1035, 309, '_menu_item_url', ''),
(1037, 309, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1038, 311, '_edit_last', '1'),
(1039, 311, '_edit_lock', '1469476386:1'),
(1040, 311, '_wpb_vc_js_status', 'true'),
(1041, 311, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1042, 311, 'slide_template', 'default'),
(1043, 311, '_wpc_page_layout', 'full-screen'),
(1044, 311, '_wpc_hide_page_title', 'on'),
(1045, 311, '_wpc_hide_breadcrumb', 'on'),
(1046, 311, '_wpc_enable_page_header', 'on'),
(1047, 311, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Personal Testimonials</span></h1>'),
(1048, 311, '_wpc_header_alignment', 'center'),
(1049, 311, '_wpc_header_bg_id', '161'),
(1050, 311, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(1051, 311, '_wpc_header_padding_top', '60'),
(1052, 311, '_wpc_header_padding_bottom', '60'),
(1053, 311, '_wpc_header_bg_color', '#ffffff'),
(1054, 311, '_wpc_header_text_color', '#ffffff'),
(1055, 313, '_menu_item_type', 'post_type'),
(1056, 313, '_menu_item_menu_item_parent', '309'),
(1057, 313, '_menu_item_object_id', '311'),
(1058, 313, '_menu_item_object', 'page'),
(1059, 313, '_menu_item_target', ''),
(1060, 313, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1061, 313, '_menu_item_xfn', ''),
(1062, 313, '_menu_item_url', ''),
(1064, 313, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1065, 314, '_edit_last', '2'),
(1066, 314, '_edit_lock', '1470088330:2'),
(1067, 314, '_wpb_vc_js_status', 'false'),
(1068, 314, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1069, 314, 'slide_template', 'default'),
(1070, 314, '_wpc_page_layout', 'full-screen'),
(1071, 314, '_wpc_hide_page_title', 'on'),
(1072, 314, '_wpc_hide_breadcrumb', 'on'),
(1073, 314, '_wpc_enable_page_header', 'on'),
(1074, 314, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">Professional Testimonials</span></h1>'),
(1075, 314, '_wpc_header_alignment', 'center'),
(1076, 314, '_wpc_header_padding_top', '60'),
(1077, 314, '_wpc_header_padding_bottom', '60'),
(1078, 314, '_wpc_header_bg_color', '#ffffff'),
(1079, 314, '_wpc_header_text_color', '#ffffff'),
(1080, 314, '_wpc_header_bg_id', '161'),
(1081, 314, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(1082, 317, '_menu_item_type', 'post_type'),
(1083, 317, '_menu_item_menu_item_parent', '309'),
(1084, 317, '_menu_item_object_id', '314'),
(1085, 317, '_menu_item_object', 'page'),
(1086, 317, '_menu_item_target', ''),
(1087, 317, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1088, 317, '_menu_item_xfn', ''),
(1089, 317, '_menu_item_url', ''),
(1091, 317, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1094, 321, '_wp_attached_file', '2016/01/Blog-Image1.png'),
(1095, 321, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:143;s:6:"height";i:113;s:4:"file";s:23:"2016/01/Blog-Image1.png";s:5:"sizes";a:2:{s:17:"ttshowcase_normal";a:4:{s:4:"file";s:22:"Blog-Image1-125x99.png";s:5:"width";i:125;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:21:"Blog-Image1-75x59.png";s:5:"width";i:75;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(1096, 322, '_wp_attached_file', '2016/01/Blog-Image2.png'),
(1097, 322, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:143;s:6:"height";i:113;s:4:"file";s:23:"2016/01/Blog-Image2.png";s:5:"sizes";a:2:{s:17:"ttshowcase_normal";a:4:{s:4:"file";s:22:"Blog-Image2-125x99.png";s:5:"width";i:125;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:21:"Blog-Image2-75x59.png";s:5:"width";i:75;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(1098, 323, '_wp_attached_file', '2016/01/Blog-Image3.png'),
(1099, 323, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:143;s:6:"height";i:113;s:4:"file";s:23:"2016/01/Blog-Image3.png";s:5:"sizes";a:2:{s:17:"ttshowcase_normal";a:4:{s:4:"file";s:22:"Blog-Image3-125x99.png";s:5:"width";i:125;s:6:"height";i:99;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:21:"Blog-Image3-75x59.png";s:5:"width";i:75;s:6:"height";i:59;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";i:0;s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";i:0;s:9:"copyright";s:0:"";s:12:"focal_length";i:0;s:3:"iso";i:0;s:13:"shutter_speed";i:0;s:5:"title";s:0:"";s:11:"orientation";i:0;s:8:"keywords";a:0:{}}}'),
(1104, 102, '_wp_old_slug', 'mr-client-name-two'),
(1105, 101, '_wp_old_slug', 'mr-client-name-one'),
(1116, 329, '_edit_last', '1'),
(1117, 329, '_edit_lock', '1457207916:1'),
(1118, 329, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1119, 329, 'slide_template', 'default'),
(1120, 329, '_advanced_info_target', 'none'),
(1121, 329, '_advanced_info_custom_url', ''),
(1122, 329, '_aditional_info_name', 'Read More'),
(1123, 329, '_aditional_info_url', 'http://www.grieffree.org/personal-testimonials/'),
(1124, 329, '_aditional_info_target', '_blank'),
(1125, 329, '_aditional_info_review_title', ''),
(1126, 329, '_aditional_info_short_testimonial', 'My mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs...'),
(1127, 329, '_aditional_info_rating', '0'),
(1128, 329, '_aditional_info_email', ''),
(1129, 330, '_edit_last', '1'),
(1130, 330, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1131, 330, 'slide_template', 'default'),
(1132, 330, '_advanced_info_target', 'none'),
(1133, 330, '_advanced_info_custom_url', ''),
(1134, 330, '_aditional_info_name', 'Read More'),
(1135, 330, '_aditional_info_url', 'http://www.grieffree.org/personal-testimonials/'),
(1136, 330, '_aditional_info_target', '_blank'),
(1137, 330, '_aditional_info_review_title', ''),
(1138, 330, '_aditional_info_short_testimonial', 'I knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago.'),
(1139, 330, '_aditional_info_rating', '0'),
(1140, 330, '_aditional_info_email', ''),
(1141, 330, '_edit_lock', '1467146129:1'),
(1147, 1064, '_edit_lock', '1455032728:1'),
(1148, 1064, '_edit_last', '1'),
(1151, 1064, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1152, 1064, 'slide_template', 'default'),
(1153, 1064, '_wp_old_slug', 'Resistance: A Signpost into Self-Awareness'),
(1154, 1078, '_edit_lock', '1473548189:1'),
(1155, 1081, '_wp_attached_file', '2015/11/62766974.jpg'),
(1156, 1081, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:693;s:6:"height";i:693;s:4:"file";s:20:"2015/11/62766974.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"62766974-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"62766974-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:20:"62766974-125x125.jpg";s:5:"width";i:125;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:18:"62766974-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:20:"62766974-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"62766974-693x400.jpg";s:5:"width";i:693;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1157, 1078, '_thumbnail_id', '1081'),
(1158, 1078, '_edit_last', '1'),
(1161, 1078, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1162, 1078, 'slide_template', 'default'),
(1163, 1071, '_edit_lock', '1455032601:1'),
(1164, 1083, '_wp_attached_file', '2015/11/33527514.jpg'),
(1165, 1083, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:729;s:6:"height";i:658;s:4:"file";s:20:"2015/11/33527514.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"33527514-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"33527514-300x271.jpg";s:5:"width";i:300;s:6:"height";i:271;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:20:"33527514-125x113.jpg";s:5:"width";i:125;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:18:"33527514-75x68.jpg";s:5:"width";i:75;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:20:"33527514-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"33527514-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"16";s:6:"credit";s:3:"rgb";s:6:"camera";s:12:"Canon EOS 5D";s:7:"caption";s:47:"red roses forming a heart on a white background";s:17:"created_timestamp";s:10:"1134949724";s:9:"copyright";s:17:"buying-images.com";s:12:"focal_length";s:2:"44";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.008";s:5:"title";s:14:"heart of roses";s:11:"orientation";s:1:"0";s:8:"keywords";a:50:{i:0;s:5:"heart";i:1;s:4:"love";i:2;s:4:"rose";i:3;s:5:"roses";i:4;s:7:"bouquet";i:5;s:9:"celebrate";i:6;s:3:"day";i:7;s:3:"duo";i:8;s:6:"floral";i:9;s:7:"florist";i:10;s:6:"flower";i:11;s:4:"gift";i:12;s:6:"giving";i:13;s:9:"happiness";i:14;s:7:"holiday";i:15;s:6:"lovely";i:16;s:5:"lover";i:17;s:8:"marriage";i:18;s:4:"pair";i:19;s:7:"propose";i:20;s:3:"red";i:21;s:7:"romance";i:22;s:8:"romantic";i:23;s:6:"spouse";i:24;s:5:"sweet";i:25;s:8:"together";i:26;s:10:"valentines";i:27;s:7:"wedding";i:28;s:4:"wife";i:29;s:9:"valentine";i:30;s:11:"anniversary";i:31;s:9:"beautiful";i:32;s:6:"bridal";i:33;s:6:"desire";i:34;s:10:"engagement";i:35;s:7:"flowers";i:36;s:5:"frame";i:37;s:5:"loved";i:38;s:5:"loves";i:39;s:6:"nature";i:40;s:5:"petal";i:41;s:5:"photo";i:42;s:7:"sparkle";i:43;s:5:"white";i:44;s:4:"drip";i:45;s:4:"soft";i:46;s:5:"water";i:47;s:9:"waterdrop";i:48;s:3:"wet";i:49;s:4:"drop";}}}'),
(1166, 1071, '_thumbnail_id', '1083'),
(1167, 1071, '_edit_last', '1'),
(1170, 1071, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1171, 1071, 'slide_template', 'default'),
(1174, 1086, '_wp_attached_file', '2015/10/33110060.jpg'),
(1175, 1086, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:693;s:6:"height";i:693;s:4:"file";s:20:"2015/10/33110060.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"33110060-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"33110060-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:20:"33110060-125x125.jpg";s:5:"width";i:125;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:18:"33110060-75x75.jpg";s:5:"width";i:75;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:20:"33110060-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"33110060-693x400.jpg";s:5:"width";i:693;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"16";s:6:"credit";s:0:"";s:6:"camera";s:9:"NIKON D80";s:7:"caption";s:57:"sunflowers in shape of heart isolated on white background";s:17:"created_timestamp";s:10:"1312023376";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"28";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:5:"0.005";s:5:"title";s:46:"sunflowers in shape of heart isolated on white";s:11:"orientation";s:1:"0";s:8:"keywords";a:50:{i:0;s:8:"abstract";i:1;s:10:"background";i:2;s:9:"beautiful";i:3;s:6:"bright";i:4;s:7:"concept";i:5;s:3:"day";i:6;s:5:"heart";i:7;s:7:"holiday";i:8;s:4:"love";i:9;s:7:"romance";i:10;s:8:"romantic";i:11;s:5:"shape";i:12;s:4:"sign";i:13;s:6:"summer";i:14;s:6:"symbol";i:15;s:9:"valentine";i:16;s:6:"yellow";i:17;s:9:"accessory";i:18;s:5:"bloom";i:19;s:7:"bouquet";i:20;s:11:"celebration";i:21;s:8:"colorful";i:22;s:11:"composition";i:23;s:14:"congratulation";i:24;s:10:"decoration";i:25;s:6:"design";i:26;s:7:"emotion";i:27;s:8:"feelings";i:28;s:5:"flora";i:29;s:6:"floral";i:30;s:9:"floristic";i:31;s:6:"flower";i:32;s:4:"gift";i:33;s:5:"group";i:34;s:12:"heart-shaped";i:35;s:10:"ingredient";i:36;s:8:"isolated";i:37;s:7:"natural";i:38;s:6:"nature";i:39;s:8:"positive";i:40;s:7:"present";i:41;s:12:"relationship";i:42;s:5:"seeds";i:43;s:3:"sun";i:44;s:9:"sunflower";i:45;s:8:"surprise";i:46;s:5:"sweet";i:47;s:7:"vibrant";i:48;s:5:"vivid";i:49;s:5:"white";}}}'),
(1176, 1064, '_thumbnail_id', '1086'),
(1179, 1087, '_wp_attached_file', '2016/02/grieffree-updated-Logo.png'),
(1180, 1087, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:230;s:6:"height";i:53;s:4:"file";s:34:"2016/02/grieffree-updated-Logo.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:33:"grieffree-updated-Logo-150x53.png";s:5:"width";i:150;s:6:"height";i:53;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:33:"grieffree-updated-Logo-125x29.png";s:5:"width";i:125;s:6:"height";i:29;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:32:"grieffree-updated-Logo-75x17.png";s:5:"width";i:75;s:6:"height";i:17;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1181, 1088, '_wp_attached_file', '2016/01/female.png'),
(1182, 1088, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:95;s:6:"height";i:91;s:4:"file";s:18:"2016/01/female.png";s:5:"sizes";a:1:{s:16:"ttshowcase_small";a:4:{s:4:"file";s:16:"female-75x72.png";s:5:"width";i:75;s:6:"height";i:72;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1183, 330, '_thumbnail_id', '1088'),
(1184, 329, '_thumbnail_id', '1088'),
(1185, 1089, '_wp_attached_file', '2016/01/man.png'),
(1186, 1089, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:95;s:6:"height";i:91;s:4:"file";s:15:"2016/01/man.png";s:5:"sizes";a:1:{s:16:"ttshowcase_small";a:4:{s:4:"file";s:13:"man-75x72.png";s:5:"width";i:75;s:6:"height";i:72;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1187, 102, '_thumbnail_id', '1089'),
(1188, 101, '_thumbnail_id', '1089'),
(1189, 870, '_edit_lock', '1455121632:1'),
(1192, 1106, '_edit_last', '1'),
(1193, 1106, '_edit_lock', '1455210294:1'),
(1194, 1106, '_wpb_vc_js_status', 'false'),
(1195, 1106, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1196, 1106, '_wpb_shortcodes_custom_css', '.vc_custom_1455049063537{margin-top: -10px !important;}.vc_custom_1452993873071{margin-top: 5px !important;}.vc_custom_1452993863219{margin-top: 5px !important;}.vc_custom_1452993882931{margin-top: 5px !important;}.vc_custom_1454786600804{margin-top: -50px !important;}'),
(1197, 1106, 'slide_template', 'default'),
(1198, 1106, '_wpc_page_layout', 'sidebar-default'),
(1199, 1106, '_wpc_header_alignment', 'left'),
(1200, 1106, '_wpc_header_padding_top', '60'),
(1201, 1106, '_wpc_header_padding_bottom', '60'),
(1202, 1106, '_wpc_header_bg_color', '#ffffff'),
(1203, 1106, '_wpc_header_text_color', '#222222'),
(1249, 1121, '_menu_item_type', 'post_type'),
(1250, 1121, '_menu_item_menu_item_parent', '0'),
(1251, 1121, '_menu_item_object_id', '311'),
(1252, 1121, '_menu_item_object', 'page'),
(1253, 1121, '_menu_item_target', ''),
(1254, 1121, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1255, 1121, '_menu_item_xfn', ''),
(1256, 1121, '_menu_item_url', ''),
(1263, 1121, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1264, 126, '_wp_old_slug', 'test'),
(1266, 1170, '_form', '<p>Your Name (required)<br />\n    [text* your-name] </p>\n\n<p>Your Email (required)<br />\n    [email* your-email] </p>\n\n<p>Subject<br />\n    [text your-subject] </p>\n\n<p>Your Message<br />\n    [textarea your-message] </p>\n[recaptcha]\n<p>[submit "Send"]</p>'),
(1267, 1170, '_mail', 'a:8:{s:7:"subject";s:33:"Healthy Grieving "[your-subject]"";s:6:"sender";s:37:"[your-name] <wordpress@grieffree.org>";s:4:"body";s:160:"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n--\nThis e-mail was sent from Healthy Grieving (http://www.grieffree.org)";s:9:"recipient";s:22:"thebusline@outlook.com";s:18:"additional_headers";s:22:"Reply-To: [your-email]";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1268, 1170, '_mail_2', 'a:9:{s:6:"active";b:0;s:7:"subject";s:33:"Healthy Grieving "[your-subject]"";s:6:"sender";s:42:"Healthy Grieving <wordpress@grieffree.org>";s:4:"body";s:102:"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from Healthy Grieving (http://www.grieffree.org)";s:9:"recipient";s:12:"[your-email]";s:18:"additional_headers";s:34:"Reply-To: designingfever@gmail.com";s:11:"attachments";s:0:"";s:8:"use_html";b:0;s:13:"exclude_blank";b:0;}'),
(1269, 1170, '_messages', 'a:23:{s:12:"mail_sent_ok";s:45:"Thank you for your message. It has been sent.";s:12:"mail_sent_ng";s:71:"There was an error trying to send your message. Please try again later.";s:16:"validation_error";s:61:"One or more fields have an error. Please check and try again.";s:4:"spam";s:71:"There was an error trying to send your message. Please try again later.";s:12:"accept_terms";s:69:"You must accept the terms and conditions before sending your message.";s:16:"invalid_required";s:22:"The field is required.";s:16:"invalid_too_long";s:22:"The field is too long.";s:17:"invalid_too_short";s:23:"The field is too short.";s:12:"invalid_date";s:29:"The date format is incorrect.";s:14:"date_too_early";s:44:"The date is before the earliest one allowed.";s:13:"date_too_late";s:41:"The date is after the latest one allowed.";s:13:"upload_failed";s:46:"There was an unknown error uploading the file.";s:24:"upload_file_type_invalid";s:49:"You are not allowed to upload files of this type.";s:21:"upload_file_too_large";s:20:"The file is too big.";s:23:"upload_failed_php_error";s:38:"There was an error uploading the file.";s:14:"invalid_number";s:29:"The number format is invalid.";s:16:"number_too_small";s:47:"The number is smaller than the minimum allowed.";s:16:"number_too_large";s:46:"The number is larger than the maximum allowed.";s:23:"quiz_answer_not_correct";s:36:"The answer to the quiz is incorrect.";s:17:"captcha_not_match";s:31:"Your entered code is incorrect.";s:13:"invalid_email";s:38:"The e-mail address entered is invalid.";s:11:"invalid_url";s:19:"The URL is invalid.";s:11:"invalid_tel";s:32:"The telephone number is invalid.";}'),
(1270, 1170, '_additional_settings', ''),
(1271, 1170, '_locale', 'en_US'),
(1272, 1170, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(1280, 1195, '_wp_attached_file', '2016/03/Grieffree-Home-Page.png'),
(1281, 1195, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1243;s:6:"height";i:719;s:4:"file";s:31:"2016/03/Grieffree-Home-Page.png";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:31:"Grieffree-Home-Page-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";}s:6:"medium";a:4:{s:4:"file";s:31:"Grieffree-Home-Page-300x174.png";s:5:"width";i:300;s:6:"height";i:174;s:9:"mime-type";s:9:"image/png";}s:12:"medium_large";a:4:{s:4:"file";s:31:"Grieffree-Home-Page-768x444.png";s:5:"width";i:768;s:6:"height";i:444;s:9:"mime-type";s:9:"image/png";}s:5:"large";a:4:{s:4:"file";s:32:"Grieffree-Home-Page-1024x592.png";s:5:"width";i:1024;s:6:"height";i:592;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:30:"Grieffree-Home-Page-125x72.png";s:5:"width";i:125;s:6:"height";i:72;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:29:"Grieffree-Home-Page-75x43.png";s:5:"width";i:75;s:6:"height";i:43;s:9:"mime-type";s:9:"image/png";}s:12:"medium-thumb";a:4:{s:4:"file";s:31:"Grieffree-Home-Page-500x300.png";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";}s:10:"blog-large";a:4:{s:4:"file";s:31:"Grieffree-Home-Page-700x400.png";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1282, 1195, '_wp_attachment_image_alt', 'Grieffree-Home-Page'),
(1283, 1089, '_wp_attachment_image_alt', 'Testimonial Man'),
(1284, 1088, '_wp_attachment_image_alt', 'Testimonial Female'),
(1285, 1087, '_wp_attachment_image_alt', 'Grieffree Logo'),
(1286, 1086, '_wp_attachment_image_alt', 'Grieffree Blog Image'),
(1287, 1083, '_wp_attachment_image_alt', 'Grieffree Blog Image'),
(1288, 1081, '_wp_attachment_image_alt', 'Grieffree Blog Image'),
(1290, 323, '_wp_attachment_image_alt', 'Grieffree Blog Image Thumbnail'),
(1291, 322, '_wp_attachment_image_alt', 'Grieffree Blog Image Thumbnail'),
(1292, 321, '_wp_attachment_image_alt', 'Grieffree Blog Image Thumbnail'),
(1294, 256, '_wp_attachment_image_alt', 'Healthy Grieving Process'),
(1295, 260, '_wp_attachment_image_alt', 'Healthy Grieving'),
(1296, 263, '_wp_attachment_image_alt', 'Understanding Healthy Grieving Process'),
(1297, 268, '_wp_attachment_image_alt', 'Grieving Process'),
(1298, 275, '_wp_attachment_image_alt', 'Worksheet Examples'),
(1299, 289, '_wp_attachment_image_alt', 'Separation'),
(1300, 288, '_wp_attachment_image_alt', 'Owning'),
(1301, 287, '_wp_attachment_image_alt', 'Being honest'),
(1302, 294, '_wp_attachment_image_alt', 'Mini-workshops'),
(1303, 299, '_wp_attachment_image_alt', 'Intensive Training'),
(1305, 177, '_wp_attachment_image_alt', 'coming soon'),
(1306, 166, '_wp_attachment_image_alt', 'Header Image'),
(1310, 51, '_wp_attachment_image_alt', 'favicon Grieffree'),
(1311, 39, '_wp_attachment_image_alt', 'Grieffree Banner'),
(1312, 38, '_wp_attachment_image_alt', 'Read More Grieffree'),
(1315, 69, '_wp_attachment_image_alt', 'title-bottom-border'),
(1316, 13, '_wp_attachment_image_alt', 'Seperator'),
(1317, 26, '_wp_attachment_image_alt', 'Seperator'),
(1318, 27, '_wp_attachment_image_alt', 'Seperator'),
(1319, 12, '_wp_attachment_image_alt', 'Seperator'),
(1320, 37, '_wp_attachment_image_alt', 'Transform-the-pain'),
(1322, 94, '_wp_attachment_image_alt', 'Grief Free Image'),
(1323, 96, '_wp_attachment_image_alt', 'box-img2'),
(1324, 97, '_wp_attachment_image_alt', 'box-img3'),
(1325, 123, '_wp_attachment_image_alt', 'Admin Page'),
(1327, 127, '_wp_attachment_image_alt', 'icon'),
(1328, 161, '_wp_attachment_image_alt', 'Back'),
(1329, 175, '_wp_attachment_image_alt', 'coming_soon'),
(1330, 264, '_wp_attachment_image_alt', 'feeling-woman-300x220'),
(1331, 266, '_wp_attachment_image_alt', 'clouds-opening-300x199'),
(1332, 277, '_wp_attachment_image_alt', 'water-fall-189x300'),
(1333, 279, '_wp_attachment_image_alt', 'pathway-200x300'),
(1334, 281, '_wp_attachment_image_alt', 'waterfall-2-199x300'),
(1335, 282, '_wp_attachment_image_alt', 'wooded-path-300x300'),
(1354, 33, '_thumbnail_id', '1195'),
(1431, 229, '_thumbnail_id', '266'),
(1457, 201, '_thumbnail_id', '97'),
(1467, 311, '_thumbnail_id', '256'),
(1487, 204, '_thumbnail_id', '96'),
(1497, 207, '_thumbnail_id', '294'),
(1504, 213, '_thumbnail_id', '287'),
(1524, 195, '_thumbnail_id', '299'),
(1534, 870, '_vc_post_settings', 'a:2:{s:7:"vc_grid";a:0:{}s:10:"vc_grid_id";a:0:{}}'),
(1535, 210, '_thumbnail_id', '299'),
(1551, 189, '_thumbnail_id', '256'),
(1558, 174, '_thumbnail_id', '256'),
(1568, 307, '_thumbnail_id', '263'),
(1578, 226, '_thumbnail_id', '279'),
(1589, 198, '_thumbnail_id', '287'),
(1609, 180, '_thumbnail_id', '260'),
(1619, 192, '_thumbnail_id', '275'),
(1638, 1226, '_wp_attached_file', '2016/03/Grief-Free-Banner.jpg'),
(1639, 1226, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1280;s:6:"height";i:450;s:4:"file";s:29:"2016/03/Grief-Free-Banner.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:29:"Grief-Free-Banner-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:29:"Grief-Free-Banner-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:29:"Grief-Free-Banner-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:30:"Grief-Free-Banner-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:28:"Grief-Free-Banner-125x44.jpg";s:5:"width";i:125;s:6:"height";i:44;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:27:"Grief-Free-Banner-75x26.jpg";s:5:"width";i:75;s:6:"height";i:26;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:29:"Grief-Free-Banner-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:29:"Grief-Free-Banner-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1640, 1226, '_wp_attachment_image_alt', 'Grief-Free-Banner'),
(1648, 159, '_thumbnail_id', '94'),
(1655, 1227, '_wp_attached_file', '2016/01/Grief-Free-Peggy-Lit.jpg'),
(1656, 1227, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:400;s:6:"height";i:363;s:4:"file";s:32:"2016/01/Grief-Free-Peggy-Lit.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:32:"Grief-Free-Peggy-Lit-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:32:"Grief-Free-Peggy-Lit-300x272.jpg";s:5:"width";i:300;s:6:"height";i:272;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:32:"Grief-Free-Peggy-Lit-125x113.jpg";s:5:"width";i:125;s:6:"height";i:113;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:30:"Grief-Free-Peggy-Lit-75x68.jpg";s:5:"width";i:75;s:6:"height";i:68;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:32:"Grief-Free-Peggy-Lit-400x300.jpg";s:5:"width";i:400;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1657, 1227, '_wp_attachment_image_alt', 'Grief-Free-Peggy-Lit'),
(1658, 216, '_thumbnail_id', '1227'),
(1669, 1230, '_wp_attached_file', '2016/01/Grief-Free-David-R.-Cope.jpg'),
(1670, 1230, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:264;s:6:"height";i:398;s:4:"file";s:36:"2016/01/Grief-Free-David-R.-Cope.jpg";s:5:"sizes";a:5:{s:9:"thumbnail";a:4:{s:4:"file";s:36:"Grief-Free-David-R.-Cope-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:36:"Grief-Free-David-R.-Cope-199x300.jpg";s:5:"width";i:199;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:35:"Grief-Free-David-R.-Cope-83x125.jpg";s:5:"width";i:83;s:6:"height";i:125;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:34:"Grief-Free-David-R.-Cope-50x75.jpg";s:5:"width";i:50;s:6:"height";i:75;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:36:"Grief-Free-David-R.-Cope-264x300.jpg";s:5:"width";i:264;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(1671, 1230, '_wp_attachment_image_alt', 'Grief-Free-David-R.-Cope'),
(1672, 219, '_thumbnail_id', '1230'),
(1682, 222, '_thumbnail_id', '1230'),
(1740, 226, '_aioseop_keywords', 'non-profit corporation, Littleton, Colorado, terms and conditions, Grieffree.org, David R. Cope, grief'),
(1741, 226, '_aioseop_description', 'This Website is owned by Grieffree.org, a non-profit corporation located in Littleton, Colorado. The website and its contents are provided with restrictions...'),
(1742, 226, '_aioseop_title', 'Terms of Use Agreement'),
(1842, 235, '_thumbnail_id', '288'),
(1861, 314, '_thumbnail_id', '266'),
(2046, 192, '_aioseop_keywords', 'grief, Worksheet Examples, Possibility, victim, Healthy Grieving Process, Imagine the possibilities, individuals’ experiences, Grieving process, attachment'),
(2047, 192, '_aioseop_description', 'This page demonstrates the use of the Healthy Grieving process in a worksheet format. Individuals’ experiences with the Healthy Grieving process.'),
(2048, 192, '_aioseop_title', 'Worksheet Examples'),
(2055, 235, '_aioseop_keywords', 'grief,  Healthy Grieving process, contact Peggy or David, GriefFree.org, life-changing process'),
(2056, 235, '_aioseop_description', 'You may contact Peggy or David at info@grieffree.org, GriefFree.org is making the Healthy Grieving process available to the general public over the internet');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2057, 235, '_aioseop_title', 'Contact Us'),
(2098, 1274, '_wp_attached_file', '2016/04/grieffree-mail.png'),
(2099, 1274, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:210;s:6:"height";i:50;s:4:"file";s:26:"2016/04/grieffree-mail.png";s:5:"sizes";a:3:{s:9:"thumbnail";a:4:{s:4:"file";s:25:"grieffree-mail-150x50.png";s:5:"width";i:150;s:6:"height";i:50;s:9:"mime-type";s:9:"image/png";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:25:"grieffree-mail-125x30.png";s:5:"width";i:125;s:6:"height";i:30;s:9:"mime-type";s:9:"image/png";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:24:"grieffree-mail-75x18.png";s:5:"width";i:75;s:6:"height";i:18;s:9:"mime-type";s:9:"image/png";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(2100, 1274, '_wp_attachment_image_alt', 'Grieffree mail'),
(2101, 1274, '_edit_lock', '1459633228:1'),
(2102, 1226, '_edit_lock', '1459633429:1'),
(2501, 229, '_aioseop_keywords', 'Grief, BEING HONEST, MORE ON RESISTANCE, RESISTANCE, OWNING BEING A VICTIM, HEALTHY GRIEVING PROCESS, OWNING'),
(2502, 229, '_aioseop_description', 'BEING HONEST: THE HEALING POWER OF TRANSCENDING YOUR STORIES, MORE ON RESISTANCE: UNDERSTANDING A METHOD OF THE MIND etc..'),
(2503, 229, '_aioseop_title', 'Blogs'),
(2653, 189, '_aioseop_keywords', 'grief, Healthy Grieving, diverse application, Grieving process, Healthy Grieving Worksheet Examples, fundamentally of Healthy Grieving, self identity, benefits of Healthy Grieving process'),
(2654, 189, '_aioseop_description', 'The Healthy Grieving process can be applied in much more diverse application. Traditionally grieving occurs with loss of a loved one, relationship, pet, or job.'),
(2655, 189, '_aioseop_title', 'Diverse Applications'),
(2656, 186, '_thumbnail_id', '263'),
(2738, 183, '_thumbnail_id', '275'),
(2890, 1382, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2891, 1382, '_edit_lock', '1470688733:2'),
(2892, 1382, '_edit_last', '2'),
(2896, 1382, 'slide_template', 'default'),
(2897, 1382, '_wpb_vc_js_status', 'false'),
(2901, 1382, '_wpc_page_layout', 'full-screen'),
(2902, 1382, '_wpc_hide_page_title', 'on'),
(2903, 1382, '_wpc_hide_breadcrumb', 'on'),
(2904, 1382, '_wpc_enable_page_header', 'on'),
(2905, 1382, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">The Healthy Grieving Resolution Program</span></h1>'),
(2906, 1382, '_wpc_header_alignment', 'center'),
(2907, 1382, '_wpc_header_bg_id', '161'),
(2908, 1382, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(2909, 1382, '_wpc_header_padding_top', '60'),
(2910, 1382, '_wpc_header_padding_bottom', '60'),
(2911, 1382, '_wpc_header_bg_color', '#ffffff'),
(2912, 1382, '_wpc_header_text_color', '#222222'),
(2997, 1394, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(2998, 1394, '_menu_item_type', 'post_type'),
(2999, 1394, '_menu_item_menu_item_parent', '179'),
(3000, 1394, '_menu_item_object_id', '1382'),
(3001, 1394, '_menu_item_object', 'page'),
(3002, 1394, '_menu_item_target', ''),
(3003, 1394, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3004, 1394, '_menu_item_xfn', ''),
(3005, 1394, '_menu_item_url', ''),
(3154, 207, '_aioseop_keywords', 'mini-workshop, introductory workshop, participants observe, grief, grief and loss, Grieving Process, understanding Grieving Process'),
(3155, 207, '_aioseop_description', 'GriefFree.org offers a free half-day introduction & mini-workshop to therapists and counselors who would like to learn more about the Healthy Grieving Process '),
(3156, 207, '_aioseop_title', 'Introductory Mini-workshops'),
(3349, 219, '_aioseop_keywords', 'grief, David R. Cope, nonprofit organizations, human experience, membership-based organization'),
(3350, 219, '_aioseop_description', 'David is a founder of the nonprofit organizations The Center for Living from the Heart (The Center) and The Institute for the Research and Study'),
(3351, 219, '_aioseop_title', 'About David R. Cope'),
(3358, 216, '_aioseop_keywords', 'grief, Peggy Lit, spiritual experience, extraordinary understanding, living from the heart'),
(3359, 216, '_aioseop_description', 'Peggy Lit shares her extraordinary understanding of the complexities of the human condition by guiding others through the maze of human consciousness...'),
(3360, 216, '_aioseop_title', 'About Peggy Lit'),
(3367, 222, '_aioseop_keywords', 'David R. Cope, GriefFree.org, Healthy Grieving, Grief Free, Grieving program, Healthy Grieving programs'),
(3368, 222, '_aioseop_description', 'David is a Founder of The Center for Living from the Heart (The Center), a non-profit 501 (c)(3) organization and its affiliate The Institute for the Research'),
(3369, 222, '_aioseop_title', 'David R. Cope CV/Resume'),
(3454, 201, '_aioseop_keywords', 'grief, Healthy Grieving, flat rate $135, professional counselors, professional therapists, mental support, emotional support'),
(3455, 201, '_aioseop_description', 'The charge for the Healthy Grieving process is a flat rate fee of $135.00. Unlike conventional therapy for grief which can take many months for treatment...'),
(3456, 201, '_aioseop_title', 'How to Get Grief Support'),
(3466, 1446, '_wp_attached_file', '2016/01/Grieffree-Section-back.jpg'),
(3467, 1446, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1980;s:6:"height";i:1273;s:4:"file";s:34:"2016/01/Grieffree-Section-back.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:34:"Grieffree-Section-back-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:34:"Grieffree-Section-back-300x193.jpg";s:5:"width";i:300;s:6:"height";i:193;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:34:"Grieffree-Section-back-768x494.jpg";s:5:"width";i:768;s:6:"height";i:494;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:35:"Grieffree-Section-back-1024x658.jpg";s:5:"width";i:1024;s:6:"height";i:658;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:33:"Grieffree-Section-back-125x80.jpg";s:5:"width";i:125;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:32:"Grieffree-Section-back-75x48.jpg";s:5:"width";i:75;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:34:"Grieffree-Section-back-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:34:"Grieffree-Section-back-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:24:"Getty Images/iStockphoto";s:6:"camera";s:13:"Canon EOS 50D";s:7:"caption";s:44:"Close up of an elderly hand holding a crutch";s:17:"created_timestamp";s:10:"1413387793";s:9:"copyright";s:10:"Ocskaymark";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:12:"Elderly life";s:11:"orientation";s:1:"1";s:8:"keywords";a:36:{i:0;s:10:"Rheumatism";i:1;s:10:"Painkiller";i:2;s:19:"Physical Impairment";i:3;s:5:"Women";i:4;s:7:"Females";i:5;s:9:"Insurance";i:6;s:10:"Paraplegic";i:7;s:5:"Cramp";i:8;s:10:"Retirement";i:9;s:22:"Begging - Social Issue";i:10;s:6:"Sprain";i:11;s:15:"Physical Injury";i:12;s:4:"Pain";i:13;s:12:"Senior Adult";i:14;s:12:"Mature Adult";i:15;s:10:"Supporting";i:16;s:9:"Ethnicity";i:17;s:13:"Aging Process";i:18;s:10:"One Person";i:19;s:6:"Broken";i:20;s:8:"Recovery";i:21;s:8:"Weakness";i:22;s:10:"Assistance";i:23;s:5:"Grief";i:24;s:4:"Care";i:25;s:23:"Healthcare And Medicine";i:26;s:6:"Nature";i:27;s:10:"Lifestyles";i:28;s:8:"Outdoors";i:29;s:10:"Distraught";i:30;s:10:"Human Hand";i:31;s:7:"Illness";i:32;s:6:"People";i:33;s:8:"Medicine";i:34;s:6:"Crutch";i:35;s:9:"Paralysis";}}}'),
(3468, 1446, '_wp_attachment_image_alt', 'Elderly life'),
(3517, 1451, '_wp_attached_file', '2016/01/Grieffree-Section-back-Blur.jpg'),
(3518, 1451, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:1980;s:6:"height";i:1273;s:4:"file";s:39:"2016/01/Grieffree-Section-back-Blur.jpg";s:5:"sizes";a:8:{s:9:"thumbnail";a:4:{s:4:"file";s:39:"Grieffree-Section-back-Blur-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:39:"Grieffree-Section-back-Blur-300x193.jpg";s:5:"width";i:300;s:6:"height";i:193;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium_large";a:4:{s:4:"file";s:39:"Grieffree-Section-back-Blur-768x494.jpg";s:5:"width";i:768;s:6:"height";i:494;s:9:"mime-type";s:10:"image/jpeg";}s:5:"large";a:4:{s:4:"file";s:40:"Grieffree-Section-back-Blur-1024x658.jpg";s:5:"width";i:1024;s:6:"height";i:658;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:38:"Grieffree-Section-back-Blur-125x80.jpg";s:5:"width";i:125;s:6:"height";i:80;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:37:"Grieffree-Section-back-Blur-75x48.jpg";s:5:"width";i:75;s:6:"height";i:48;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:39:"Grieffree-Section-back-Blur-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:39:"Grieffree-Section-back-Blur-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.5";s:6:"credit";s:24:"Getty Images/iStockphoto";s:6:"camera";s:13:"Canon EOS 50D";s:7:"caption";s:44:"Close up of an elderly hand holding a crutch";s:17:"created_timestamp";s:10:"1413387793";s:9:"copyright";s:10:"Ocskaymark";s:12:"focal_length";s:2:"50";s:3:"iso";s:3:"100";s:13:"shutter_speed";s:7:"0.00625";s:5:"title";s:12:"Elderly life";s:11:"orientation";s:1:"1";s:8:"keywords";a:36:{i:0;s:10:"Rheumatism";i:1;s:10:"Painkiller";i:2;s:19:"Physical Impairment";i:3;s:5:"Women";i:4;s:7:"Females";i:5;s:9:"Insurance";i:6;s:10:"Paraplegic";i:7;s:5:"Cramp";i:8;s:10:"Retirement";i:9;s:22:"Begging - Social Issue";i:10;s:6:"Sprain";i:11;s:15:"Physical Injury";i:12;s:4:"Pain";i:13;s:12:"Senior Adult";i:14;s:12:"Mature Adult";i:15;s:10:"Supporting";i:16;s:9:"Ethnicity";i:17;s:13:"Aging Process";i:18;s:10:"One Person";i:19;s:6:"Broken";i:20;s:8:"Recovery";i:21;s:8:"Weakness";i:22;s:10:"Assistance";i:23;s:5:"Grief";i:24;s:4:"Care";i:25;s:23:"Healthcare And Medicine";i:26;s:6:"Nature";i:27;s:10:"Lifestyles";i:28;s:8:"Outdoors";i:29;s:10:"Distraught";i:30;s:10:"Human Hand";i:31;s:7:"Illness";i:32;s:6:"People";i:33;s:8:"Medicine";i:34;s:6:"Crutch";i:35;s:9:"Paralysis";}}}'),
(3531, 1453, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3532, 1453, '_menu_item_type', 'post_type'),
(3533, 1453, '_menu_item_menu_item_parent', '0'),
(3534, 1453, '_menu_item_object_id', '180'),
(3535, 1453, '_menu_item_object', 'page'),
(3536, 1453, '_menu_item_target', ''),
(3537, 1453, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3538, 1453, '_menu_item_xfn', ''),
(3539, 1453, '_menu_item_url', ''),
(3541, 1454, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3542, 1454, '_menu_item_type', 'post_type'),
(3543, 1454, '_menu_item_menu_item_parent', '0'),
(3544, 1454, '_menu_item_object_id', '183'),
(3545, 1454, '_menu_item_object', 'page'),
(3546, 1454, '_menu_item_target', ''),
(3547, 1454, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3548, 1454, '_menu_item_xfn', ''),
(3549, 1454, '_menu_item_url', ''),
(3551, 1455, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3552, 1455, '_menu_item_type', 'post_type'),
(3553, 1455, '_menu_item_menu_item_parent', '0'),
(3554, 1455, '_menu_item_object_id', '186'),
(3555, 1455, '_menu_item_object', 'page'),
(3556, 1455, '_menu_item_target', ''),
(3557, 1455, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3558, 1455, '_menu_item_xfn', ''),
(3559, 1455, '_menu_item_url', ''),
(3561, 1456, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3562, 1456, '_menu_item_type', 'post_type'),
(3563, 1456, '_menu_item_menu_item_parent', '0'),
(3564, 1456, '_menu_item_object_id', '1382'),
(3565, 1456, '_menu_item_object', 'page'),
(3566, 1456, '_menu_item_target', ''),
(3567, 1456, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3568, 1456, '_menu_item_xfn', ''),
(3569, 1456, '_menu_item_url', ''),
(3571, 1457, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3572, 1457, '_menu_item_type', 'post_type'),
(3573, 1457, '_menu_item_menu_item_parent', '0'),
(3574, 1457, '_menu_item_object_id', '314'),
(3575, 1457, '_menu_item_object', 'page'),
(3576, 1457, '_menu_item_target', ''),
(3577, 1457, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3578, 1457, '_menu_item_xfn', ''),
(3579, 1457, '_menu_item_url', ''),
(3713, 204, '_aioseop_keywords', 'grief, Traditional grieving therapies, Healthy Grieving process, transformational changes, Healthy Grieving, grieving therapies'),
(3714, 204, '_aioseop_description', 'The Healthy Grieving process is healing system that deals directly & effectively with underlying cause of grief, process has been used to great effect...'),
(3715, 204, '_aioseop_title', 'Professional Training'),
(3722, 213, '_aioseop_keywords', 'Grief, Healthy Grieving Process, professional training, center for healing, center for growth, Introductory Workshop, David Cope, transformational healing, heal from the pain of grief'),
(3723, 213, '_aioseop_description', 'We are pleased to announce half-day Healthy Grieving Process professional training, Introductory Workshop to learn about process through professional training.'),
(3724, 213, '_aioseop_title', 'Professional Development Classes'),
(3771, 174, '_aioseop_keywords', 'grief, Healthy Grieving Process, Applications for the Healthy Grieving Process, Grief, Healthy Grieving, Grieving Process'),
(3772, 174, '_aioseop_description', 'Section is to describe more about The Healthy Grieving Process  including Understanding Healthy Grieving, The Healthy Grieving Process, and much more'),
(3773, 174, '_aioseop_title', 'The Healthy Grieving Programs'),
(3818, 33, '_aioseop_keywords', 'Grief, Healthy Grieving, GriefFree, Grieving program, Healthy Grieving programs, David R. Cope, nonprofit organization, membership-based organization, Littleton, Colorado'),
(3819, 33, '_aioseop_description', 'A revolutionary process that dramatically changes the experience of grieving. The revolutionary Healthy Grieving programs explore grief from the self-identity'),
(3820, 33, '_aioseop_title', 'Home'),
(3821, 33, '_aioseop_custom_link', 'http://www.grieffree.org/'),
(3931, 1494, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3932, 1494, '_edit_lock', '1469473734:1'),
(3933, 1494, '_edit_last', '1'),
(3935, 1494, '_thumbnail_id', '94'),
(3937, 1494, 'slide_template', 'default'),
(3938, 1494, '_wpb_vc_js_status', 'true'),
(3940, 1494, '_wpc_page_layout', 'full-screen'),
(3941, 1494, '_wpc_hide_page_title', 'on'),
(3942, 1494, '_wpc_hide_breadcrumb', 'on'),
(3943, 1494, '_wpc_enable_page_header', 'on'),
(3944, 1494, '_wpc_header_title', '<h1><span style="font-family: ''Time'';">GriefFree.org</span></h1>'),
(3945, 1494, '_wpc_header_alignment', 'center'),
(3946, 1494, '_wpc_header_bg_id', '161'),
(3947, 1494, '_wpc_header_bg', 'http://www.grieffree.org/wp-content/uploads/2016/01/Back.jpg'),
(3948, 1494, '_wpc_header_padding_top', '60'),
(3949, 1494, '_wpc_header_padding_bottom', '60'),
(3950, 1494, '_wpc_header_bg_color', '#ffffff'),
(3951, 1494, '_wpc_header_text_color', '#222222'),
(3964, 159, '_oembed_b0e552a923cd903549554dfd5bd6d14e', '<iframe width="700" height="394" src="https://www.youtube.com/embed/NU-pxSzrqyw?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(3965, 159, '_oembed_time_b0e552a923cd903549554dfd5bd6d14e', '1469470934'),
(3966, 1498, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}'),
(3967, 1498, '_menu_item_type', 'post_type'),
(3968, 1498, '_menu_item_menu_item_parent', '173'),
(3969, 1498, '_menu_item_object_id', '1494'),
(3970, 1498, '_menu_item_object', 'page'),
(3971, 1498, '_menu_item_target', ''),
(3972, 1498, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(3973, 1498, '_menu_item_xfn', ''),
(3974, 1498, '_menu_item_url', ''),
(3988, 159, '_aioseop_keywords', 'grief,  grief professionals, Healthy Grieving, life-changing process, Healthy Grieving process, funds donation'),
(3989, 159, '_aioseop_description', 'GriefFree.org is making the Healthy Grieving process available to the general public over the internet because the internet is such a powerful platform...'),
(3990, 159, '_aioseop_title', 'About Us'),
(3993, 1494, '_aioseop_title', 'GriefFree.org'),
(3994, 1494, '_oembed_b0e552a923cd903549554dfd5bd6d14e', '<iframe width="700" height="394" src="https://www.youtube.com/embed/NU-pxSzrqyw?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(3995, 1494, '_oembed_time_b0e552a923cd903549554dfd5bd6d14e', '1469473747'),
(4036, 1508, '_wp_attached_file', '2016/01/Professional.jpg'),
(4037, 1508, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:750;s:6:"height";i:500;s:4:"file";s:24:"2016/01/Professional.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:24:"Professional-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:24:"Professional-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:23:"Professional-125x83.jpg";s:5:"width";i:125;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:22:"Professional-75x50.jpg";s:5:"width";i:75;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:24:"Professional-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:24:"Professional-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(4038, 1509, '_wp_attached_file', '2016/01/Personal.jpg'),
(4039, 1509, '_wp_attachment_metadata', 'a:5:{s:5:"width";i:750;s:6:"height";i:500;s:4:"file";s:20:"2016/01/Personal.jpg";s:5:"sizes";a:6:{s:9:"thumbnail";a:4:{s:4:"file";s:20:"Personal-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";}s:6:"medium";a:4:{s:4:"file";s:20:"Personal-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";}s:17:"ttshowcase_normal";a:4:{s:4:"file";s:19:"Personal-125x83.jpg";s:5:"width";i:125;s:6:"height";i:83;s:9:"mime-type";s:10:"image/jpeg";}s:16:"ttshowcase_small";a:4:{s:4:"file";s:18:"Personal-75x50.jpg";s:5:"width";i:75;s:6:"height";i:50;s:9:"mime-type";s:10:"image/jpeg";}s:12:"medium-thumb";a:4:{s:4:"file";s:20:"Personal-500x300.jpg";s:5:"width";i:500;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";}s:10:"blog-large";a:4:{s:4:"file";s:20:"Personal-700x400.jpg";s:5:"width";i:700;s:6:"height";i:400;s:9:"mime-type";s:10:"image/jpeg";}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(4082, 307, '_aioseop_keywords', 'personal testimonials, professional testimonials, Healthy Grieving, Healthy Grieving process, Grief, deep feeling, letting go of an attachment'),
(4083, 307, '_aioseop_description', 'Section is to specified the two kinds here one is personal testimonials and other testimonials from professionals to know more about us...'),
(4084, 307, '_aioseop_title', 'Testimonials'),
(4094, 311, '_oembed_d9cebd9d4b1c774aed4c38d69ae159fe', '<iframe width="700" height="394" src="https://www.youtube.com/embed/mhxe-Yn99Fo?feature=oembed" frameborder="0" allowfullscreen></iframe>'),
(4095, 311, '_oembed_time_d9cebd9d4b1c774aed4c38d69ae159fe', '1469475961'),
(4102, 311, '_aioseop_keywords', 'Grief, Healthy Grieving, truly revolutionary, Peggy Lit, therapy'),
(4103, 311, '_aioseop_description', 'Read some life changing stories on our personal testimonial section of Grief Free Revolutionary Grieving Programs and lots more...'),
(4104, 311, '_aioseop_title', 'Personal Testimonials'),
(4133, 314, '_aioseop_keywords', 'Grief Support, Encouraging, Compassionate, effective therapy, life experiences,  Amazing Healthy process'),
(4134, 314, '_aioseop_description', 'Read some life changing stories from experience persons on our Professional  testimonial section of Grief Free Revolutionary Grieving Programs and lots more...'),
(4135, 314, '_aioseop_title', 'Professional Testimonials'),
(4150, 195, '_aioseop_keywords', 'being a victim, Healthy Grieving process, experience of grief, grief, self awareness, transformational change, meaningful changes, effective worksheet'),
(4151, 195, '_aioseop_description', 'Work on being a victim can be supportive in the Healthy Grieving process because it is very common for individuals to feel like a victim in experience of grief.'),
(4152, 195, '_aioseop_title', 'Being A Victim'),
(4165, 1382, '_aioseop_keywords', 'grief, self acceptance, human experience, deep feeling of loss, deep feeling of emptiness, new way to grieve, Healthy Grieving Process, meaning in life'),
(4166, 1382, '_aioseop_description', 'The Healthy Grieving Resolution Program was developed by David Cope in response to the cultural resistance to grieving the loss of a loved one in two sessions..'),
(4167, 1382, '_aioseop_title', 'The Healthy Grieving Resolution Program'),
(4198, 186, '_aioseop_keywords', 'Grief, Healthy Grieving, Healthy Grieving process, grief, Be honest, owning the feelings, Authentic hope, grieving process, emotional turmoil'),
(4199, 186, '_aioseop_description', 'Grieving is the process of healing a loss as a result of death, separation, or ending of an attachment with others, one’s self, or some thing....'),
(4200, 186, '_aioseop_title', 'The Healthy Grieving Process'),
(4228, 198, '_aioseop_keywords', 'grief, Attachments, Being honest, Construct, Grieving, External value, Owning, Self awareness, Self acceptance, Separation, fundamental Healthy Grieving, Definitions'),
(4229, 198, '_aioseop_description', 'Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate...'),
(4230, 198, '_aioseop_title', 'Definitions'),
(4243, 183, '_aioseop_keywords', 'grief, Healthy Grieving  Process, Grieving, letting go of the pain, process of Healthy Grieving, separation, dynamic process, real life situations, self value, human experience, person’s experience'),
(4244, 183, '_aioseop_description', 'The Revolutionary Healthy Grieving  Process Treats The Loss Of One’s Self Identity Rather Than The Emotional Loss Of The Person...'),
(4245, 183, '_aioseop_title', 'Understanding Healthy Grieving'),
(4267, 180, '_aioseop_keywords', 'grief, self acceptance, human experience, deep feeling of loss, deep feeling of emptiness, new way to grieve, Healthy Grieving Process, meaning in life'),
(4268, 180, '_aioseop_description', 'Healthy Grieving is the process of letting go of an attachment. An attachment is defined as anything external that gives identity and meaning to one’s life...'),
(4269, 180, '_aioseop_title', 'What is Healthy Grieving?'),
(4285, 210, '_aioseop_keywords', 'Grief, Healthy Grieving process, heal from grief, Grieving, Grieving Program, Letting Go Process, grief two-day workshop, healing modality'),
(4286, 210, '_aioseop_description', 'The Healthy Grieving Resolution Program was developed by David Cope in response to the cultural resistance to grieving the loss of a loved one in two sessions.'),
(4287, 210, '_aioseop_title', 'Two-Day Intensive Training'),
(4294, 1544, '_vc_post_settings', 'a:1:{s:10:"vc_grid_id";a:0:{}}');

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

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

CREATE TABLE IF NOT EXISTS `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=1545 ;

--
-- 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
(12, 1, '2016-01-16 19:23:13', '2016-01-16 19:23:13', '', 'Seperator', '', 'inherit', 'closed', 'closed', '', 'logo-element5-png', '', '', '2016-03-22 19:51:27', '2016-03-22 19:51:27', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/revslider/home1/logo_element5.png', 0, 'attachment', 'image/png', 0),
(13, 1, '2016-01-16 19:23:13', '2016-01-16 19:23:13', '', 'Seperator', '', 'inherit', 'closed', 'closed', '', 'logo-element4-png', '', '', '2016-03-22 19:51:08', '2016-03-22 19:51:08', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/revslider/home1/logo_element4.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2016-01-16 19:26:41', '2016-01-16 19:26:41', '', 'Seperator', '', 'inherit', 'closed', 'closed', '', 'logo-element5-png-2', '', '', '2016-03-22 19:51:15', '2016-03-22 19:51:15', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/revslider/home1/logo_element5.png', 0, 'attachment', 'image/png', 0),
(27, 1, '2016-01-16 19:26:41', '2016-01-16 19:26:41', '', 'Seperator', '', 'inherit', 'closed', 'closed', '', 'logo-element4-png-2', '', '', '2016-03-22 19:51:21', '2016-03-22 19:51:21', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/revslider/home1/logo_element4.png', 0, 'attachment', 'image/png', 0),
(33, 1, '2016-01-16 19:36:54', '2016-01-16 19:36:54', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">"You can heal from <span style="color: #770b26;">the pain of your loss."</span></h1>\r\n[/vc_column_text][vc_empty_space height="5px"][vc_column_text css=".vc_custom_1469149663320{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2016-07-22 01:09:41', '2016-07-22 01:09:41', '', 0, 'http://www.test.grieffree.org/?page_id=33', 0, 'page', '', 0),
(37, 1, '2016-01-16 19:44:10', '2016-01-16 19:44:10', '', 'Transform-the-pain', '', 'inherit', 'open', 'closed', '', 'transform-the-pain-o', '', '', '2016-03-22 19:51:37', '2016-03-22 19:51:37', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Transform-the-pain-o.png', 0, 'attachment', 'image/png', 0),
(38, 1, '2016-01-16 19:46:19', '2016-01-16 19:46:19', 'Grieffree Read More Button', 'Read More Grieffree', '', 'inherit', 'open', 'closed', '', 'rectangle', '', '', '2016-04-02 21:41:24', '2016-04-02 21:41:24', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Rectangle.png', 0, 'attachment', 'image/png', 0),
(39, 1, '2016-01-16 19:48:40', '2016-01-16 19:48:40', 'Grieffree Banner', 'Grieffree Banner', '', 'inherit', 'open', 'closed', '', 'banner2', '', '', '2016-04-02 21:47:25', '2016-04-02 21:47:25', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Banner2.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2016-01-16 20:07:44', '2016-01-16 20:07:44', ' ', '', '', 'publish', 'closed', 'closed', '', '42', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=42', 1, 'nav_menu_item', '', 0),
(51, 1, '2016-01-16 20:22:36', '2016-01-16 20:22:36', '', 'favicon Grieffree', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2016-03-21 19:40:08', '2016-03-21 19:40:08', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/favicon.png', 0, 'attachment', 'image/png', 0),
(69, 1, '2016-01-16 23:58:43', '2016-01-16 23:58:43', '', 'title-bottom-border', '', 'inherit', 'open', 'closed', '', 'title-bottom-border', '', '', '2016-03-22 19:50:51', '2016-03-22 19:50:51', '', 33, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/title-bottom-border.png', 0, 'attachment', 'image/png', 0),
(76, 1, '2016-01-17 00:09:56', '2016-01-17 00:09:56', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Testimonial - 76', '', 'publish', 'closed', 'closed', '', 'client-name', '', '', '2016-01-17 00:26:54', '2016-01-17 00:26:54', '', 0, 'http://www.test.grieffree.org/?post_type=testimonials&#038;p=76', 0, 'testimonials', '', 0),
(77, 1, '2016-01-17 00:10:41', '2016-01-17 00:10:41', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Testimonial - 77', '', 'publish', 'closed', 'closed', '', 'client-name-2', '', '', '2016-01-17 00:23:38', '2016-01-17 00:23:38', '', 0, 'http://www.test.grieffree.org/?post_type=testimonials&#038;p=77', 0, 'testimonials', '', 0),
(78, 1, '2016-01-17 00:11:18', '2016-01-17 00:11:18', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Testimonial - 78', '', 'publish', 'closed', 'closed', '', 'client-name-3', '', '', '2016-01-17 00:22:48', '2016-01-17 00:22:48', '', 0, 'http://www.test.grieffree.org/?post_type=testimonials&#038;p=78', 0, 'testimonials', '', 0),
(87, 1, '2016-01-17 00:34:19', '2016-01-17 00:34:19', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Client One', '', 'publish', 'closed', 'closed', '', 'client-one', '', '', '2016-01-17 00:45:58', '2016-01-17 00:45:59', '', 0, 'http://www.test.grieffree.org/?post_type=testimonial&#038;p=87', 0, 'testimonial', '', 0),
(88, 1, '2016-01-17 00:35:13', '2016-01-17 00:35:13', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Client Two', '', 'publish', 'closed', 'closed', '', 'client-two', '', '', '2016-01-17 00:45:35', '2016-01-17 00:45:35', '', 0, 'http://www.test.grieffree.org/?post_type=testimonial&#038;p=88', 0, 'testimonial', '', 0),
(89, 1, '2016-01-17 00:36:00', '2016-01-17 00:36:00', 'Lorem ipsum donlor ameti coinsecte adsicn elit sed do eius mod tempor incidwiunt utboret d magna.', 'Client Three', '', 'publish', 'closed', 'closed', '', 'client-three', '', '', '2016-01-17 00:44:32', '2016-01-17 00:44:32', '', 0, 'http://www.test.grieffree.org/?post_type=testimonial&#038;p=89', 0, 'testimonial', '', 0),
(90, 1, '2016-01-17 00:37:17', '2016-01-17 00:37:17', '', 'New', '', 'publish', 'closed', 'closed', '', 'new', '', '', '2016-01-17 00:55:50', '2016-01-17 00:55:50', '', 0, 'http://www.test.grieffree.org/?post_type=testimonial_rotator&#038;p=90', 0, 'testimonial_rotator', '', 0),
(94, 1, '2016-01-17 01:08:16', '2016-01-17 01:08:16', '', 'Grief Free Image', '', 'inherit', 'open', 'closed', '', 'box-img1', '', '', '2016-07-15 15:54:53', '2016-07-15 15:54:53', '', 180, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/box-img1.jpg', 0, 'attachment', 'image/jpeg', 0),
(96, 1, '2016-01-17 01:21:33', '2016-01-17 01:21:33', '', 'box-img2', '', 'inherit', 'open', 'closed', '', 'box-img2', '', '', '2016-03-22 19:52:42', '2016-03-22 19:52:42', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/box-img2.jpg', 0, 'attachment', 'image/jpeg', 0),
(97, 1, '2016-01-17 01:22:50', '2016-01-17 01:22:50', '', 'box-img3', '', 'inherit', 'open', 'closed', '', 'box-img3', '', '', '2016-03-22 19:52:46', '2016-03-22 19:52:46', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/box-img3.jpg', 0, 'attachment', 'image/jpeg', 0),
(101, 1, '2016-01-17 01:44:44', '2016-01-17 01:44:44', '<strong>I walked away with a whole new perspective about grief …</strong>\r\n\r\nGrieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.  David, Peggy, and everyone at Grieffree.org has been, and continues to be extremely encouraging, compassionate and excited about sharing the Healthy Grieving Process with myself and other helping professionals.  Both the Introductory Training, and the Two-Day Professional Training far exceeded my expectations.  I walked away with a whole new perspective about grief and a way to let go of what no longer serves me, as well as a way to help other people do the same. This work has shown me that healing is not only about gathering new tools and techniques to cope with life in a more effective way, nor is it just about surrendering to and accepting ourselves.  If and when the time is right, healing can allow us to fully own every action we have ever taken, let go of the past, and thus, set ourselves free.  Yes, this is easier said than done, <i>and </i>I believe that it’s well worth the effort; it can lead to a more peaceful and gratifying existence.  If you are ready, don’t hold back!  Dive into this work and watch your world transform.\r\n\r\nJenny Arribau, MA  True Self Therapy, LLC\r\n\r\nPsychotherapist in Denver, CO', 'Jenny Arribau, MA  True Self Therapy, LLC', '', 'publish', 'closed', 'closed', '', 'amy-schaller', '', '', '2016-03-05 20:00:47', '2016-03-05 20:00:47', '', 0, 'http://www.test.grieffree.org/?post_type=ttshowcase&#038;p=101', 0, 'ttshowcase', '', 0),
(102, 1, '2016-01-17 01:46:05', '2016-01-17 01:46:05', '<strong>different from any grief support paradigm you’ve known in the past…</strong>\r\n\r\nMany times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change in a system”.  I believe the Healthy Grieving process is a way that kind of change can genuinely happen.  The two day seminar was a wonderful introduction, allowing me to see how this could not only bring about sudden change and growth in my life, but how I could use this in my counseling practice.  I was challenged to process emotions and feelings in a way that was truly different. I began to see how this could change the trajectory within a counseling relationship and move people beyond the story telling to real healing and a new, more accurate self identity.\r\n\r\nI would highly recommend this seminar; it will be different from any grief support paradigm you’ve known in the past.   The setting for learning was personal, fast moving, and interactive while David and Peggy share a heartfelt passion that flows freely from their lives bringing the material alive in a unique way.  It was totally worth the investment of time and resources.\r\n\r\nDeanne Helmboldt MA, LMFT\r\n\r\nGreeley, Colorado', 'Deanne Helmboldt MA, LMFT', '', 'publish', 'closed', 'closed', '', 'jenny-germano', '', '', '2016-03-05 20:00:35', '2016-03-05 20:00:35', '', 0, 'http://www.test.grieffree.org/?post_type=ttshowcase&#038;p=102', 0, 'ttshowcase', '', 0),
(123, 1, '2016-01-17 08:41:53', '2016-01-17 08:41:53', '', 'Admin Page', '', 'inherit', 'open', 'closed', '', 'admin', '', '', '2016-03-22 19:53:02', '2016-03-22 19:53:02', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Admin.jpg', 0, 'attachment', 'image/jpeg', 0),
(126, 1, '2016-01-17 11:46:26', '2016-01-17 11:46:26', '', 'Sidebar', '', 'publish', 'closed', 'closed', '', 'sidebar', '', '', '2016-02-17 03:51:34', '2016-02-17 03:51:34', '', 0, 'http://www.test.grieffree.org/?post_type=sidebar&#038;p=126', 0, 'sidebar', '', 0),
(127, 1, '2016-01-17 12:41:53', '2016-01-17 12:41:53', '', 'icon', '', 'inherit', 'open', 'closed', '', 'icon', '', '', '2016-03-22 19:53:16', '2016-03-22 19:53:16', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/icon.png', 0, 'attachment', 'image/png', 0),
(159, 1, '2016-01-18 22:06:40', '2016-01-18 22:06:40', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization whose mission is to be a provider of the revolutionary grieving programs called <strong>Healthy Grieving</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of grief and loss. The long-term objective of <strong>GriefFree.org</strong> is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\n<strong><a href="http://www.grieffree.org/grieffree-org/" target="_blank">Read more</a></strong>[/vc_column_text][vc_column_text]<strong>Peggy Lit and David Cope</strong> are the Founders of <strong>GriefFree.org.</strong> Their passion to create <strong>GriefFree.org</strong> came from their own experience of using the process and from witnessing the transformational change that occurred in so many people. They truly know, as a society, that we no longer need to suffer from the debilitating pain of grief and loss.\r\n\r\nRead more about <a href="http://www.grieffree.org/about-us/about-peggy-lit/" target="_blank"><strong>Peggy Lit</strong></a> and <a href="http://www.grieffree.org/about-us/about-david-r-cope/" target="_blank"><strong>David Cope</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2016-07-25 19:08:24', '2016-07-25 19:08:24', '', 0, 'http://www.test.grieffree.org/?page_id=159', 0, 'page', '', 0),
(161, 1, '2016-01-18 22:14:53', '2016-01-18 22:14:53', '', 'Back', '', 'inherit', 'open', 'closed', '', 'back', '', '', '2016-03-22 19:53:22', '2016-03-22 19:53:22', '', 159, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Back.jpg', 0, 'attachment', 'image/jpeg', 0),
(166, 1, '2016-01-18 22:34:04', '2016-01-18 22:34:04', '', 'Header Image', '', 'inherit', 'open', 'closed', '', 'backnew', '', '', '2016-03-21 19:37:47', '2016-03-21 19:37:47', '', 159, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Backnew.png', 0, 'attachment', 'image/png', 0),
(173, 1, '2016-01-18 22:56:48', '2016-01-18 22:56:48', ' ', '', '', 'publish', 'closed', 'closed', '', '173', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=173', 2, 'nav_menu_item', '', 0),
(174, 1, '2016-01-19 10:24:46', '2016-01-19 10:24:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs</strong>[/vc_column_text][vc_column_text]<img class="alignright  wp-image-256" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224.jpg" alt="Healthy Grieving Process" width="240" height="179" />The Healthy Grieving programs are designed to heal the underlying issues that are the cause of the painful experience of grief. They approach grief and loss from the universal human experience of loss rather than an individual’s personal experience. This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]<em>For more information on the Healthy Grieving Programs please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/" target="_blank">Visit Here</a></strong></em>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Process is the original grieving process developed by David Cope in response to his search for a deeper and more fulfilling experience of himself. He realized that we seek meaning and purpose externally in our life. When our external meaning and purpose is lost, we experience a deep feeling of emptiness and loss. This is the experience we call grief.[/vc_column_text][vc_column_text]<em>For more information on The Healthy Process please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/" target="_blank">Visit Here</a></strong></em>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Resolution Program</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Resolution Program was developed by David Cope as a way to gradually heal from the painful experience of the grief. It is designed as an 8-week program and provides a novel approach to healing the painful experience of grief.[/vc_column_text][vc_column_text]<em>For more information on The Healthy Resolution Program please <a href="http://www.grieffree.org/the-healthy-grieving-resolution-program/" target="_blank"><strong>Visit Here</strong></a></em>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'publish', 'closed', 'closed', '', 'the-healthy-grieving-process', '', '', '2016-07-19 17:02:39', '2016-07-19 17:02:39', '', 0, 'http://www.test.grieffree.org/?page_id=174', 0, 'page', '', 0),
(175, 1, '2016-01-19 10:23:43', '2016-01-19 10:23:43', '', 'coming_soon', '', 'inherit', 'open', 'closed', '', 'coming_soon', '', '', '2016-03-22 19:53:29', '2016-03-22 19:53:29', '', 174, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/coming_soon.gif', 0, 'attachment', 'image/gif', 0),
(177, 1, '2016-01-19 10:27:28', '2016-01-19 10:27:28', '', 'coming soon', '', 'inherit', 'open', 'closed', '', 'coming_soon-2', '', '', '2016-03-21 19:37:31', '2016-03-21 19:37:31', '', 174, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/coming_soon.png', 0, 'attachment', 'image/png', 0),
(179, 1, '2016-01-19 10:28:27', '2016-01-19 10:28:27', '', 'Healthy Grieving Programs', '', 'publish', 'closed', 'closed', '', '179', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=179', 8, 'nav_menu_item', '', 0),
(180, 1, '2016-01-19 10:30:45', '2016-01-19 10:30:45', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n<h2 style="text-align: center;"><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your repressed feelings for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. <em>The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.</em>\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion, which feels like a sense of wholeness within one''s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <span style="color: #800000;">self-acceptance</span> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'publish', 'closed', 'closed', '', 'what-is-healthy-grieving', '', '', '2016-08-08 23:03:50', '2016-08-08 23:03:50', '', 174, 'http://www.test.grieffree.org/?page_id=180', 0, 'page', '', 0),
(182, 1, '2016-01-19 10:31:11', '2016-01-19 10:31:11', ' ', '', '', 'publish', 'closed', 'closed', '', '182', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=182', 9, 'nav_menu_item', '', 0),
(183, 1, '2016-01-19 10:33:44', '2016-01-19 10:33:44', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">attachments</a></strong> that were limiting the experience of myself. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of myself and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that <strong>Healthy Grieving</strong> teaches people how to <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">feel their feelings</a></strong>, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of <strong>grief</strong> can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. <strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of yourself and life.\r\n\r\nBe open to the experience of <strong>Healthy Grieving</strong> as a way to reconnect to aspects of yourself that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of yourself and life wherein you can find your own inner meaning and security, no longer relying on the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile the <strong>Healthy Grieving Programs</strong> will work effectively for all individuals regardless of age, it is not for everybody; it does require courage to look within and a readiness to move on through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to yourself.\r\n\r\nI believe that mankind has the capacity to innately <strong>grieve</strong> once mankind is shown the way. The beauty of <strong>Healthy Grieving</strong> is the awareness that <strong>grief</strong> is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text]Please visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.\r\n\r\n[/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\n&nbsp;', 'Understanding Healthy Grieving', '', 'publish', 'closed', 'closed', '', 'understanding-the-healthy-grieving-process', '', '', '2016-08-08 22:55:32', '2016-08-08 22:55:32', '', 174, 'http://www.test.grieffree.org/?page_id=183', 0, 'page', '', 0),
(185, 1, '2016-01-19 10:34:10', '2016-01-19 10:34:10', ' ', '', '', 'publish', 'closed', 'closed', '', '185', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=185', 10, 'nav_menu_item', '', 0);
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
(186, 1, '2016-01-19 10:36:55', '2016-01-19 10:36:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Process</strong> is a six-step process. A typical process includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is scheduled a week later. In this final step, an individual is able to articulate how they have let go of the pain of their loss and opened their heart to their life anew. (Please read the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials</a>.</strong>)\r\n\r\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\r\n\r\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than a deep experience of release. This emoting pain becomes the memory we often hold onto rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'publish', 'closed', 'closed', '', 'healthy-grieving-process', '', '', '2016-08-08 20:56:19', '2016-08-08 20:56:19', '', 174, 'http://www.test.grieffree.org/?page_id=186', 0, 'page', '', 0),
(188, 1, '2016-01-19 10:37:27', '2016-01-19 10:37:27', ' ', '', '', 'publish', 'closed', 'closed', '', '188', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=188', 11, 'nav_menu_item', '', 0),
(189, 1, '2016-01-19 10:40:23', '2016-01-19 10:40:23', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<img class="size-medium wp-image-256 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="rainbow-in-sky-300x224" width="300" height="224" />Traditionally grieving occurs with the loss of a loved one, relationship, pet, or job. The <strong>Healthy Grieving process</strong> can be applied in a much more diverse application. The following is a list of life events or objects of attachment that the <strong>Healthy Grieving process</strong> can be used for successfully. In fact, the more it is applied in life the more applications are revealed, since attachments are fundamentally how we experience ourselves. The inherent value in letting go attachments is to reclaim the self-identity that was given away in the attachment. By reclaiming aspects of one’s self, individuals can learn to know and understand who they are and can live a fuller experience of themselves in life.\r\n\r\n[/vc_column_text][vc_column_text]Letting go of …\r\n<ul>\r\n 	<li>a divorce</li>\r\n 	<li>an old girl/boyfriend or first love</li>\r\n 	<li>a home, neighborhood or community – whether in a loss, in a fire, or moving away</li>\r\n 	<li>miscarriage or abortion</li>\r\n 	<li>foreclosure</li>\r\n 	<li>boxes of old memorabilia, family pictures, or love letters</li>\r\n 	<li>financial loss</li>\r\n 	<li>abandonment</li>\r\n 	<li>the ending of an old friendship</li>\r\n 	<li>an affair</li>\r\n 	<li>a child leaving home at any stage of life</li>\r\n 	<li>old clothes</li>\r\n 	<li>a career path not taken</li>\r\n 	<li>the single life when getting married</li>\r\n 	<li>the experience of becoming an empty nester</li>\r\n 	<li>one’s independence when a child is born</li>\r\n 	<li>the sale of a car</li>\r\n 	<li>a sports team losing</li>\r\n 	<li>a disabling illness or disease</li>\r\n 	<li>social status or lifestyle change</li>\r\n 	<li>the ability to have children</li>\r\n 	<li>missed opportunities in life</li>\r\n 	<li>not being chosen in a tryout or audition</li>\r\n 	<li>family connections or relationships</li>\r\n</ul>\r\nThe<strong> Healthy Grieving process</strong> can also be used proactively as a powerful way of letting go an attachment that negatively affects a person’s life experience such as:\r\n\r\nAttachments to…\r\n<ul>\r\n 	<li>alcohol</li>\r\n 	<li>children</li>\r\n 	<li>parents</li>\r\n 	<li>unhealthy relationships</li>\r\n 	<li>drama</li>\r\n 	<li>money</li>\r\n 	<li>love</li>\r\n 	<li>sex</li>\r\n 	<li>home</li>\r\n 	<li>food</li>\r\n 	<li>a way of life</li>\r\n 	<li>financial security</li>\r\n 	<li>shopping</li>\r\n 	<li>life style</li>\r\n 	<li>needing a man (woman) to be happy</li>\r\n</ul>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>Outgrowing the Fear of Death and Dying</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nOne of the most significant indirect benefits of the <strong>Healthy Grieving process</strong> might be the most intriguing: the outgrowing of the fear of death and dying. <em>The fear of death and dying is the result of the anticipated loss of the attachment to life - everything that gave meaning to a person’s life.</em>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Applications', '', 'publish', 'closed', 'closed', '', 'applications', '', '', '2016-07-12 21:11:39', '2016-07-12 21:11:39', '', 174, 'http://www.test.grieffree.org/?page_id=189', 0, 'page', '', 0),
(191, 1, '2016-01-19 10:40:55', '2016-01-19 10:40:55', ' ', '', '', 'publish', 'closed', 'closed', '', '191', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=191', 12, 'nav_menu_item', '', 0),
(192, 1, '2016-01-19 10:42:47', '2016-01-19 10:42:47', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nThis page demonstrates the use of the <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving process</a></span></strong> in a worksheet format.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<h3 align="center"><strong>The Healthy Grieving Process Example #1</strong></h3>\r\n[/vc_column_text][vc_column_text]#1 <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">Be Honest</a></span>.</strong>\r\n\r\nOn the surface I am grieving my dad. But as I looked at it, I saw there was a lot more going on here as far as attachments and a deeper concept. The following is what I worked through as I got deeper:\r\n\r\n<i><img class="size-medium wp-image-275 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="light-in-waterfal-cave-913-300x400" width="225" height="300" />My dad is not here so I try to move on. He is not present any longer, so I try and move on. I cannot see him, talk to him. I am holding-on to the past with him. Why? ….because it’s comfortable. If I let go of my past with my dad, I would feel like it’s “not right”. I would not know who I am. I would not know my own definition. It would be lonely. I would be empty.</i>\r\n\r\n<i> </i>What loss am I grieving?  My “past” and my history.\r\n\r\nSo this loss I am grieving also has to do with my own self-definition. I used my dad for a whole lot of history, labels and definitions to help build up my self. Not to mention my dad was a major “safety net” for me; both in the past when he was alive, and in present in terms of memories.[/vc_column_text][vc_column_text]#2 <strong>Feel the feelings.</strong>\r\n\r\nI had feelings at each level I was at through my scale rankings. Detail below for each level.\r\n\r\n#3 <strong>Set up a scale.</strong>\r\n\r\n<b>Me at a “9”:</b>\r\n\r\nFeelings: guilty &amp; bad, fearful, regretful, wary, stuck, worried, sadness, unfairness, if only, mean, scared, threatened, uncertain, alone, empty, lonely, unprotected, conflicted.\r\n\r\nDescription: I miss my dad. I wish he were still around to talk to on the phone, visit and just hear his voice and re-assurance. He was always my safety net and the head of the family. There is no head of the family anymore. I feel guilty that I did not spent more time with him when he was sick and I regret not being there when he died.\r\n\r\n…I decided to go watch some old videos of my dad – to bring up buried feelings, to see how this attachment to my dad defined me, and what labels I gave myself.  I saw how much I used my dad to help define who I am, things like this: italian; big family (lot of relatives, strong family, stick by one another); “ home”; being proud of my dad for various things – which gave me self-worth; good looking; great hair; responsible leader; I made him proud; warm smile; loving/caring personality; memories of xyz.\r\n\r\nSeeing, realizing and owning the above helped move me from a “10” to a “6” on my scale….but I was stuck at a “6”…\r\n\r\n<b>Me at a “6”:</b>\r\n\r\nFeelings: guilt, regret, uncertainty, fear for the future (eg. getting cancer/sick), fear of death.\r\n\r\nDescription:I miss my dad and I am scared for my own self as he suffered so much with a long, ugly cancer battle. I worry I would get cancer too and fear sickness, pain and death. I am hung-up (stuck) here on my dad’s suffering. So I created a list of how I honestly feel about my dad’s suffering:\r\n<ol>\r\n	<li>I am scared to death of having to face what he faced. (I never really talked to my dad about death openly.)</li>\r\n	<li>I am hurt from how my dad treated me when he was sick.</li>\r\n	<li>I felt unloved. (I was wimpy in sharing my own feeling for my dad. There was never any closure.)</li>\r\n	<li>I feel guilty I was not there enough for him while he was sick, and ultimately when he died.</li>\r\n	<li>I feel like I should of “stepped-up” more and supported him.</li>\r\n</ol>\r\nI was stuck here and did not really know how to work through this further, so I sat on it for a week and allowed it to settle and penetrate. Then I got an idea to share this list with my mom and discuss it with her. My mom was very close to my dad and nursed him though cancer for 5-years. It was not going to be a comfortable conversation, but I felt it was necessary and it felt like the right thing to do.\r\n\r\nSo I met with my mom and we ended up having one of the best talks of our lives for about an hour. I shared each point in my list and we discussed each one, and what she did was gave me some great perspective in terms of understanding the situation better from a factual perspective, clarifying some misconceptions I harbored about my dad and the 5-years of suffering he went through. What she told me really helped aid in my own self-forgiveness and helped me to eliminate my guilt, self-blame, regret.\r\n\r\nThe interesting thing that also came out of this is my mom mentioned to me that after all this time, she still <b>really missed</b> my dad. I did not say this to her, but I realized inside me that I did not miss him anymore. I felt guilty about that at first, like “why don’t I miss my dad anymore?” But now I see that the part of me that missed him was that part that was very attached to him; and that attachment was going away now. I still have a lot of love for my dad in my heart (I never lost any of that), but I just did not miss him anymore.\r\n\r\nThis conversation with my mom, and the insights following, helped bring me from a “6” down to a “2” and then to a “1 1/2”…\r\n\r\n<b> </b><b>Me at a “1 1/2”:</b>\r\n\r\nFeelings: smiling on my past with a ton of warmth and love for my dad and thankfulness for him being part of my life. Relaxed, unstrained, peaceful, lighter. (guilt and regret is <b>gone</b> now).\r\n\r\nDescription: My heart holds a ton of love for my dad; this love shines through even more now, but I don’t really miss him anymore. I really appreciate his life and how I got to be a part of it. In terms of my dad’s suffering, I know it does not have to be my journey (it was part of <b>his</b> journey…<b>his</b> life). I don’t know what the future holds for me, but I know it will be an experience that I need.\r\n\r\n#5 <strong>Possibility.</strong>\r\n\r\nThere is a chance now for me to be a “super” father in my own way, as my own Self, and I am excited about this. I see I have been on my own now for 10+ years without my dad, and I am doing well without the leadership and safety net that I used him for and it’s still a great growth opportunity for me. I know that I used my dad in the past for self-definition and labels to help develop and build my own image and self-ness; but that’s going away now as I see it’s not really me. I want to experience my own truth now and not live through his (or other’s) eyes and expectations.\r\n\r\n#6 …see above for my scale movement.[/vc_column_text][vc_column_text]\r\n<h3 align="center"><b>The Healthy Grieving Process Example #2</b></h3>\r\n[/vc_column_text][vc_column_text]<img class="size-medium wp-image-277 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/water-fall-189x300-189x300.jpg" alt="water-fall-189x300" width="189" height="300" />#1 <strong>Be honest. What loss am I grieving?</strong>\r\n\r\nThis attachment has to do with an old group that I was part of in the past. At first I thought the loss I have been grieving was “friendship”. But since we were so close, I then figured it was loss of “family.” David and I looked at the definition of family, “a group of people united by certain conviction or a common affiliation; fellowship”. The word “fellowship” really hit the nail on the head for me, defined as, “companionship, community of interest, activity feeling or experience.” I am grieving the loss of fellowship.\r\n\r\nThis has to do with companionship – close friends that all stood together and stuck up for one another, common bonds and directions we all shared that helped shape and define us. We backed each other up – therefore a safety net of security. A feeling of self-definition/identity, direction, acceptance, self-worth and security were all deeper connections to fill (mask) my emptiness.[/vc_column_text][vc_column_text]#2 <strong>Feel the feelings.</strong>\r\n\r\nAt first I was not “feeling the feelings”, as I was just stuck on the surface, <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">being a victim</a></span></strong>. At first this was blaming others, then this turned into blaming my self. I had to go deeper- then finally got beyond surface. See below for feelings and description at each stage of scale.\r\n\r\n#3 <strong>Set up a scale.</strong>\r\n\r\n<b>Me at a “10”:</b>\r\n\r\n<b></b>Feelings: guilty, depressed, screwed-up, defeated, demoralized, loser, wrong, dishonored, embarrassed, if only I had done xyz, rejected, sorrow, unsuccessful, insecure, small, defenseless, fearful, ashamed, bitter, ruined, wimpy, gave-up, regretful.\r\n\r\nDescription: I am a mess about this. I am haunted with bad dreams still about the past and how things went down. I feel like it just happened yesterday and it has been 6 years… that’s how screwed-up I am about this. I threw everything away. I miss my fellowship. I feel really bad about everything and feel so guilty. I want to run and hide, move out of the state, escape the reality of still being around people that I used to know. I fear all this on a daily basis.\r\n\r\n…I decided to go through my old photos and papers that I had been holding onto – to bring up buried feelings, to see how this attachment defined me, and what labels I gave myself… and then throw these away. Then I spent a day and went to my old home and town and allowed as much of the feelings to come up as I could, that had been just buried deep. This helped move me from a “10” to a “6” on my scale….\r\n\r\n<b>Me at a “6”:</b>\r\n\r\nFeelings: blame, regret, jealousy, envy, anger, small, wrong and guilty, mistaken, unsuccessful, wimp (note: these are still surface level)\r\n\r\nDescriptions:\r\n\r\n<b>What not to do: </b>(<b>victim</b> - <b>blame others</b>…)\r\n\r\nI am angry at my old fellowship. I was not successful. I never felt like it changed me. It did not work for me. I wanted to leave and I did not do it. I stayed and did it anyway out of peer pressure. I did not get to do a lot of things I wanted to do with my life, and blame others for that. I did not stand up and speak up for my ideas. I did things I did not want to do. I am pissed it could not be positive.\r\n\r\n<b>What not to do: </b>(<b>victim</b> - <b>blame self</b>…)<b></b>\r\n\r\nI am ashamed of my self, my life, my results. I am not a man. I am a bad guy. I left all my friends, girlfriend – my fellowship. I let everyone down. I was a wimp, a quitter and failure. I made a huge mistake.  I am an outcast, a screw-up, a bad example, just another guy who didn’t make it. I ran away. I had to cause others a lot of pain and increased weight to carry. I lost everyone close to me. I am embarrassed. All my hard work has nothing to show for it. All my contribution and sacrifice does not matter anymore. I feel like I wasted about two decades. How am I going to make up this time? I feel regretful. I made a huge mistake. I was never really the “smart one” after all. I am lost … have to rebuild my whole life.\r\n\r\n<b></b><b>What to do: </b>(own my self and my feelings - not as victim, poor me, why did this happen)\r\n\r\nFeelings: I am empty, lonely, deep hollowness inside me, naked, exposed, unprotected, alone, small, tiny, weak, unsure, regretful, terrified, cut off, separate, ungrounded, unconnected, shattered, lost.\r\n\r\nDescription:\r\n\r\nEverything I worked for since I was 20 was gone (<i>fact</i>). I am empty, lonely, hollow, exposed, no protection, alone, small, defeated – failure, weak and tiny, unsure, terrified, let my self down, deep sense of loss inside, cut-off, separate, ungrounded, I am shattered, my world is shattered, lost my identity and definition, I am nothing, not existing, lost, my world shattered. I feel these in my heart – inside.\r\n\r\n<b>Me at a “1”:</b>\r\n\r\nFeelings: more neutral, smiling on my past with some warmth, relaxed, unstrained, peaceful, lighter, less chatter/emotion in my head.\r\n\r\nDescription: I don’t miss them any more. Its over now, I am not holding on any more. It feels good; more releasing. I am forgiving myself and moving on. I hold some love in my heart for them, my past. I see some special things about it now and about the people who were close to me. I realize the gift that being alone gave to me.\r\n\r\n#5 <strong>Possibility.</strong>\r\n\r\nI see the benefit of leaving for me. I am free. Clean slate, I have a new lease on life. I can do the things I have wanted to do. New jobs, relationships, family. I am looking forward to the future. I am unstuck. Hopeful. Excited. Enthusiastic. I have a chance to be on my own, without a safety net. Be by my self and grow. I see the benefit the opportunity provided. I do not regret what happened.  I do not feel connected to it all anymore.\r\n\r\n#6 <strong>Check in again with your feelings and set up a new scale. Revisit this step until your scale is at a l.</strong>[/vc_column_text][vc_column_text]\r\n<h3 align="center"><b>The Healthy Grieving Process Example #3</b></h3>\r\n[/vc_column_text][vc_column_text]<b>1. Be Honest - what loss am I grieving?  :  The only true friend I have ever had.</b>\r\nI have somebody to share my journey with, I have someone to make me feel good about myself in the way that he does, and I feel loved for who I am. I have a partner that is honest with me and supports me. I have someone that makes me feel special, wanted and accepted.\r\n\r\n<b><img class="size-medium wp-image-279 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/pathway-200x300-200x300.jpg" alt="pathway-200x300" width="200" height="300" />2. Feel the feelings :  </b>\r\nAt first I was using a lot of  concept words &amp; phrases describing the feelings, during this process I realized they actually cover up the real feelings, but as I kept going they lead me to break through a layer to feel what is behind them.\r\nGreat despair, a deep loss, like someone put a hole in my chest. Desperate – I feel like I will do anything to make the feeling go away, abandoned, left behind, dark and scary, cold, thick, very suffocating, feels like no life is in there, I don’t exist – I am not alive. I feel like this feeling is a place I will do anything to cover up from experiencing.\r\n<b>\r\n3. Set up my scale – I am at a 10\r\n</b><b>Narrative defining myself at a 10 :</b><b> </b>  Jeff is the first man I have ever opened my heart up to and I have real feelings for. When I begin to feel the feelings of what it would be like with out Jeff in my life – I feel alone, scared that I am left all by myself with no one to depend on, and I have no one to share my life with. I feel <strong>grief-stricken</strong>, despair and a deep loss of myself. Below the surface I begin to feel like someone has put a hole in my chest. I feel very empty, hollow, and feel nothingness in here. I have told myself that I was not capable of ever feeling these feelings again for another man. My attachments to Jeff  have revealed my real feelings for him, and how I fill the emptiness I feel inside of me. I will do anything to make these feelings go away, and I cannot bare to feel a giant gaping hole in my heart. I feel extremely sad, depressed, and I feel like I am lacking a part of me that I need to function on. I feel I have no reason to keep going in life if I am all alone. Going into that hole in my chest is a dark, cold, and scary place. I feel so desperate, and closed in that I want to claw my way out of here. There is no light in here, I cannot see anything, I cannot see myself, my outside world does not exist at all and I feel utterly alone. There is no comfort in here, there is just blackness. The air is thick, heavy and I feel panicked. I cannot breathe in here and I feel like I am suffocating to death. In this place I feel lifeless, like my very breath is leaving me, and I am unable to speak or move. I am sinking in my own blackness and I feel paralyzed. I am non-existent in here and feel like I am not alive. I am understanding now why I will do anything to not feel this place inside of me, It feels like an internal death with out actually dying.\r\n\r\n<b>4. Let it go :</b>  I realize that I need to be there for myself, that these feelings are false and are not supporting me. By letting go of these feelings I will be supporting myself in a healthy way. I need to be a partner, a true friend, and honest to myself, rather than depending on somebody to do it for me.\r\n\r\n<b>5. Possibility :</b>  I would have a relationship with myself, and I would love myself for who I am, therefore love my partner for who he is. I would have the space I need to work on myself, and get to know myself. I will become intimate with myself and not give myself away to my partner. I will not want anything from him, and the relationship will feel effortless. Wanting something from someone takes a lot of work, and energy. I would feel free, and not burdened. It feels like a dream and I never could have imagined having something like this before. It feels like these possibilities have never existed in my world.\r\n<b>\r\n6. Check in with my scale in a few days or week</b>\r\n\r\n<b>Feel the feelings</b>\r\nI feel depressed, sad, bleak, and uneasy. I feel a deep withdrawal, lacking something, I feel unprotected, disconnected, small, fragile, lost, I don’t feel good about myself , I feel desperate for attention, I feel alone, I feel unimportant, and invisible.\r\n<b>\r\nScale – I am at a 5</b>\r\n\r\n<b>Narrative defining myself at a 5:</b>\r\nI miss my friend, I miss having someone to talk to and give my life ease. I miss having Jeff in my life to take away this feeling of lack and emptiness that I feel so unprotected from. I am feeling like my life has no meaning if I am all alone. I am feeling depressed and I find myself experiencing deep sighs of sadness through out my day – I feel like a part of me is missing. I am feeling like my life is flat and meaningless because I have no one to share it with. I feel like I have lost my way of connecting to myself because I have no one to connect to. I am feeling very bleak, my life feels obsolete and unimportant. There is no one to accept me and I feel desperate to feel accepted and loved. I feel as if my life line to the outside world has been severed and I feel lost and unable to find my way back. I feel like jumping out of my skin so I can avoid feeling this vacuum inside of me. I am unsure of who I am with out all of these things that I depend on to feel good, I feel uncertain about myself and I am feeling fragile.\r\n\r\n<b>***Check in with my scale in a few days or a week </b>\r\n\r\n<em>Note: This worksheet example does not have the next scale check in. The work was completed and did move to a scale of 1.</em>[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>The Healthy Grieving Process Example #4</strong></h3>\r\n[/vc_column_text][vc_column_text]Step 1:<strong> Be honest about what I am really losing</strong>. We talked a lot about my house. And this is what I came to about selling it; what I am grieving: the loss of everything I ever worked for and dreamed about.\r\n\r\n<img class="size-medium wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300-199x300.jpg" alt="waterfall-2-199x300" width="199" height="300" />I stayed in jobs and relationships, I went into debt (deeper and deeper), I stressed and agonized for this dream. All my time and almost all of my money went into this dream. And I have had this dream my whole life. From the time I was able to look at houses as my dad drove down the street, I started fantasizing about what they looked like inside. I would always wonder what they were like. And I felt like if I just had <b>that</b> house or <b>that </b>life, everything would be okay. Better, I thought everything would be awesome. And what I have realized about my life right now is that dream has come true. I have that house, that yard, and I don’t have to work. I don’t have to leave my nice pretty cave. So of course I don’t want to work on this attachment. Everything I have ever done went towards achieving this dream. And even though it isn’t all that (everything is not better and happy-go-lucky), I’m not ready to let it go.\r\n\r\nStep 2: <strong>Feel the feelings</strong>. Here is where I got tripped up over the last week. David reminded me that the feelings are the same whether I am a victim or coming from my heart. What changes is the “mindset”. When I am a victim, I feel some of the feelings and stop there. I wallow in them and use them to create fear and drama. I don’t look for more and deeper feelings. I camp out in the surface and first sub-levels of feelings.\r\n\r\nWhen I feel the feelings with authentic intent, I keep going. I keep going deeper and deeper. And as I feel the emotions I can find more. Because if I am doing it from my heart, I feel a feeling and it starts to dissipate, so then I can look for more. And as I move through them I can get deeper and deeper and keep looking for those feelings until I can’t find anymore. Victim mode stops me long before I get to the deepest core feelings.\r\n\r\nAs I wrote this I realized I was changing lines with each pause to look for more. And the breaks between lines are the pauses I took to sink down deeper into the emotions and pull more out.\r\n\r\nThis is the order the feelings started coming:\r\ndisappointing, sad, a physical loss, like somebody is dying\r\nfailure, humiliation, devastated, overwhelmed,\r\nembarrassing, in-capable, lost     —     This has always been my focus and I now I don’t have anything to work for.\r\nI feel empty and blah. I feel like I am coming apart because there is nothing to hold me together.\r\nit is exhausting, scary, terrifying\r\nThere is no core point to rally around.\r\nIt feels  —-   blackness, cold, empty,\r\nfloating around in space or a vacuum\r\nlost forever, suffocating, crushing, can’t suck in any air; feels like my heart is going to be squished into oblivion\r\nlike death itself: cold and dark and crushed into feelings of oblivion\r\n\r\nStep 3: <strong>Set up a scale</strong>. This is me. And this is my 10. These feelings are the intensity of losing everything I have ever worked for and ever dreamed about.\r\n\r\nI have worked so hard at having a nice house with a nice yard and at not having to work so I can have a leisurely life of luxury, all so I could cover up and hide from me these feelings of death itself.\r\n\r\nThis has always been my focus and now I don’t have anything to work on or for. The surface feelings were devastated, humiliated, overwhelmed, incapable, lost, a failure. But more I feel empty. I also feel like I am coming apart because there is nothing to hold me together now. It is exhausting and terrifying.\r\n\r\nThere is no core point in me to rally around. What is there feels like blackness. It feels cold and empty, like I am floating around in space. It feels like a vacuum. It feels like I am suffocating, that my lungs are being sucked flat, like I can’t suck air in. It feels like I will be lost forever. It feels like this vacuum is squishing my heart, like I will be squished into oblivion. It feels like death itself, cold and dark and crushed: oblivion.\r\n\r\nStep 4: <strong>Let go and know these feelings are falseness and not supportive or healthy</strong>. Hanging on to my house, not working, my piano, and many other attachments covers up these feelings. My attachments allow me to hide all of this from me and therefore I can hold on to it. Obviously, having feelings of death itself is not healthy and keeping those feelings is not supporting of me. The cool thing was as I went through these feelings, I could feel them lighten and leave. When I reread this work it already seemed foreign. Just by acknowledging them and feeling them with the intent of letting them go helped me move on my scale.\r\n\r\nStep 5: <strong>Imagine the possibilities</strong>. This one is much harder from me. My ability to be positive is almost non-existent. Turning a negative into a positive is not my strong suit.\r\n\r\nLetting go of this dream allows many possibilities. I can have an authentic job and an authentic relationship. In the past I had agendas and motives to fund my dreams and hide my weaknesses. Without my house I can have a fresh start. I can learn to live within my means. When I live within my means, I can manage my money and take responsibility for my actions around money. I can learn to live like a grown up. I can be pragmatic and make reasonable decisions. (Right now I am always behind the eight-ball.) I can put my time and my energy into me. I can learn to take care of me.\r\n\r\nStep 6: <strong>Check in again with my feelings and set up a new scale</strong>. Now it feels like I am at a 6. I still don’t want to sell my house, but I can see the possibilities. I know it is the best thing and it is my truth. I just really, really don’t want to do all the work it will take to get it ready, to get rid of stuff, and to keep it show house clean during the process. I don’t want to pack and I don’t want to move. At this stage it is a huge pain in the butt, and it is easier to stay where I am. I still love my house and am sad at losing what I have worked for. But these feelings of sad and disappointed and ‘put-out’ are manageable. They don’t create intense panic and disoriented loss.[/vc_column_text][vc_column_text]\r\n<h3 style="text-align: center;"><strong>The Healthy Grieving Process Example #5</strong></h3>\r\n[/vc_column_text][vc_column_text]<em>Note: This example was completed by David. Because of his inner awareness he was able to grieve his dog Pepper in a more free flowing manner.</em>\r\n\r\n<img class="size-full wp-image-282 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/wooded-path-300x300.jpg" alt="wooded-path-300x300" width="300" height="300" />I feel lost, empty, and heavy- an attachment creates identity and meaning. I feel this way- disorientated- because “there is a piece of me that is gone”. I feel fragmented- whenever I use something external to define me and give my self identity and meaning.\r\n\r\nIdentity: Who I am- “I am David who has a dog Pepper. David is a person who does not love dogs. David is a person who committed to take responsibility for Pepper. Meaning: David gets up every morning walks Pepper, feeds her scraps from his plate, plans his day around her and feels loved when Pepper greets him excitedly.” The routine gave meaning to my life.\r\n\r\nNow, it, my identity and meaning, (“Pepper”) is gone and I feel the loss and emptiness that makes me sad (sad is a blend of emotions and is not really an emotion in of it’s self). It is like this comfort zone of my “self” identity and meaning is gone. And I am left with “nothing”- a big empty hole in me which was filled by the role (attachment) Pepper played in my life. I don’t really “miss” Pepper; I miss what Pepper meant to me- the identity and meaning. Pepper is a label- a place holder – for a piece of me that was given identity and meaning.\r\n\r\nFor a few days, I couldn’t feel anything but the “loss” (pain) of something that was missing as me until I was willing let go of wanting the loss to be filled with my pain (stuffing). I must grieve from the heart to let go of the pain.\r\n\r\nAs I grieve “Pepper”, the loss of a companion, I let go of the meaning and identity and allow the hole – the emptiness- to be transformed into love: not love for Pepper (even though I will be left with loving thoughts) but ultimately love for my self. Because Pepper no longer represents the “hole” in me but the fullness – self love\r\n\r\nI have grieved my loss of identity and meaning I placed as Pepper. Now I am free- to be just me – without the fragmented aspect of me created by my attachment to “Pepper”.\r\n\r\nIn the death of Pepper, I found my self.\r\n\r\nI can now feel and know that without Pepper (bless Pepper for all the gifts she gave me), I am creating new meaning and identity in my life in me as me. I have reunited with the fragmented part of me- I am whole.\r\n\r\nOwning: I can now see me as my falseness:\r\n\r\nInsight from grieving Pepper:\r\n\r\nI can never experience death because when I am complete (self) there is nothing for me to lose- death- the loss of identity and meaning: that which one calls life. I can never experience death because when I free of attachments or stories and experience my self as whole there is nothing for me to lose. Death is created by the attachment to life and is experienced as the loss of identity and meaning which one calls life.\r\n\r\nAs long as one “clings” to life’s meaning – attachment and stories- one will fear death. It is inherent in the human condition. So when a one dies with attachments and stories, they are reconnected with source – only upon death will they be at peace..\r\n\r\nPlease visit the <strong><span style="color: #800000;"><a style="color: #800000;" title="Testimonials" href="http://www.grieffree.org/testimonials/">testimonial page</a></span></strong> to read individuals’ experiences with the Healthy Grieving process.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Worksheet Examples', '', 'publish', 'closed', 'closed', '', 'worksheet-examples', '', '', '2016-03-31 20:57:31', '2016-03-31 20:57:31', '', 174, 'http://www.test.grieffree.org/?page_id=192', 0, 'page', '', 0),
(195, 1, '2016-01-19 10:45:15', '2016-01-19 10:45:15', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the <strong>Healthy Grieving Programs</strong> because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. In order to heal from the pain of grief, it is essential that an individual takes responsibility for their internal experience of the loss.<strong>The Healthy Grieving Programs</strong> include a Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'publish', 'closed', 'closed', '', 'being-a-victim', '', '', '2016-08-08 16:36:33', '2016-08-08 16:36:33', '', 174, 'http://www.test.grieffree.org/?page_id=195', 0, 'page', '', 0),
(197, 1, '2016-01-19 10:45:41', '2016-01-19 10:45:41', ' ', '', '', 'publish', 'closed', 'closed', '', '197', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=197', 13, 'nav_menu_item', '', 0);
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
(198, 1, '2016-01-19 10:47:26', '2016-01-19 10:47:26', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate terms from their common usage.</strong>\r\n\r\n<strong>Attachment</strong>: Anything external that gives one identity and meaning in their life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable – they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience- mankind’s need to create meaning in life because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning.\r\n\r\n<strong>Being honest</strong> is the willingness to expose the experience of one’s self as it is. Being honest is the first step<img class="size-medium wp-image-287 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301-300x226.jpg" alt="Being honest" width="300" height="226" /> that allows one to see and acknowledge the construct of their reality so it can be transcended. Only in being honest can one truly see what is, not the way one wants things to be - their story.\r\n\r\n<strong>Being a victim is </strong>a person who is not able to take responsibility for their life and their life’s predicaments. Victims blame others for their situation, powerless to make any meaningful changes in their life.\r\n\r\n<strong>Emotions </strong>are the unconscious expression of repressed feelings. For example, anger is the emotional conglomeration of the repressed feeling of being a victim. People live in their emotions so they don’t have to feel because feelings expose the underbelly of a person – the dark and vulnerable secrets we compulsively hide from.\r\n\r\n<strong>Grieving</strong> is the willingness to experience the deep pain of the loss of one’s self-identity for the purpose of reuniting one’s self – the experience of becoming “whole”. Effectively, the externalized meaning and purpose of the attachment becomes internalized, which is experienced as true love and acceptance.\r\n\r\n<strong>Feelings </strong>are the conscious and unconscious expression of how we “feel” about ourselves. Emotions are universal to all people whereas feelings are unique to each person based upon their personal experience of life. From this powerful perspective, feelings become an intriguing window into the experience of one’s self.\r\n\r\n<strong>Feeling feelings</strong> is a deep willingness to go into the pain of “how I feel about myself” <em>for the purpose of <img class="size-medium wp-image-289 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300-300x225.jpg" alt="Separation" width="300" height="225" />letting it go</em> – experiencing the feelings as you, completely and fully by letting the “emotional charge” go through you rather than resisting and pushing it away. Feeling feelings is the capacity to go into our inner sanctum that we have compulsively hide from to feel exposed and raw, knowing that it is this exposure and rawness that allows the feelings to be effectively dissolved.\r\n\r\n<strong>Resistance </strong>is the experience of the mind’s intrinsic capacity to fight against the loss of self-identity – self-destruction. It is experienced as shutting down – denial, skepticism, and the loss of clarity – which prevents self-awareness.\r\n\r\n<strong>The mind </strong>is one’s reality, a conglomerated pseudo-reality called the self. It is created by the brain by integrating one’s experiences of life.\r\n\r\n<strong>Self-identity</strong> is the way we know and experience our self. Self-identity is the definition of “who I am” which when lost or taken away leaves a person feeling a deep sense of loss. This loss is expressed deeply as “I don’t know who I am anymore” and leaves a person feeling lost in life, rudderless to find their way.\r\n\r\n<strong>Self-love</strong> is the willingness to being vulnerable for the sake of growth; an open heart. It is the experience of stepping into life anew - to start again, and again, in a new and fresh way. It is taking full responsibility for the experience of one’s life.\r\n\r\n<strong>Self-value</strong> is the experiential knowing of who I am. It is experienced as the unarticulated inherent awareness of the accumulation of one’s growth.\r\n\r\n&nbsp;\r\n\r\n<b></b>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Definitions', '', 'publish', 'closed', 'closed', '', 'the-healthy-grieving-process-definitions', '', '', '2016-08-08 22:42:35', '2016-08-08 22:42:35', '', 174, 'http://www.test.grieffree.org/?page_id=198', 0, 'page', '', 0),
(200, 1, '2016-01-19 10:48:18', '2016-01-19 10:48:18', ' ', '', '', 'publish', 'closed', 'closed', '', '200', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 174, 'http://www.test.grieffree.org/?p=200', 14, 'nav_menu_item', '', 0),
(201, 1, '2016-01-19 10:52:13', '2016-01-19 10:52:13', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has caring therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the <a href="http://www.grieffree.org/contact/"><strong>contact page</strong></a> on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'publish', 'closed', 'closed', '', 'how-to-get-grief-support', '', '', '2016-07-18 16:26:18', '2016-07-18 16:26:18', '', 0, 'http://www.test.grieffree.org/?page_id=201', 0, 'page', '', 0),
(203, 1, '2016-01-19 10:52:53', '2016-01-19 10:52:53', '', 'How to Get Support', '', 'publish', 'closed', 'closed', '', '203', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=203', 16, 'nav_menu_item', '', 0),
(204, 1, '2016-01-19 10:54:48', '2016-01-19 10:54:48', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Traditional grieving therapies are primarily used as support systems to help people cope with the painful experience of loss. <strong>The</strong> <strong>Healthy Grieving Programs</strong> are healing systems that deal directly and effectively with the underlying cause of <strong>grief</strong>. Unlike conventional grieving approaches that focus on the loss of the relationship, <strong>The</strong> <strong>Healthy Grieving</strong> <strong>Programs</strong> deal with the loss of one’s <strong>self-identity</strong>. This radical shift in perspective allows individuals to make rapid and transformational changes that move them quickly through the grieving cycle into the experience of love and acceptance.\r\n\r\nThe <strong>Healthy Grieving Programs</strong> has been used to great effect with not only the loss of a loved one, but many other losses as well. It is effective for virtually any experience of loss such as ending of relationships, loss of a pet, empty nest, loss of home, career, health, lifestyle, beliefs, loss through miscarriage, divorce, relocation, etc.\r\n\r\nIt works equally well with losses from the past as it does with present losses. In fact, one of the first <strong>Healthy Grieving clients</strong> used the process to grieve the loss of her mother who had died <strong>22</strong> years before. She found the process <i>significantly liberating</i>. An experienced social worker called the <strong>Healthy Grieving Process</strong> “<i>a higher consciousness approach to grief that opens the door to a lot<b> </b>of healing”</i>and a bereavement counselor felt that it had “<i>the ability to transform people’s lives.”</i>\r\n\r\nPlease be aware that the <strong>Healthy Grieving Programs</strong> are not conventional therapy. They are healing modalities like EFT or EMDR, and like them, it uses tools and techniques that you might not see in traditional psychotherapy. For example, the <strong>Healthy Grieving</strong> <strong>Process</strong> uses deep inquiry with “why” questions, as well as kinesiology to test client responses.<strong>The Healthy Grieving Programs</strong> are not a fit for every counselor - or a modality you would use with every client - but it is an amazing process that produces very rapid results.\r\n\r\nFor those who want to know more than the introductory level or wish to develop a level of mastery with the process, a more comprehensive training is offered. We are exploring Continuing Education Certification as well as Professional Development Credits but at this time, no credits are available.\r\n\r\nFor more information, please <strong><a href="http://www.grieffree.org/contact/">contact us</a></strong> using the contact page or call us at 303-339-0807.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Training', '', 'publish', 'closed', 'closed', '', 'professional-training', '', '', '2016-07-19 15:52:59', '2016-07-19 15:52:59', '', 0, 'http://www.test.grieffree.org/?page_id=204', 0, 'page', '', 0),
(206, 1, '2016-01-19 10:55:26', '2016-01-19 10:55:26', ' ', '', '', 'publish', 'closed', 'closed', '', '206', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=206', 17, 'nav_menu_item', '', 0),
(207, 1, '2016-01-19 10:57:11', '2016-01-19 10:57:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-294 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth1-300x225-300x225.jpg" alt="new-growth1-300x225" width="300" height="225" />GriefFree.org offers a<i> free</i> half-day introduction and mini-workshop to therapists and counselors who would like to learn more about the Healthy Grieving Resolution Program and how to incorporate it into their practice. The introductory workshop is approximately three-and-a-half hours. We can schedule weekday or weekend sessions. Typical morning sessions are from 9:00 a.m.-12:30, afternoon sessions are usually from 1:00-4:30, and evening sessions are also available.<b></b>\r\n\r\nIn the introductory mini-workshop, participants will leave the meeting with a basic understanding of the process and a new perspective for working with clients around grief and loss. For those who want to know more than the introductory level or wish to develop a level of mastery with the process, a <strong><span style="color: #800000;"><a style="color: #800000;" title="Two-Day Intensive Training" href="http://www.grieffree.org/professional-training/two-day-intensive-training/">more comprehensive training</a></span></strong> is offered.\r\n\r\nWe are currently developing Professional Development courses that will introduce key aspects of the eight-week Healthy Grieving ResolutionProgram. Please check back to see our schedule or if you have any questions, <strong><a href="http://www.grieffree.org/contact/">please contact us</a></strong>. [/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Introductory Mini-workshops', '', 'publish', 'closed', 'closed', '', 'introductory-mini-workshops', '', '', '2016-07-16 16:39:03', '2016-07-16 16:39:03', '', 204, 'http://www.test.grieffree.org/?page_id=207', 0, 'page', '', 0),
(209, 1, '2016-01-19 10:57:58', '2016-01-19 10:57:58', ' ', '', '', 'publish', 'closed', 'closed', '', '209', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 204, 'http://www.test.grieffree.org/?p=209', 18, 'nav_menu_item', '', 0),
(210, 1, '2016-01-19 10:59:32', '2016-01-19 10:59:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have completed our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief</strong> <strong>and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving Process</strong> through <strong>Grieffree.org</strong>. It has been renamed <strong>The</strong> <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution Program</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'publish', 'closed', 'closed', '', 'two-day-intensive-training', '', '', '2016-08-08 23:05:27', '2016-08-08 23:05:27', '', 204, 'http://www.test.grieffree.org/?page_id=210', 0, 'page', '', 0),
(212, 1, '2016-01-19 11:01:56', '2016-01-19 11:01:56', ' ', '', '', 'publish', 'closed', 'closed', '', '212', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 204, 'http://www.test.grieffree.org/?p=212', 19, 'nav_menu_item', '', 0),
(213, 1, '2016-01-19 11:04:15', '2016-01-19 11:04:15', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]We are pleased to announce a half-day <strong>Healthy Grieving Process</strong> professional training, hosted by People House, a Denver counseling community that is a collaborative center for healing and growth.\r\n\r\nThis half-day Healthy Grieving training is appropriate for anyone who has been interested in attending a <strong>Healthy Grieving Introductory</strong> <strong>Workshop</strong> or those who have wanted to learn more about the process through a professional training.\r\n\r\nThe details of the program are as follows:<b> </b>\r\n<p align="center"><b>The Healthy Grieving Process® – Real Loss, Real Healing</b></p>\r\n<p align="center"><b>Tuesday, May 16, 2016</b><b></b></p>\r\n<p align="center"><b>1:30pm – 6:00pm</b><b></b></p>\r\n<p align="center"><b>People House, 3035 W. 25th Ave., Denver, CO 80211</b></p>\r\n<p align="center"><b>Cost: $65.00</b></p>\r\n<p align="center"><i>This training is eligible for professional development credits accepted by DORA.</i><i> </i></p>\r\n<p align="center">Registration: <b>peoplehouse.org/services/professional-development-series/</b></p>\r\n<p align="center"><b>or call 303.480.5130</b><b></b></p>\r\nThe revolutionary <strong>Healthy Grieving Process</strong> explores <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. Guided through the 6-step <strong>Healthy Grieving process</strong>, clients are able to let go of the pain of <strong>grief</strong> in one or two sessions, integrating their loss into a renewed sense of wholeness.\r\n\r\nThis workshop will cover the basic principles of the Healthy Grieving process. In the training, participants will learn:\r\n<ul>\r\n 	<li>A new modality that actually enables clients to heal from the pain of <strong>grief</strong>.</li>\r\n 	<li>An intriguing method that bypasses clients’ “stories” guiding them instead to their truth, because no healing can take place at the level of the story.</li>\r\n 	<li>A transformative process that differentiates between emotions and feelings, which one therapist says has enabled her to take clients “deeper than they’ve ever been before.”</li>\r\n</ul>\r\nFacilitators: David Cope, the creator of the Healthy Grieving Process and co-founder of GriefFree.org and Jenny Arribau, LPC, a trained Healthy Grieving bereavement counselor with a Master’s degree in Transpersonal Counseling Psychology from Naropa University.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Development Classes', '', 'publish', 'closed', 'closed', '', 'professional-development-classes', '', '', '2016-07-19 15:55:22', '2016-07-19 15:55:22', '', 204, 'http://www.test.grieffree.org/?page_id=213', 0, 'page', '', 0),
(215, 1, '2016-01-19 11:04:47', '2016-01-19 11:04:47', ' ', '', '', 'publish', 'closed', 'closed', '', '215', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 204, 'http://www.test.grieffree.org/?p=215', 20, 'nav_menu_item', '', 0),
(216, 1, '2016-01-19 11:06:50', '2016-01-19 11:06:50', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<img class="alignright wp-image-1227" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-Peggy-Lit.jpg" alt="Grief-Free-Peggy-Lit" width="331" height="300" /><strong>Peggy Lit</strong> grew up in a rural town in <strong>South Dakota</strong>. She never sought out “spiritual” awareness and was quite content living a “normal” life as a mother and provider. Until nine years ago, when something quite astonishing began that she was totally unprepared for.\r\n\r\nAs she looks back on her journey, she can now piece together the puzzle of her experiences of moving through stages of enlightenment. Though she acknowledges that her experiences of bliss and oneness were gems upon her pathway, she immediately knew at a very deep level, “This experience is not me, there is more.”\r\n\r\nEarly in her journey she believed that her smorgasbord of non-physical and <strong>spiritual experiences</strong> were experiences that were happening to her.  Over time, as she became more grounded in the experiences of her self, she understood the profound realization that these and many other amazing experiences were just <strong>Peggy</strong>, experiencing her self.\r\n\r\nAll of these expanding experiences provide the contextual foundation of her deeper awareness into the experience of her self and knowing who she is. <strong>Peggy</strong> now shares her <strong>extraordinary understanding</strong> of the complexities of the human condition by guiding others through the maze of human consciousness and ushering in the transformative experience of living from the heart.\r\n\r\n<strong>Peggy</strong> does not have any educational degrees to define her spiritual and consciousness acuity. In fact, she often reflects that she has no teachers, reads no books, nor attends workshops or seminars. It is from her inner unfolding that the concepts and experiences used to articulate her understanding are drawn; profound evidence that the answers are truly within all of us.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Peggy Lit', '', 'publish', 'closed', 'closed', '', 'about-peggy-lit', '', '', '2016-07-18 16:06:22', '2016-07-18 16:06:22', '', 159, 'http://www.test.grieffree.org/?page_id=216', 0, 'page', '', 0),
(218, 1, '2016-01-19 11:07:26', '2016-01-19 11:07:26', ' ', '', '', 'publish', 'closed', 'closed', '', '218', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 159, 'http://www.test.grieffree.org/?p=218', 4, 'nav_menu_item', '', 0),
(219, 1, '2016-01-19 11:09:45', '2016-01-19 11:09:45', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-full wp-image-1230 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-David-R.-Cope.jpg" alt="Grief-Free-David-R.-Cope" width="264" height="398" />\r\n\r\n<strong>“David R. Cope is a pioneer in understanding the mechanics of the mind.”</strong>\r\n\r\n<strong>David R. Cope</strong> has been a businessman all his adult life. His experience of an internal unfolding is the farthest thing he could ever have imagined. Twelve years ago he consciously set out to find answers to some of life’s most profound questions. He realized in an epiphany -  a micro-second flash of awareness - that all his problems and answers of his life lay within him. From this moment forth, he followed an unfolding of knowing that realized an amazing process of self-discovery.\r\n\r\nAs a pioneer in understanding the mechanics of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">the mind</a></span></strong>, David has developed a continuous stream of innovative methods that allow individuals to outgrow chronic patterns of behavior and illnesses that have remained an enigma for mankind. The process of <strong>Healthy Grieving</strong> is just one of many transformational processes that reflect David’s profound understanding of the human experience.\r\n\r\nDavid does not have any educational degrees to define his psychological and consciousness acuity. In fact, he often shares that he has no teachers, reads no books, nor attends workshops or seminars. It is from his inner unfolding that the concepts and experiences used to articulate his understanding are drawn; <i>profound evidence that the answers are truly within all of us.</i>\r\n\r\nPlease see <strong><span style="color: #800000;"><a style="color: #800000;" title="David R. Cope CV/Resume" href="http://www.grieffree.org/about-us/david-r-cope-cvresume/">David’s CV/Resume</a></span></strong> which details his experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About David R. Cope', '', 'publish', 'closed', 'closed', '', 'about-david-r-cope', '', '', '2016-07-18 16:02:19', '2016-07-18 16:02:19', '', 159, 'http://www.test.grieffree.org/?page_id=219', 0, 'page', '', 0),
(221, 1, '2016-01-19 11:10:49', '2016-01-19 11:10:49', ' ', '', '', 'publish', 'closed', 'closed', '', '221', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 159, 'http://www.test.grieffree.org/?p=221', 5, 'nav_menu_item', '', 0),
(222, 1, '2016-01-19 11:12:31', '2016-01-19 11:12:31', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<b>Professional Overview:                                                                                                                       </b>\r\n\r\n<strong>David R. Cope</strong> is a pioneer in understanding the mechanics of the mind. Over the last twelve years, he has developed cutting-edge psychological protocols that reinterpret and redefine the mainstream perspective on mankind’s chronic behavioral issues. His brilliance comes from an uncanny ability to interpret and articulate the methods of the mind and to translate these methods into straightforward and profoundly effective processes that effectuate deep transformational change.[/vc_column_text][vc_column_text]<b>Professional Employment:                                                                                                                 </b>\r\n\r\nDavid is a Founder of The Center for Living from the Heart (The Center), a non-profit 501 (c)(3) organization and its affiliate The Institute for the Research and Study of Expanding Consciousness (IRSEC). The Center provides the formalized educational experience that is the testing ground for contextual material David has developed that teaches a transcendent view of one’s self and life. The educational experience effectively allows for the reorganization of the mind’s capacity to create one’s reality into a worldview that is consciously introspective and growth oriented. It capitalizes on mankind’s innate capacity to self-actualize its potentiality – the transformative process of internalizing an external reality. IRSEC is designed to provide scientific evidence for a) the evolutionary experience of the students of The Center, b) how context is the hidden determinant of the human consciousness and c) how consciousness can provide solutions to many of the mysteries of human behavior.[/vc_column_text][vc_column_text]\r\n\r\nDavid is a Founder of GriefFree.org, a non-profit organization that is dedicated to providing grief relief to the public and to training grief professionals in its revolutionary Healthy Grieving process. David<b> </b>developed this radically new grieving process which resolves the underlying issues that cause grief and provides a reliable method for individuals to heal from the painful experience of loss. The Healthy Grieving process is grounded in the concept that grief is the experience of the loss of one’s self-identity rather than the loss of a relationship, which is a breakthrough in the fundamental understanding of the experience of grief. Over the last five years, David has taken individuals through hundreds of applications of the Healthy Grieving process with consistent and remarkable results.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research Experience: (</b>in descending chronological order<b>)</b>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research and Study of Emotions and Feelings</b>: Conventional psychology does not effectively differentiate between emotions and feelings. David’s research into emotions and feelings uncovered that emotions are repressed feelings and are universal to all humans, whereas feelings are how a person “feels” about him/her self and are unique to each individual. This powerful revelation opened a window to an evolutionary perspective on the experience of feeling one’s feelings and unlocked the possibility of releasing unconscious repressed feelings that are the infrastructure of mankind’s psychological experience of its self. David developed The Healing Heart Method, a dynamic process that resolves the issue of suppression and internalization of emotions and unfolds a radical new reality of the potentiality of one’s self.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Clinical Study of Internalized Illnesses: </b>David<b> </b>developed the contextual environment and processes that formed the foundation of a groundbreaking clinical study to document that a) the mind internalizes one’s reality and the body responds with a vast array of internalized illnesses, b) by introducing a new context, the mind will reorganize the construct of reality, and c) the body will respond and outgrow the internalized illness. In less than seven months the clinical study has provided preliminary evidence of the outgrowth of chronic illnesses including: migraines, Crohn’s disease, depression, anxiety disorder, hypothyroidism, paralysis, fibromyalgia, myofascial pain, severe allergies and PTSD. The results of the two year clinical study will be published.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research Interests in DNA and Epigenetic Therapy</b>: David is currently investigating the protocol necessary to test the following hypothesis: Individuals who are outgrowing chronic illnesses in the Clinical Study for Internalized Illnesses will show either a change in DNA sequence or gene expression as a result of epigenetic changes. The research would seek to prove that the context of the clinical study is the cause of the genetic alteration or expression which allowed the individuals to outgrow chronic illnesses. The research would be conducted concurrently with the Clinical Study for Internalized Illnesses.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Anthropological Study of  How Context is the Hidden Determinant of Human Consciousness:</b> David developed the contextual environment that supports a current anthropological study which uses qualitative/quantitative and ethnographic research methods to study the effect of context on the behavioral patterns and worldview of a group of individuals. This anthropological study is to document the ability to duplicate the “subjective” experience of internalization of an externalized reality and to study the effects of context on the capacity for self actualization. The results of the eighteen month anthropological study will be published at the conclusion of the study.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Human Grieving Process: </b>David<b> </b>designed a revolutionary grieving process that consistently allows individuals to move through grief to the acceptance stage. This process – trademarked as “Healthy Grieving” – is a breakthrough in the fundamental understanding of the experience of grief and provides the first grieving process that can produce consistent and measurable results. The process is grounded in the concept that grief is the experience of the loss of one’s self identity rather than the loss of a relationship. Healthy Grieving is currently being introduced to the public and to the community of professionals who support grieving individuals. David is writing an article on the Healthy Grieving process to be submitted to major journals for publication.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Constructs of the Mind: </b>This study<b> </b>precipitated a shift in the ideology of psychology by introducing the process of owning, which is experientially the awareness of: “I am my experiences, not what is happening to me.” The process of owning allows for “personal causality” – a deep realization of one’s unique reaction to the experiences of life. With owning, individuals conceptually take full responsibility for their reactions and projections onto life, which leads to dramatic and rapid changes in individual’s core experience of their self and their worldview. Essentially, the process of owning allows for self -acceptance that is fundamental to an individual’s self-esteem. This process is the basis of David’s continuous stream of innovative methods that have allowed individuals to outgrow chronic patterns of behavior that have remained an enigma for mankind.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of Applied Kinesiology in a Therapy Setting:</b> David discovered that having a method to bypass the mind is critical to changing deeply-rooted behavioral patterns because individuals are unconsciously trapped in the perfected process of the construct of the mind, which is to avoid change. This study proved that by using Applied Kinesiology (muscle testing) or a similar tool to “outsmart” the mind, individuals in a therapy setting can consistently transcend the stories of their chronic behavioral patterns and make deep transformational changes. The use of muscle testing to bypass the mind supports his theory that constructive change cannot take place at the level of an individual’s stories because stories are the mind’s method of preventing self awareness. This research provided the basis for David to refine and redefine the technique of muscle testing so it can be used as an innovative tool to support the study and understanding of human behavior..\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Mechanics of the Mind: </b>The study has uncovered the concept of separation which is defined as the capacity to define one’s experience of self as “that” (behavioral pattern). Separation effectively creates the space for individuals to see their constructs as the experience of their self. This concept overcomes the mind’s compulsion to dissociate, which is defined as: “I am not that.” The extended study and use of separation led David to extrapolate how the mind organizes itself to create the reality of one’s experience of life. From this extrapolation, David formulated intriguing processes that allow individuals to articulate the mechanics of their behavioral patterns for self reflection and outgrowing. Separation is the critical a prior to the process of owning and the first step in resolving deeply rooted behavioral issues.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Study and Research of Food Allergies and Diet:</b> David’s experience of outgrowing his own chronic allergies laid the foundation for this study which proved: a) the body will outgrow chronic food allergies by a change in diet and b) by using a method such as Applied Kinesiology (muscle testing), a diet can be structured specifically for an individual that will support the outgrowing of food allergies. This treatment for food allergies is a major advancement over the traditional concept of the identification and elimination of allergic foods in a person’s diet and the use of drugs to suppress allergic responses.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of Consciousness:</b> David developed novel technologies to measure consciousness which led to the discovery of the interrelationship of individuals’ self identity and worldview, and their consciousness. The research identified the relationship of the left and right brain to consciousness and how this relationship determines an individual’s consciousness. It was discovered that an individual’s consciousness is normally constant throughout life, much like an individual’s intelligence and can be influenced by context.\r\n\r\n[/vc_column_text][vc_column_text]<b>Publications:                                                                                                                  </b>\r\n\r\nAuthor of <i>The Rule Book of Life</i>, which is the primary teaching methodology of The Center. <i>The Rule Book of Life</i> is a profound expression of the transformation of human consciousness. It teaches how life can be used creatively as the tool for the unfolding of self actualization.[/vc_column_text][vc_column_text]<b>Teaching Experience:                                                                                </b>\r\n\r\nDavid has created the curriculum and collateral teaching material for The Center. He teaches all courses and workshops designed to re-educate adults and children in a transformative approach to life. This course of study is the aggregate result of the nine years of research and study mentioned above.[/vc_column_text][vc_column_text]<b>Professional Training:       </b>\r\n\r\nSelf taught through experiential awareness and application. All concepts and materials developed herein are originally inspired without teachers, educational material, or institutional learning.[/vc_column_text][vc_column_text]<b>Education:                               </b>\r\n\r\nUniversity of Vermont\r\n\r\nBachelor Degree in Business[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'David R. Cope CV/Resume', '', 'publish', 'closed', 'closed', '', 'david-r-cope-cvresume', '', '', '2016-07-18 16:08:48', '2016-07-18 16:08:48', '', 159, 'http://www.test.grieffree.org/?page_id=222', 0, 'page', '', 0),
(225, 1, '2016-01-19 11:13:04', '2016-01-19 11:13:04', ' ', '', '', 'publish', 'closed', 'closed', '', '225', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 159, 'http://www.test.grieffree.org/?p=225', 6, 'nav_menu_item', '', 0),
(226, 1, '2016-01-19 11:14:34', '2016-01-19 11:14:34', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nThis Website is owned by Grieffree.org, a non-profit corporation located in Littleton, Colorado.  The website and its contents are provided with restrictions and limitations as provided for below.  By accessing or using the website, you acknowledge that you have read, understood, and agree to be bound by all the terms and conditions of this Agreement.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nPlease read these Terms of Use carefully before using this site. By using this site, you signify your agreement with these Terms of Use. If you do not agree with any of the Terms of Use as described below, please do not use this site or any information provided. Grieffree.org reserves the right, in its sole discretion, to modify, alter or otherwise update these Terms of Use at any time. By using this site after notice of such changes is posted, you agree to be bound by the modifications, alterations or updates.\r\n\r\n[/vc_column_text][vc_column_text]<b>TRADEMARKS, COPYRIGHTS, AND RESTRICTIONS:</b>\r\n\r\nAll material on this site is protected by copyrights, trademarks, and other rights which are owned and/or controlled by Grieffree.org. You may use material from this site for your own personal, non-commercial use. Unauthorized modification of the materials or use of the materials for any other purpose is a violation of the Federal copyright and trademark laws and other proprietary rights. Material from this site may not be copied, reproduced, republished, uploaded, posted, transmitted, or distributed in any way without express written authorization.[/vc_column_text][vc_column_text]\r\n\r\nGrieffree.org grants you a limited non-exclusive, revocable license to access and make personal and non-commercial use of this website, provided you do not modify, alter or download any portion of it unless you have obtained written authorization in advance from Grieffree.org. The permission granted to you shall terminate automatically and immediately if you breach any of the terms or conditions set forth in this Agreement.\r\n\r\n[/vc_column_text][vc_column_text]<b>Limitations of Use, Restrictions, Disclaimers, and Responsibilities:</b>\r\n\r\nWhile the Healthy Grieving process has produced remarkable results, it is in the experimental stage and thus individuals using the Healthy Grieving process must use their sole discretion and take full responsibility for their use of it. Further, David R. Cope, the author of this material, is not a licensed health professional and does not make any claims to that effect. You should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No concepts that are revealed or discussed in this website are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options. There are many variables that can determine the effectiveness of the Healthy Grieving process for each individual; therefore, this process is not intended to be a one-size-fits all program. Grieffree.org is in full support of your own informed personal choices.[/vc_column_text][vc_column_text]\r\n\r\nBy accepting the Terms of Use you acknowledge knowing, understanding, and in full, appreciating all possible risks of your personal use of the information in this website and the Healthy Grieving process, and therefore, you expressly, voluntarily and willingly assume all risks associated with this information and process. As a condition of the use of any material for personal use, you agree to release Greiffree.org, its officers, volunteers, and agents from any and all damages and claims arising from any cause from the use of the material in this website and The Healthy Grieving Process.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Terms of Use Agreement', '', 'publish', 'closed', 'closed', '', 'terms-of-use-agreement', '', '', '2016-03-26 02:58:06', '2016-03-26 02:58:06', '', 0, 'http://www.test.grieffree.org/?page_id=226', 0, 'page', '', 0),
(228, 1, '2016-01-19 11:15:24', '2016-01-19 11:15:24', ' ', '', '', 'publish', 'closed', 'closed', '', '228', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=228', 7, 'nav_menu_item', '', 0),
(229, 1, '2016-01-19 11:19:04', '2016-01-19 11:19:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_01_left" arrows_position="outside" arrows_color="juicy_pink" paging_design="pagination_rounded_square" paging_color="juicy_pink" grid_id="vc_gid:1461294817084-eee2fd7394d900fbf1588a2200fc41a9-10" paging_animation_in="fadeInRight" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2016-04-22 03:15:51', '2016-04-22 03:15:51', '', 0, 'http://www.test.grieffree.org/?page_id=229', 0, 'page', '', 0),
(232, 1, '2016-01-19 11:21:17', '2016-01-19 11:21:17', '', 'Blog', '', 'publish', 'closed', 'closed', '', '232', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=232', 21, 'nav_menu_item', '', 0),
(235, 1, '2016-01-19 13:50:34', '2016-01-19 13:50:34', '[vc_row row_type="row_full_center_content" margin_top="100"][vc_column width="2/3"][vc_column_text]\r\n\r\nYou may contact <strong>Peggy or David at <a href="mailto:info@grieffree.org">info@grieffree.org</a></strong> or use this convenient contact form.\r\n\r\n[/vc_column_text][contact-form-7 id="1170"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2016-03-31 20:58:54', '2016-03-31 20:58:54', '', 0, 'http://www.test.grieffree.org/?page_id=235', 0, 'page', '', 0),
(241, 1, '2016-01-19 13:57:58', '2016-01-19 13:57:58', ' ', '', '', 'publish', 'closed', 'closed', '', '241', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=241', 25, 'nav_menu_item', '', 0),
(256, 1, '2016-01-19 15:05:24', '2016-01-19 15:05:24', '', 'Healthy Grieving Process', '', 'inherit', 'open', 'closed', '', 'rainbow-in-sky-300x224', '', '', '2016-03-21 19:24:36', '2016-03-21 19:24:36', '', 174, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224.jpg', 0, 'attachment', 'image/jpeg', 0),
(260, 1, '2016-01-19 15:12:59', '2016-01-19 15:12:59', '', 'Healthy Grieving', '', 'inherit', 'open', 'closed', '', 'dandylion-200x300', '', '', '2016-03-21 19:26:20', '2016-03-21 19:26:20', '', 180, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(263, 1, '2016-01-19 15:16:12', '2016-01-19 15:16:12', '', 'Understanding Healthy Grieving Process', '', 'inherit', 'open', 'closed', '', 'sun-thru-fingers-300x200', '', '', '2016-03-21 19:26:58', '2016-03-21 19:26:58', '', 183, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg', 0, 'attachment', 'image/jpeg', 0),
(264, 1, '2016-01-19 15:19:35', '2016-01-19 15:19:35', '', 'feeling-woman-300x220', '', 'inherit', 'open', 'closed', '', 'feeling-woman-300x220', '', '', '2016-03-22 19:53:42', '2016-03-22 19:53:42', '', 183, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220.jpg', 0, 'attachment', 'image/jpeg', 0),
(266, 1, '2016-01-19 15:22:20', '2016-01-19 15:22:20', '', 'clouds-opening-300x199', '', 'inherit', 'open', 'closed', '', 'clouds-opening-300x199', '', '', '2016-03-22 19:53:46', '2016-03-22 19:53:46', '', 183, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199.jpg', 0, 'attachment', 'image/jpeg', 0),
(268, 1, '2016-01-19 15:26:13', '2016-01-19 15:26:13', '', 'Grieving Process', '', 'inherit', 'open', 'closed', '', 'rock-pathway-225x300', '', '', '2016-03-21 19:27:23', '2016-03-21 19:27:23', '', 186, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/rock-pathway-225x300.jpg', 0, 'attachment', 'image/jpeg', 0);
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
(275, 1, '2016-01-19 15:37:17', '2016-01-19 15:37:17', '', 'Worksheet Examples', '', 'inherit', 'open', 'closed', '', 'light-in-waterfal-cave-913-300x400', '', '', '2016-03-21 19:27:57', '2016-03-21 19:27:57', '', 192, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg', 0, 'attachment', 'image/jpeg', 0),
(277, 1, '2016-01-19 15:40:31', '2016-01-19 15:40:31', '', 'water-fall-189x300', '', 'inherit', 'open', 'closed', '', 'water-fall-189x300', '', '', '2016-03-22 19:53:55', '2016-03-22 19:53:55', '', 192, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/water-fall-189x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(279, 1, '2016-01-19 15:43:21', '2016-01-19 15:43:21', '', 'pathway-200x300', '', 'inherit', 'open', 'closed', '', 'pathway-200x300', '', '', '2016-03-22 19:54:00', '2016-03-22 19:54:00', '', 192, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/pathway-200x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(281, 1, '2016-01-19 15:44:52', '2016-01-19 15:44:52', '', 'waterfall-2-199x300', '', 'inherit', 'open', 'closed', '', 'waterfall-2-199x300', '', '', '2016-03-22 19:54:05', '2016-03-22 19:54:05', '', 192, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(282, 1, '2016-01-19 15:45:54', '2016-01-19 15:45:54', '', 'wooded-path-300x300', '', 'inherit', 'open', 'closed', '', 'wooded-path-300x300', '', '', '2016-03-22 19:54:20', '2016-03-22 19:54:20', '', 192, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/wooded-path-300x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(287, 1, '2016-01-19 15:51:26', '2016-01-19 15:51:26', '', 'Being honest', '', 'inherit', 'open', 'closed', '', '2thrumywindow-400x301', '', '', '2016-03-21 19:29:24', '2016-03-21 19:29:24', '', 198, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301.jpg', 0, 'attachment', 'image/jpeg', 0),
(288, 1, '2016-01-19 15:51:58', '2016-01-19 15:51:58', '', 'Owning', '', 'inherit', 'open', 'closed', '', 'sun-thru-forest-200x300', '', '', '2016-03-21 19:29:09', '2016-03-21 19:29:09', '', 198, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/sun-thru-forest-200x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(289, 1, '2016-01-19 15:52:26', '2016-01-19 15:52:26', '', 'Separation', '', 'inherit', 'open', 'closed', '', 'sun-through-tree-on-hill-400x300', '', '', '2016-03-21 19:28:56', '2016-03-21 19:28:56', '', 198, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300.jpg', 0, 'attachment', 'image/jpeg', 0),
(294, 1, '2016-01-19 15:56:58', '2016-01-19 15:56:58', '', 'Mini-workshops', '', 'inherit', 'open', 'closed', '', 'new-growth1-300x225', '', '', '2016-03-21 19:30:20', '2016-03-21 19:30:20', '', 207, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/new-growth1-300x225.jpg', 0, 'attachment', 'image/jpeg', 0),
(299, 1, '2016-01-19 15:59:59', '2016-01-19 15:59:59', '', 'Intensive Training', '', 'inherit', 'open', 'closed', '', 'new-growth-300x201', '', '', '2016-03-21 19:30:36', '2016-03-21 19:30:36', '', 210, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201.jpg', 0, 'attachment', 'image/jpeg', 0),
(307, 1, '2016-01-19 16:08:02', '2016-01-19 16:08:02', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_empty_space][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fprofessional-testimonials%2F||target:%20_blank"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'publish', 'closed', 'closed', '', 'testimonials', '', '', '2016-07-25 19:44:08', '2016-07-25 19:44:08', '', 0, 'http://www.test.grieffree.org/?page_id=307', 0, 'page', '', 0),
(309, 1, '2016-01-19 16:08:37', '2016-01-19 16:08:37', ' ', '', '', 'publish', 'closed', 'closed', '', '309', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=309', 22, 'nav_menu_item', '', 0),
(311, 1, '2016-01-19 16:12:31', '2016-01-19 16:12:31', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video link="http://www.youtube.com/embed/mhxe-Yn99Fo"][vc_column_text]<strong>Powerfully transformative …</strong>\r\n\r\nI used the grieving process to help me let go of a relationship that had been over for many years.  Sure I had “moved on with my life” but I still dreamed about my ex often and could still be triggered by news of him.  Despite all the work I had done, including therapy, something still hadn’t fully let go.  I thought that I missed “him,” our marriage, the life we had together, all we were to each other, but what I couldn’t see – the missing piece for me – was that what I was missing was what it <i>gave to me </i>and what it <i>did for me</i>. . .  it wasn’t the loss of the person; it was what I got from it.\r\n\r\n<b><i></i></b><b><i>Identifying the actual loss</i></b> I was grieving – and being honest about it and being willing to go deep to find it — turned out to be the key in setting me free.  I also used the process with a subsequent relationship and I even use it to grieve the ongoing losses with my mother’s Alzheimer’s disease.  Yes, there are very real losses with this terrible disease – and of course her death will also be a real loss – but even so, I find that if I can identify what I am actually missing, it makes a huge difference in how I feel, and allows me to move through the process rather than be stuck in an unhealthy way.\r\n\r\n<b></b><b>2/2014 Update</b>: My mother passed away two months ago.  We had a very close relationship and this is my first experience of a death of someone close to me, yet I am doing amazingly well. When my mom died, I was overcome with <strong>grief</strong> at the finality of the loss of her, even though I’d been losing her over the past year.  There were moments I thought the grief would overtake me; it hurt that much.  But I found that by allowing myself to feel the full brunt of all my feelings, including the nearly-overpowering waves of pain and loss that would wash over me, and by honestly identifying what losing my mom meant <i>to me </i>and to my sense of myself, I was able to move through the <strong>grief process</strong> very quickly – within two months — compared to close friends who have also lost their mothers in the past year.  Many of them are still in pain and I am at peace.\r\n\r\nFor those willing to undertake the difficult tasks of a) experiencing the full impact of the painful feelings of loss and b) doing the deep work of being honest about how the loss affects one’s own sense of self, the Healthy Grieving process can be powerfully transformative in moving through the pain to a place of peace where thoughts of the person bring feelings of love rather than grief.\r\n\r\nMaury Cohen\r\n\r\n<strong>truly revolutionary….</strong>\r\n\r\nDavid has an uncanny ability to articulate deep transformation processes into straightforward worksheets. I have worked with most of David’s processes and can attest to their amazing delivery of inner awareness. His pioneering work in owning, the process of letting go, provides the foundation for Healthy Grieving. I feel very fortunate to have personally worked with David’s grieving process to experience the wonderful feeling of love and appreciation that the Healthy Grieving promises. I have also used the Healthy Grieving process in many different applications with my clients with great success. With great appreciation, I can testify to its incredible healing capabilities. It truly is revolutionary.\r\n\r\nPeggy Lit\r\n\r\n<strong>gave me the power to take back my life…</strong>\r\n\r\nMy mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs to numb my pain. Whenever life presented a triggering experience such as a wedding, I would feel devastated and become depressed. This was the way I experienced the death of my Mom throughout my life. Twenty years later, I was willing to look at the death of my mom in the grieving process with David. The results have been life changing. The huge burden of carrying around the pain and <strong>grief</strong> is gone. I can now actually remember my mother in all the good times rather than the negative experiences I was holding onto. I no longer hold myself back from experiencing my self in life by getting depressed. This process made me wish I could have done this twenty years ago. It gave me the power to take my life back, never realizing how deeply it affected my whole entire life. And, it opened the doors to a greater understanding of my self.\r\n\r\nJenny Germano\r\n\r\n<strong>empowered me to take back responsibility for <i>myself…</i></strong>\r\n\r\nThe transformations that I continue to undergo with The Healthy Grieving Process are nothing short of tremendous. I feel freedom in my personal truth, my voice, and most importantly in my heart. There is lightness in my body that I have never known as well as the confidence to just be myself. Because The Healthy Grieving Process is so dynamic, it has been able to help me move past self-limiting beliefs and behavior patterns that stand in the way of me living a fulfilling life. I have successfully grieved and resolved various roles that I have played throughout my life to make room for who I actually am at the core. After working with this process for only a month, I have resolved issues that I have been working on for five plus years. It has truly been the missing link to my inner work. The beauty of this healing process is that no one “did” anything to me. Instead, The Healthy Grieving Process has empowered me to take back responsibility for <i>myself</i> to find the answers within <i>me</i> in order to heal <i>me</i>. I have learned that all I need is with me, and I actually really feel that and understand what that means now.  David and Peggy are true teachers and guides who have given the world such a gift with this work. I don’t think I could imagine not having this work in my life now. It is making all the difference in my journey of self-growth and healing.\r\n\r\nKaryn Seitz\r\n\r\n<strong>a new found freedom…</strong>\r\n\r\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\r\n\r\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\r\n\r\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\r\n\r\nAmy Schaller\r\n\r\n<strong>it’s amazing…</strong>\r\n\r\nSince I had worked with the Healthy Grieving process previously on another issue, I was prepared to start the grieving process for my Dad right after his funeral. I knew I wanted to grieve him and move on with my life because I understand that holding onto things in life holds me back – grieving provides the space for me to continue to grow.\r\n\r\nI can see how my family is still struggling with my Dad’s death six months later. This was especially evident when I went home for a family reunion. Most of the family members were anxious in their need to cling to his memory through his personal belongings. Thanks to the Healthy Grieving process, I did not feel a need to have any of his belongings because I have only great memories of my Dad that are secure within my heart. I almost sensed a feeling of freedom knowing I was in such a great place and was ready to move on with my life.\r\n\r\nThe Healthy Grieving process gets to grief at such a deep level and allows me to pull up stuff that would never have dawned on me. I feel so blessed to have this tool in my life, in so many ways, because it helps me to let go. It’s amazing.\r\n\r\nLorraine Ciccone\r\n\r\n<strong>I can be totally here …</strong>\r\n\r\nA month after my Dad died I was ready to grieve his death and move forward in my life. I clearly knew that what I had been feeling was related to an attachment that I had with my Dad and my self-identity.\r\n\r\nThe Healthy Grieving process gave me a sense of clarity so I could no longer fool myself about what I was really feeling. The process focused on exactly the key feelings that I needed to worked on. Now, I feel like I only have healthy feelings of remembrance of my Dad who passed away four months ago. I am no longer feeling sorry for myself or feeling guilty like I did a few weeks before the process. Even when I remember my Dad when he was sick, I know that he was only a human being who suffered; I am now separated from his suffering. I feel like I am in some kind of joy, a sense of freedom, and that I can be totally here.\r\n\r\nIf you are brave and open enough, The Healthy Grieving process allows you to really understand why you are feeling what you are and how to get out of the spiral of nonsense caused by the attachments. I discovered totally unexpected things about myself that helped me value myself a lot more. Now, I agree with who I am.\r\n\r\nGustavo Arizpe\r\n\r\n<strong>“my miracle”…</strong>\r\n\r\nMy youngest grandson was gone; it felt like the weeping would never end. Death can come in many disguises and though my grandson is alive and living in Seattle now, the ache of separation was a familiar haunting from years ago when my first 2 children we''re kidnapped by their father and I didn''t see them for 8 years.  I spent years in therapy and thousands of dollars over that trauma as I continued to limp through life.\r\n\r\nWhen I heard about, <strong>GriefFree.org</strong> and the Healthy Grieving process, I jumped in with both feet, heart and mind. I was READY to be FREE of the pain that felt like a large boulder sitting in the pit of my stomach.\r\n\r\nDavid lowered me like a water bucket into the well of fresh, sparkling water of my own life. This experience was like taking my dirty car to the carwash. I went in full of crud and dirt and came out clean, lighter and restored to my original design.  I call this experience “My Miracle” because it was quick, realistic, and honorable. It accomplished in a nano second what years of therapy and a bank full of money could not do.\r\n\r\nThank you so much.\r\n\r\nPatsy Levad, Denver, CO\r\n\r\n<strong>amazing how rapidly I grieved my father…</strong>\r\n\r\nAbout a year ago my father was given less than a year to live. I struggled in the beginning with it but I was able to prepare myself by doing grieving work with the Healthy Grieving process. The grieving process really supported me in all the stages of his dying because I was able to spend quality time and really enjoy my time with him. This incredible process allowed me to address what I was feeling inside so I did not shut down by numbing out and not wanting to feel the feelings. When my mother died 20 years ago I shut down; I carried the burden of my mother’s death around with me for 20 years and I felt trapped in the pain of losing her.\r\n\r\nIt was quite amazing how rapidly I grieved my father because of all the grieving work I did. Within a few days of my father’s passing I knew that I had fully grieved him. Though there was some guilt associated with grieving him so quickly, I knew that I only had fond memories of my father without any underlying heaviness.\r\n\r\nGrieving my father gave me back a part of my self and my life. I was able to let go of being a daughter and the expectations I lived my life by as one. The gift I got from this deep work was I saw that I needed my father to save me, which is why I wanted to save him, so I could go on relying on him in my life. In the end I saved myself because I got back a part of myself that I had given away to being a daughter for 41 years.\r\n\r\nJenny Germano\r\n\r\n<strong>The Healthy Grieving process was awesome…</strong>\r\n\r\nI knew I had unresolved feelings about my mother’s death and that I was suppressing the overall meaning of her life. This was getting in the way of my work and my relationships where I was not being able to hold my own; I was living a life half-lived.\r\n\r\nThe Healthy Grieving process was awesome; it left me feeling supported which is very important to me. I am now allowing myself more conscious memories of my mother to immerge especially around cooking with my Mom – I can now acknowledge that my mother was a wonderful cook. I feel free of the competitiveness with my Mom I once had.  Recently, I looked at an old picture of my Mom in a drawer and I looked at her with compassion as I could see the fear in her face. I am feeling joyful that I can connect with her, recognizing my own fears. I feel myself melting as I say this, a feeling of joy. I recognize this more profound joy related to my mother.\r\n\r\nThe Healthy Grieving process revealed something different than I anticipated. It is a tough process but I felt encouraged and it led to my going deeper in the process. The miracle of the process is that I am allowing myself to feel more attached to the positive aspects of my relationship with my mother.\r\n\r\nEugenia Rossi\r\n\r\n<strong>This is how I wanted to feel my whole life…</strong>\r\n\r\nI remember thinking I had been living in like a B movie and now it felt like I was in a top-rated film. I felt this whole other energy in me. I knew that the sad stories were not who I am; they were just a story, a tape, something that likes to feed on its own pain, but it’s not really true, it’s not really me, I can make a different choice, <b><i>those stories are not the truth of who I am.     </i></b><strong><span style="color: #800000;"><a style="color: #800000;" title="The Experience of the Healthy Grieving Process" href="http://www.grieffree.org/the-experience-of-the-healthy-grieving-process/"><i>Read More…</i></a></span></strong>\r\n\r\nAnonymous upon request\r\n\r\n<strong>brought me healing and understanding like nothing else…</strong>\r\n\r\nI have tried many different forms of therapies – individual counseling, support groups, yoga, meditation, and even shamanic practices – to alleviate my grief. All of these things have brought me comfort and insight, but the Healthy Grieving Process has brought me healing and understanding like nothing else.\r\n\r\nThe Healthy Grieving Process provides me tangible tools to probe into the depths of my<strong> grief</strong> in order to explore my pain, not run from it. The more I work with the process, the more whole and free I become l as my <strong>grief</strong> becomes integrated into who I am. I am learning how to live from and listen to my heart, which is opening new doors in my career, my relationships, and my own self-awareness.\r\n\r\nLauren Cooper\r\n\r\n<strong>it released me from my own suffering…</strong>\r\n\r\n<strong>David’s grieving process</strong> taught me that I am the cause of my own mental suffering.  I realized by not doing the work on grieving that I can hide behind the <strong>grief</strong> and not look at myself to see what is really going on.  Then I can blame the person or situation for my pain and suffering.  This grieving process taught me how to be brutally honest with myself about the meaning and projecting I put on the person or situation.  It showed me how I was using them to fill me.  What I was lacking within myself is what I was looking for outside of myself.  Once I learned what I am projecting onto them, then I can learn to give that back to me and take care of myself instead of depending on someone or something else to complete me.  The hardest part of the process is seeing myself and owning my own experiences as me.\r\n\r\nThis grieving process has changed my life.  The process has allowed me to see how I have been running from my life and not wanting to see who I am.  It released me from my own suffering.  This process is the greatest gift I have given to myself.  I still use this to this day.\r\n\r\nCarol Osepowicz\r\n\r\n<strong>It is like I am born again…</strong>\r\n\r\nI went through the Healthy Grieving process the day of my mother’s passing. I had the courage to do it because I knew it would help me resolve the pain I was feeling.  Not only did it let go of the pain, but it helped me have clarity about everything that was happening around her death, Without doing the process, I could never had talked at my mother’s funeral and been able to cope with all the emotional turmoil that was happening around me.\r\n\r\nThe Healthy Grieving process allowed me to have a deep appreciation for my Mom.  I can now completely understand her life and why it was the way it was.  I have an acceptance of her and her life that I have never felt before.  I see, feel and know the gift she was to me.  I have a sense of clarity I have never experience before.  I feel so huge, so spacious and full of possibilities. It all feels new, clean and fresh, like a blooming flower.  It is like I am born again, having given birth to my own self.\r\n\r\nHealthy Grieving is a simple, yet direct process which allows for very quick and effective healing to take place. The gift of the healing process was that it healed the relationship with my mother and left a deep loving awareness of my Mom and her life. What a wonderful gift I gave to myself and my Mom.\r\n\r\nPenny Steinkamp\r\n\r\n<strong>I am literally blown away by what this work revealed…</strong>\r\n\r\nI feel so happy and grateful that I got to experience the victim process and the Healthy Grieving process, and I want to encourage anyone struggling like I was, especially struggling with a difficult past, to do this work. I would have told you that I was not a victim, and yet I actually subtly blamed everything in my life on my mom and my past. Eventually you have to forgive and move on. I thought I had, but I found out I really hadn’t. I thought I was a pillar of strength but I was just blaming everything wrong in my life on my mom, yet truly not aware that I was doing that.\r\n\r\nI am literally blown away by what this work revealed, and at how much I had been carrying for so long. This work has been life changing for me. If anyone can experience even a small portion of what has changed my life, I would like to help them do it; and I hope by sharing my story, someone else will benefit like I did.  <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim to the Experience of Loss" href="http://www.grieffree.org/being-a-victim-to-the-experience-of-loss/">Read her story…</a></span></strong>\r\n\r\n<strong>somehow it got magically released…</strong>\r\n\r\n“I used the process to grieve not having the chance to say goodbye to my grandfather who died when I was 13. I missed the chance to say goodbye because I went to a friend’s sleepover instead. What is so interesting and enlightening about Healthy Grieving process is that I really had no idea that bundled in with the feeling of regret that I missed saying goodbye was a belief that I could not trust myself or my own decision making as a result of that night. I had no idea how much that underlying belief affected my day-to-day life. Somehow, with the Healthy Grieving process, I was able to let it all go — guilt over my decision, judging myself for how I reacted to his death and wondering what was wrong with me, missing saying goodbye, and the big issue of not trusting myself and my choices. Somehow it all got magically released and I am at peace. I cried like crazy going through the process, but you do come out the other end –and now I feel way different.”\r\n\r\nAnonymous upon request\r\n\r\n<strong>grateful beyond words..</strong>\r\n\r\nI have used David’s grieving process for a divorce, a life style change, and most recently for my cat Wims, that I had to give away. I used the grieving process for Wims because I realized that I was in denial of my feelings of letting her go.  The organization of the grieving process is a big part of the gift. It helped me on a step by step basis in showing me what was really underneath giving my cat away. I came away with a profound realization that as long as I have a living being in my space, I have a purpose in my life. Without this living being, I am lost and empty; I have no identity. From my work with the grieving process, I can now have the experience of my self without the <i>need</i> of another person or pet in my space to show me that I exist.\r\n\r\nThis process has taught me to turn inward to see my own value; I don’t need something outside myself to prove it anymore. The transformational gift of this process is the ability to feel the pain within and come out the other side as growth. I realize that life is always on the other side.\r\n\r\nI am grateful beyond words for this grieving process as it has been instrumental in who I have become.\r\n\r\nValerie Hale\r\n\r\n<strong>the process was incredibly helpful and empowering…</strong>\r\n\r\nI used the grieving process when I had to give up my dog for adoption. It felt right that I needed to grieve my dog to move on in my life. The process got rid of all my sadness and allowed me to be more open to giving her away. I realized through the process that what I was really letting go was my childhood and growing up. By doing the process, I felt a pretty big weight was lifted off my chest. I was a lot more relaxed and happy with my dog about her leaving and never seeing her again. Now, I only remember the happy memories and don’t dwell on the part that I had to give her away. As I look back, the process was incredibly helpful and empowering: I realized that <b><i>I </i></b>can change and be the one to take the weight off <b><i>my</i></b> chest. I am really glad I did the process.\r\n\r\nMarleigh Sizemore (age 15)\r\n\r\n<strong>it feels exciting, invigorating, and healthy…</strong>\r\n\r\nMy parents have been dead for a long time. I have known my whole life that I have always been lost to myself because of all my parent’s problems. Since their death, I have hung onto the things I did not get from my parents: security, stability, and knowing somebody was there for me. I felt this big emptiness inside me and a longing to feel that they cared for me. I kept holding these thoughts in my mind over the years thinking that would actually replace somebody caring for me.\r\n\r\nThe Healthy Grieving process, in a flash of illumination and clarity, got to the core of where my thinking needed to change in order for me to move on in my life. I have stopped all the wallowing and grief tied to the past. I am still scared of being the person who doesn’t give their power away to fantasies, wishes, and desires; things that can never be what they were. And now, I realize all the stuff about my parents was really about my self identity of needing to be needed. The grieving process is pretty incredible. I have gained the courage to let go of the past and the freedom to start creating my own life. I am connecting to people in a whole new way; it feels exciting, invigorating, and healthy.\r\n\r\nDonna Jacobs\r\n\r\n<strong>unhealthy grief was holding me back</strong>\r\n\r\n“I used the Healthy Grieving process to let go of an attachment to a house I had moved away from years ago.  I didn’t realize I was still holding on, but when I saw ‘loss of a home” on the list of possible applications for the Healthy Grieving process, it kind of jumped out at me and I knew immediately that it was something I needed to look at.  We have been living in our new state for many years but we told ourselves we couldn’t afford to buy a home here so we just kept renting, but finances turned out not to be the real issue.  When I did the Healthy Grieving process, I discovered that under the story of the beloved house that I had left behind  was the belief that that house was as good as it could — or would — ever get for me. The underlying issue wasn’t the loss of the “perfect house;” it was a limitation on what I believed was possible for me and my life.  I know the Healthy Grieving process really works because within a week of completing the worksheet and letting go of the loss I’d been holding onto, my husband and I were out looking at houses, finding many in our price range that we liked, and even making offers.  <b>Update </b><b>January 2015</b> - I am writing this from my new home! How about that?!  Three months to manifestation of a dream I have had for seven years.  I give credit to the GriefFree process…I didn’t even realize how unhealthy grief was holding me back!\r\n\r\nAnonymous upon request.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Personal Testimonials', '', 'publish', 'closed', 'closed', '', 'personal-testimonials', '', '', '2016-07-25 19:46:42', '2016-07-25 19:46:42', '', 0, 'http://www.test.grieffree.org/?page_id=311', 0, 'page', '', 0),
(313, 1, '2016-01-19 16:13:58', '2016-01-19 16:13:58', ' ', '', '', 'publish', 'closed', 'closed', '', '313', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=313', 23, 'nav_menu_item', '', 0),
(314, 1, '2016-01-19 16:15:21', '2016-01-19 16:15:21', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>different from any grief support paradigm you’ve known in the past…</strong>\r\n\r\nMany times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change in a system”.  I believe the Healthy Grieving process is a way that kind of change can genuinely happen.  The two day seminar was a wonderful introduction, allowing me to see how this could not only bring about sudden change and growth in my life, but how I could use this in my counseling practice.  I was challenged to process emotions and feelings in a way that was truly different. I began to see how this could change the trajectory within a counseling relationship and move people beyond the story telling to real healing and a new, more accurate self identity.\r\n\r\nI would highly recommend this seminar; it will be different from any grief support paradigm you’ve known in the past.   The setting for learning was personal, fast moving, and interactive while David and Peggy share a heartfelt passion that flows freely from their lives bringing the material alive in a unique way.  It was totally worth the investment of time and resources.\r\n\r\nDeanne Helmboldt MA, LMFT\r\n\r\nGreeley, Colorado\r\n\r\n&nbsp;\r\n\r\n<strong>I walked away with a whole new perspective about grief …</strong>\r\n\r\nGrieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.  David, Peggy, and everyone at Grieffree.org has been, and continues to be extremely encouraging, compassionate and excited about sharing the Healthy Grieving Process with myself and other helping professionals.  Both the Introductory Training, and the Two-Day Professional Training far exceeded my expectations.  I walked away with a whole new perspective about grief and a way to let go of what no longer serves me, as well as a way to help other people do the same. This work has shown me that healing is not only about gathering new tools and techniques to cope with life in a more effective way, nor is it just about surrendering to and accepting ourselves.  If and when the time is right, healing can allow us to fully own every action we have ever taken, let go of the past, and thus, set ourselves free.  Yes, this is easier said than done, <i>and </i>I believe that it’s well worth the effort; it can lead to a more peaceful and gratifying existence.  If you are ready, don’t hold back!  Dive into this work and watch your world transform.\r\n\r\nJenny Arribau, MA  True Self Therapy, LLC\r\n\r\nPsychotherapist in Denver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a clear process, connecting concepts to my own feelings and experiences...</strong>\r\n\r\nFor most of my life, I have been searching for meaning, purpose, and inner peace. I have read countless books, engaged in psychotherapy and devoted a career to psychiatry. I have grown in many ways and gained much wisdom. Nonetheless, I frequently find I have difficulty putting it all together. That is until I met David. He has incredible insight and has provided me with essential tools that I have yet to encounter. Never before in my training have I learned such a clear process, connecting concepts to my own feelings and experiences. What’s more, he teaches techniques that you can use to enhance your own growth. I am already noticing significant benefits from my work with him. I am forever grateful for David and what he has brought to my life.\r\n\r\nAdam Burstein, DO\r\n\r\n&nbsp;\r\n\r\n<strong>it empowers clients to find peace and healing within them …</strong>\r\n\r\nThe Healthy Grieving Process is helping me guide clients towards more meaningful inner work in conjunction with the energy medicine that my practice is centered around. They are noticing transformational shifts in their lives by learning how to feel their feelings and by taking back ownership for their life experiences. Watching clients change their lives is the most rewarding experience I can have as a helping professional. This work is honest and revolutionary, and it empowers clients to find peace and healing within them. It guides people towards resolution of their root issues instead of covering up the symptoms. I was unable to get clients to that deeper place within them without The Healthy Grieving Process. What is even more beautiful is that I can truly empathize with my clients because I am also doing my own grief work with this modality. I am able to be more vulnerable, which creates a safe and nurturing space for clients to also be more open and willing to explore the uncharted territory of their souls. The Healthy Grieving Process brings cohesiveness to my work that ripples out into the world to create change. I feel like I am able to make a difference now and that I am serving the community in a much more profound and effective way.\r\n\r\nKaryn Seitz  The Soul’s Thread\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a direct experience that has renewed my life…</strong>\r\n\r\nI attended two introductory Healthy Grieving workshops and the two-day training. The introductory workshops are like snapshots, whereas in the two-day training you get to experience and understand the process more in slow motion.\r\n\r\nThe workshops and the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it. I was able to clearly see my pattern of withholding and intellectualizing my experience.  I know that as a result of early trauma and a near death experience, I was drawn to study psychology, and was seduced by the framework of understanding the pyscho-social journey. I more or less turned over my identification to the process of studying these concepts.  They all made sense to me but they did not touch into my personal emotional experience; they conceptualized it but they weren’t it.\r\n\r\nPsychology is a template. It isn’t the real thing. It’s a description of something…  <strong><span style="color: #800000;"><a style="color: #800000;" title="A Professional Perspective" href="http://www.grieffree.org/a-professional-perspective/">read more</a></span></strong>\r\n\r\nRobert Kaplan, MSW\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a personal sense of healing and forgiveness…</strong>\r\n\r\nAs a hospice bereavement coordinator, I was interested in learning about the Healthy Grieving process and experiencing it for myself.\r\n\r\nWhat’s unique about this approach is that rather than the loss being about someone or something external, this process guides us to bring the loss into our own being and look at our own identification. What stands out most for me was the question <b><i>What did the loved one give you that you feel you can’t give to yourself? </i></b> as well as the follow-up question of <b><i>How you can learn to give that to yourself?  </i></b>When we understand that we can do for ourselves and give to ourselves what we wanted or needed from our loved one, the relationship totally changes. Somehow they are alive in us in a new way. We can integrate the gift of the loved one into ourselves and make it ours.  So <i>instead of having to need it, we can now have it,</i> which is so beautiful. I used the process to grieve the death of my own mother and found it extraordinarily helpful. I found a great relief and release, as well as a personal sense of healing and forgiveness.\r\n\r\nThis process isn’t for everyone. It is most appropriate for stable clients who are past the initial or crisis stages of grief and mourning, and those who are willing or able to go deep. I think it would also be helpful if the client has some understanding that we are more than our stories, feelings and identifications. But for those who are not moving through their grief in a healthy way, and are willing to experience some intense feelings to get movement and release, this is a very powerful and helpful process. I would recommend it for anyone in the grief and loss professions.\r\n\r\nChristine A.\r\n\r\nHospice Bereavement Coordinator\r\n\r\n&nbsp;\r\n\r\n<strong>This amazing process helps me become conscious… </strong>\r\n\r\nI recently read a quote that said, “Until the unconscious becomes conscious, it will rule your life and you will call it fate.” Whenever I use the Healthy Grieving process, as soon as the underlying issue comes to light, I am able to see how it has been ruling my life.\r\n\r\nI have used the Healthy Grieving process to work on some major issues. It has shifted some big stuff for me, and continues to do so. This amazing process helps me become conscious and release the things that have been running my life.\r\n\r\nThe most important piece for me – and it sounds rather trite but it is huge – is self acceptance.  The work I’ve done with the Healthy Grieving process has freed me to really be me.  I fully – 100% — accept who I am.\r\n\r\nAs a result of this work, I also have a much more self-guided way of living rather than being at the mercy or effect of things. This process has taught me to recognize the ways that I am creating my life and to ask, “Is this what I want to create?” I also notice more discernment around what I’m willing to experience and what I’m not, and that I now seek more authenticity in my relationships.\r\n\r\nOne of the coolest things is that every time I use the Healthy Grieving process, it leads me to new areas I can explore and look into.  It’s like a long string that I can follow from one release to another. The process itself leads to that kind of expansion, and I look forward to incorporating it into my practice to help my clients experience the letting go and freedom that the Healthy Grieving process provides.\r\n\r\nVivian Sylvest Experiential Psychotherapy  Boulder, CO\r\n\r\n&nbsp;\r\n\r\n<strong>the missing link for my practice…</strong>\r\n\r\nThe owning process was the missing link for me in my practice. I didn’t know how to take people deeper and now I have the avenue to take them as deep as they want to go.  And as a result, they experience profound changes. <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Owning: A Therapist’s Perspective" href="http://www.grieffree.org/the-process-of-owning-a-therapists-perspective/">Read more…</a></span></strong>\r\n\r\nAnonymous Upon Request  Denver Therapist\r\n\r\n&nbsp;\r\n\r\n<strong>an amazingly beautiful way for my clients to be constantly introspective …</strong>\r\n\r\nI was searching for a more effective way for my clients to find their way though their grief. I was drawn to the Healthy Grieving process because of the opportunity for the resolution of the pain of grief rather than the undetermined, drawn out state that is so typical for my clients to be in.\r\n\r\nI like using the Healthy Grieving process because it <i>is</i> resolution based. In a series of just three or four sessions I can easily get my clients to a point of resolving the underlying issues that cause their grief. I have also come to appreciate the diversity of this process and its many broad applications. I especially enjoy helping my clients to look inward to develop self-awareness rather than being reactionary to the outside world.\r\n\r\nI have found that the Healthy Grieving process is a brilliant and quick way to accomplish the principal of becoming awakened, which is achieved by looking inward with the idea of eliminating one’s story and dropping away falseness. The Healthy Grieving process is an amazingly beautiful way for my clients to be constantly introspective to open up to the truth of who they are which is where I believe true healing takes place.\r\n\r\nAdam Seitz  The Soul’s Thread\r\n\r\n&nbsp;\r\n\r\n<strong>I’m a believer!</strong>\r\n\r\n<b>“</b>I am already using what I learned in the half-day workshop in my practice. Differentiating between feelings and emotions is magical. People get so much deeper; sometimes I can’t even believe the depth of where they can get to. Also the results of going through the Healthy Grieving process myself have been incredible. I have so much energy now. The work freed up something really big in me. I have a few areas where I can feel that I’m still blocked and that I need to work on, but before, my whole life was blocked. Let me just say, I’m a believer!”\r\n\r\nAnonymous Upon Request   Counselor, Fort Collins[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Testimonials', '', 'publish', 'closed', 'closed', '', 'professional-testimonials', '', '', '2016-08-01 21:53:58', '2016-08-01 21:53:58', '', 0, 'http://www.test.grieffree.org/?page_id=314', 0, 'page', '', 0),
(317, 1, '2016-01-19 16:16:26', '2016-01-19 16:16:26', ' ', '', '', 'publish', 'closed', 'closed', '', '317', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.test.grieffree.org/?p=317', 24, 'nav_menu_item', '', 0),
(321, 1, '2016-01-28 16:24:18', '2016-01-28 16:24:18', 'Being Honest: The Healing Power of Transcending Your Stories', 'Grieffree Blog Image Thumbnail', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', 'blog-image1', '', '', '2016-07-18 16:16:12', '2016-07-18 16:16:12', '', 201, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Blog-Image1.png', 0, 'attachment', 'image/png', 0),
(322, 1, '2016-01-28 16:26:13', '2016-01-28 16:26:13', 'More on Resistance: Understanding a Method of the Mind', 'Grieffree Blog Image Thumbnail', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', 'blog-image2', '', '', '2016-03-21 19:21:45', '2016-03-21 19:21:45', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Blog-Image2.png', 0, 'attachment', 'image/png', 0),
(323, 1, '2016-01-28 16:28:48', '2016-01-28 16:28:48', 'Resistance: A Signpost into Self-Awareness', 'Grieffree Blog Image Thumbnail', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', 'blog-image3', '', '', '2016-03-21 19:20:38', '2016-03-21 19:20:38', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/Blog-Image3.png', 0, 'attachment', 'image/png', 0),
(329, 1, '2016-01-30 20:13:48', '2016-01-30 20:13:48', '<strong>gave me the power to take back my life…</strong>\r\n\r\nMy mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs to numb my pain. Whenever life presented a triggering experience such as a wedding, I would feel devastated and become depressed. This was the way I experienced the death of my Mom throughout my life. Twenty years later, I was willing to look at the death of my mom in the grieving process with David. The results have been life changing. The huge burden of carrying around the pain and grief is gone. I can now actually remember my mother in all the good times rather than the negative experiences I was holding onto. I no longer hold myself back from experiencing my self in life by getting depressed. This process made me wish I could have done this twenty years ago. It gave me the power to take my life back, never realizing how deeply it affected my whole entire life. And, it opened the doors to a greater understanding of my self.\r\n\r\nJenny Germano', 'Jenny Germano', '', 'publish', 'closed', 'closed', '', 'jenny-germano-2', '', '', '2016-03-05 20:00:25', '2016-03-05 20:00:25', '', 0, 'http://www.test.grieffree.org/?post_type=ttshowcase&#038;p=329', 0, 'ttshowcase', '', 0),
(330, 1, '2016-01-30 20:19:50', '2016-01-30 20:19:50', '<strong>a new found freedom…</strong>\r\n\r\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\r\n\r\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\r\n\r\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\r\n\r\nAmy Schaller', 'Amy Schaller', '', 'publish', 'closed', 'closed', '', 'amy-schaller-2', '', '', '2016-03-05 19:59:53', '2016-03-05 19:59:53', '', 0, 'http://www.test.grieffree.org/?post_type=ttshowcase&#038;p=330', 0, 'ttshowcase', '', 0);
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
(870, 1, '2015-02-04 14:43:32', '2015-02-04 21:43:32', '<p align="center"><b>GriefFree.org</b></p>\r\nLast summer, a small group of us who had been working with the Healthy Grieving process for about four years realized it was time to get this amazingly effective process out into the world in a bigger way. We had already created a website for the general public, but realized we could reach many more people by reaching out to the counseling profession. So in July, we began calling therapists along the Front Range who used a variety of modalities to help their clients, as this indicated to us that they might be open to a new approach.\r\n\r\nThe response was amazing.\r\n\r\nRather than hanging up the phone, counselors who had never heard of GriefFree.org or the Healthy Grieving process were eager and open to learning that there was a new way to work with their clients around issues of grief and loss.\r\n\r\nOne of the first therapists we spoke to said she had just been talking with a colleague about the need for some way to help her grieving clients. They felt that since <a title="Elisabeth Kübler-Ross" href="http://en.wikipedia.org/wiki/Elisabeth_K%C3%BCbler-Ross">Kübler-Ross</a> introduced her Five Stages of Grief in the late 1960s, there hadn’t been much in the way of seminal work in the grief arena – and while that model could sometimes be helpful, most people didn’t really do their grieving in any particular order. Additionally, the therapist said, in her experience, identifying stages of grief didn’t actually help people move through their grief.\r\n\r\nShe felt that other than support, she didn’t have much to offer her clients in helping them to heal – and that most grief counseling and groups were also supportive rather than healing modalities. She was very excited to learn that there might actually be a way to assist her clients in letting go of their grief.\r\n\r\n<b><i>“Sign me up,”</i></b> she said when we told her we were offering a free introductory workshop about the Healthy Grieving process.\r\n\r\nWhen an experienced, Naropa-trained therapist in private practice says “yes” to giving up a half-day of her time to learn about a modality she’s never even heard of before, you know you’re onto something.\r\n\r\nSince that day, we’ve held seven half-day Healthy Grieving Introductory Workshops and a two-day intensive training, with our second training scheduled for February 6<sup>th</sup> and 9<sup>th</sup>. More workshops and trainings are being scheduled every month, and we have also taken many individuals through the process who have come to us through the website. In fact, a gentleman from Mexico we recently took through the process is so excited about how Healthy Grieving helped him let go of his pain over his dad’s death that he wants to translate the work into Spanish!\r\n\r\nIt is very exciting to watch this all unfold, knowing that the world is hungry for a way to deal with grief and loss that is actually healing, not just supportive --and that the Healthy Grieving process can answer that need.', 'GriefFree.org', '', 'publish', 'open', 'open', '', 'grieffree-org', '', '', '2015-02-26 14:48:10', '2015-02-26 21:48:10', '', 0, '', 0, 'post', '', 0),
(876, 1, '2015-02-12 10:00:01', '2015-02-12 17:00:01', 'One of the foundational principles of the Healthy Grieving process is that you cannot heal if you feel like a victim in your experience of loss.\r\n\r\nOften in a workshop or training, therapists – and particularly trauma therapists who deal with people who actually were victims in a traumatic event –find this concept challenging. The other day in a workshop one of the therapists asked, “Well, what if the person actually <i>was</i> a victim – for example in a violent crime?” and the trainer answered, “For the purposes of the Healthy Grieving process, it doesn’t matter.”\r\n\r\nAnd there was a palpable reaction to that response in the room.\r\n\r\nBut then a cool thing happened.\r\n\r\nWithout any prearrangement, our volunteer that day (we always have a volunteer go through the process in the front of the room so attendees get to witness the process in action) became the perfect example and demonstration of the principle.\r\n\r\nThe grief he wanted to let go of was being taken away from the loving foster home he lived in from age three to age six.  The grief from that loss was, as he described it, “still alive in him” all these years later.\r\n\r\nYou could hardly think of a more traumatic event for a little child than finally finding a place of safety, love and belonging – and being wrenched away from that with no warning.  His description of holding onto the front door knob for dear life as two adults tried to drag him away was heartrending.\r\n\r\nYet for the purpose of the grieving process -- for going back to that moment and feeling the feelings and letting them go and taking back what part of himself was lost in that experience -- the fact that he was or wasn’t a “victim of a trauma” did not play into it.  In fact, if he had spent any time blaming his mother for giving him up in the first place, the social workers for taking him, the foster parents for letting him go, or any outside force, the healing experience would not have happened.\r\n\r\nIn the Healthy Grieving process, the external event – traumatic or otherwise – is not the focus.  It is a completely internal process where the part of ourselves that was lost gets reclaimed -- and that can only be done with an<i> internal</i> focus.  If any part of us is taking the stance that what happened should or shouldn’t have happened and/or who was responsible, or who was to blame, we put the power outside of ourselves.\r\n\r\nWe have to take the power back in order to heal.  We have to understand that it is our response to the event (that our <i>experience</i> of the event is where the loss actually takes place) that needs to be healed -- not the event itself.\r\n\r\nAnd that can be hard to understand.\r\n\r\nUntil you see it in action.', 'Healthy Grieving and the "Victim Mentality"', '', 'publish', 'closed', 'open', '', 'healthy-grieving-and-the-victim-mentality', '', '', '2015-02-26 14:46:57', '2015-02-26 21:46:57', '', 0, '', 0, 'post', '', 0),
(883, 1, '2015-02-26 14:43:05', '2015-02-26 21:43:05', 'The Healthy Grieving process often helps people let go of far more than just the loss they set out to grieve – and can uncover surprising things.\r\n\r\nI’ve had the pleasure of witnessing or having people share a wide variety of outcomes from this process, but one of the most extraordinary stories for me was the experience of a woman grieving the death of her grandfather – and what was uncovered as a result.\r\n\r\nWhen she was 13, her grandfather was dying and the family was going to the hospital to visit him one particular night.  But she had been invited to a sleepover at a friend’s house and made the choice to do that instead, thinking she could go visit her grandfather the next day. However, he died that night, so she didn’t get to say goodbye.\r\n\r\nShe carried quite a bit of guilt and regret over her decision and how she missed saying goodbye to him. She also had felt, at the time, that compared to other members of the family, she wasn’t as upset over his death as she should be, especially given the grief and drama that a death is supposed to engender in a close Italian family.  She was afraid that she was bad or wrong in how she was reacting, and because of that, she pretended to be more upset than she was. . . . so she felt like a fake and a fraud on top of her other confusing feelings.  She was also afraid that maybe she was a selfish or bad person because she didn’t like how unhappy her home had become, and she felt more concerned about how his death was impacting her family than feeling sad about her grandfather actually being gone. She said that his death had marked the end of her childhood and the end of her innocence, which in itself seems like a big loss to grieve . . .  but something else remained to be uncovered.\r\n\r\nAs she followed the steps in the Healthy Grieving process, what was revealed was that as a result of her experience, she developed a deep belief that she makes bad decisions that can have horrible consequences, and that <i>she could not be trusted to make good decisions in her life. </i>During her session, she realized that this underlying belief had affected her her whole life.\r\n\r\nAfter completing the grieving process, she said that by letting this go, she was more comfortable with herself, “comfortable in her own skin,” comfortable with her decisions, and able to trust herself in a new way.\r\n\r\n“I am still careful in my decision making,” she reported, “but I don’t feel that same weight and fear. What’s really different is that now, when things don’t go the way I want them to or don’t go well, in the past that would have created a downward spiral for me and it would take a lot of remediation and self-talk to get myself back up. <i>Now, I don’t even go there any more</i>, let alone have to talk myself back up. Now, instead of that spiral cascade down over even the smallest bad decision or mistake – and the dire consequences that would ensue -- I feel comfortable and confident.”\r\n\r\n“What is so interesting and enlightening,” she reported, “is that I really had no idea that this underlying belief was bundled in with the feeling of regret that I missed saying goodbye to my grandfather. And I had no idea how much it affected my day-to-day life.”\r\n\r\n“Somehow, with the Healthy Grieving process, I was able to let it all go -- judging myself for how I reacted to his death, wondering what was wrong with me that he and I weren’t closer, guilt over my decision, missing saying goodbye and of course the big issue of not trusting myself and my choices. Somehow it all got magically released and I am at peace.”\r\n\r\nWow!  From regret over not saying goodbye to one’s grandfather before he died, to uncovering a lifetime of second-guessing oneself and one’s decisions . . . . this is a great example of the far-reaching effects that the Healthy Grieving process can have.', 'Healthy Grieving''s Far-Reaching Effects', '', 'publish', 'closed', 'open', '', 'healthy-grievings-far-reaching-effects', '', '', '2015-03-19 14:50:09', '2015-03-19 20:50:09', '', 0, '', 0, 'post', '', 0),
(895, 1, '2015-03-05 10:25:01', '2015-03-05 17:25:01', 'There are four foundational principles of the Healthy Grieving process.  They are:\r\n<ol>\r\n	<li>To undertake the process, you have to be willing to move on from the pain of the loss and be ready to let go.</li>\r\n	<li>You have to be honest.  <i>No healing can take place at the level of a story.</i></li>\r\n	<li>You have to be willing to bypass the mind and all its defenses, resistance and objections in order to get to the truth and to the feelings; this is where muscle testing responses comes into play.</li>\r\n	<li>You have to be willing to feel your feelings.</li>\r\n</ol>\r\nNumber four is a lot trickier than you may think for two reasons.  The first is that as humans, we want, at all costs, to avoid pain, and going into painful feelings is the opposite of avoidance.  We can probably all intellectually understand the need to feel our painful feelings, but still we resist  . . . even when we’re seeking to be healed.  The healing process won’t work if we’re not willing to go there; as John Bradshaw famously said, “you can’t heal what you won’t feel.”\r\n\r\nBut the bigger obstacle is that we – and I mean almost every one of us including those of us who think of ourselves as emotional – generally do not know how to actually feel our feelings.\r\n\r\nSo one of the first things we do in the Healthy Grieving Workshop and the Two-Day Training is to talk about the difference between emotions and feelings.\r\n\r\nIn brief, emotions are charges – reactions to external events – that are universal and easily labeled.  We have all felt angry, lost, disrespected, unloved, unsafe, abandoned etc. and can all relate to the “charge” that those emotions carry.\r\n\r\nFeelings are deeper and much more personal.  Feelings take us below the surface – below the charge even – to our own very personal and unique<b><i> experience</i></b> of the emotion.  For example, when we say we feel abandoned, what does that mean <i>to us?</i>  What is our own <i>experience </i>of that emotion?  For one person that might feel like “left all alone in the world with no one to rely on; I can never count on anyone to be there for me.”  Another’s experience is “I don’t matter; I don’t even exist. I am invisible. I am nothing.” For another, “I am in a black hole, an abyss and there is no way out.”  Those are three different experiences of the word or label of the emotion called “abandoned.”\r\n\r\nFor the Healthy Grieving process, the client has to get to the feelings and the experience.  One of the most challenging aspects of taking someone through the process is to continually move them from emotions to feelings.  The counselor must continually guide the client to “Describe what that means FOR YOU.  Describe abandoned AS YOU.  Tell me how you FEEL when you’re angry.  Go into that place and describe your own experience. “\r\n\r\nSometimes when this process is taking place in the front of the room it can be uncomfortable for those watching – especially therapists who are trained not to be “invasive” or “leading” or “directive” with their clients. Sometimes, depending on the watcher’s own perspective and triggers, it can even look like badgering or bullying – pushing the client to get to the feelings. What if they’re not ready?  What if their protective mechanisms are in place for a reason? Shouldn’t the therapist respect where the client is resisting going?\r\n\r\nBut it is important to remember that the client has given permission to be guided into that place because what they want is to heal – to get release from --  their held  pain; and to accomplish that, we need to lead them to the place they have avoided.  That is why the Healthy Grieving process sometimes involves persistent insistence to “go deeper, go there, describe the emotion, not as an externalized abstraction, but as you yourself personally experience it; go back to that place and<i> feel</i> it.”\r\n\r\nThe mind and its protective mechanisms are going to avoid going there, but a trained and dedicated Healthy Grieving counselor will continue to guide the client to the place his or her mind doesn’t want to go – and will do so to honor the request from the client’s deepest self for help in releasing the ongoing pain.\r\n\r\nIt may be uncomfortable for the client (and for any audience watching at a training or workshop) but it bears wonderful fruit.\r\n\r\nAfter a recent workshop, the volunteer who experienced the Healthy Grieving process thanked the trainer for having the “patience to hang in with me as I struggled to actually feel my feelings.”   “It took me a while to get there,” he said to the group, “but I’m glad I finally did because it was so worth it.”', 'Emotions versus Feelings', '', 'publish', 'closed', 'open', '', 'emotions-vs-feelings', '', '', '2015-03-05 10:26:11', '2015-03-05 17:26:11', '', 0, '', 0, 'post', '', 0),
(909, 1, '2015-03-19 14:52:49', '2015-03-19 20:52:49', 'Bereavement over the death of a loved one is not the only application of the Healthy Grieving process.  To view a list of the many ways you can use the process to let go of the pain of a loss, click here <a title="Diverse Applications for Healthy Grieving" href="http://www.grieffree.org/healthy-grieving/applications/">www.grieffree.org/healthy-grieving/applications/.</a>\r\n\r\nOne interesting example of grieving a loss other than a death was shared by a recent workshop participant who used the process to grieve the loss of a beloved house she had to leave behind when she moved out of state. Here is her story:\r\n\r\n<i>“I used the Healthy Grieving process to let go of an attachment to a house I had moved away from years ago. I didn’t realize I was still holding on, but when I saw ‘loss of a home” on the list of possible applications for the Healthy Grieving process, it kind of jumped out at me and I knew immediately that it was something I needed to look at.  </i>\r\n\r\n<i>We have been living in our new state for many years, renting year after year, and telling ourselves it was because we couldn’t afford to buy a home here.  But finances turned out not to be the real issue. When I took myself through  the Healthy Grieving process the weekend after the workshop, I discovered that beneath the story of the beloved house that I had left behind was a belief that that house was as good as it could —or would –ever get for me.  The underlying issue wasn’t grief over the loss of the “perfect house;” it was a limitation on what I believed was possible for me and my life. </i>\r\n\r\n<i> I know the Healthy Grieving process really works because within a week of completing the worksheet and letting go of the loss I’d been holding onto, my husband and I were out looking at houses, finding many in our price range, and within a month, we were making offers.”</i>\r\n\r\nTwo months after this workshop participant shared her experience, we received this update from her . . .\r\n\r\n<i> “I am writing this from my new home! How about that?!  Three months to manifestation of a dream I have had for seven years!  I give credit to the GriefFree process . . . I didn''t even realize how unhealthy grief was holding me back.”</i>\r\n\r\nThis is a great example of the way the Healthy Grieving process can free us and allow us to move on from something that has been holding us back in our life . . .  which we may not have even been aware of.', 'Letting Go of a Beloved Home', '', 'publish', 'closed', 'open', '', 'letting-go-of-a-beloved-home', '', '', '2015-03-19 14:53:28', '2015-03-19 20:53:28', '', 0, '', 0, 'post', '', 0),
(914, 1, '2015-03-23 10:34:15', '2015-03-23 16:34:15', 'Although it is not officially one of the six steps of the Healthy Grieving process, we sometimes begin the process by defining the <i>relationship</i> to the person being grieved. This requires diving deep, being brave, and being honest (Step #1 of the process) because the actual relationship is often not obvious or not what we have told ourselves.\r\n\r\nFor example, a daughter, when asked to define her relationship with her mother, started by saying, “I was her <b><i>daughter</i></b>.”  But when asked to go a little deeper and describe the relationship more accurately, she realized, “I was a <b><i>caretaker </i></b>to my mother.”\r\n\r\nA married woman who lost her husband might easily say that she was a wife to her husband, but the actual relationship might be better described as a <i>needy</i> <i>child</i> who was <i>taken care of</i> by her husband – or, on the flip side, sometimes a woman is a <i>mother t</i>o her husband and takes care of him.\r\n\r\nA girl whose older brother had died started by describing the relationship as one of brother and sister, but taken a little deeper, realized that the actual relationship was that she was an <i>admirer </i>who <i>worshipped</i> her older brother but was always<i> ignored</i> by him.\r\n\r\nAnother woman in grieving her father realized that the relationship wasn’t really a father/daughter relationship; they were more <i>peers</i>, and indeed she was often the more emotionally mature person in the relationship.\r\n\r\nOther examples include: My mother was my<i> biggest fan</i>. I was a <i>competitor </i>to my sister. I was a <i>parent</i> to my little brother. I was a <i>subject</i> to my wife who was my <i>boss</i>. My best friend was my<i> buffer</i> from aloneness<i>. </i>I was a <i>buddy </i>to my dad<i>, </i>a <i>trophy </i>to my boyfriend<i>, a meal ticket </i>to my wife.<i></i>\r\n\r\nThe point of the exercise is to look beneath the label (daughter, son, friend, grandfather, husband, wife, etc.) and ask yourself <b><i>what was the real relationship or the actual dynamic</i>. </b>\r\n\r\nWhy is this important?\r\n\r\nOne of the most basic principles of the Healthy Grieving process is that <b><i>“no healing can take place at the level of a story.” </i></b> It is common for someone to start with one description – “We were very close, we were soul mates, we had a wonderful marriage, I adored my older brother, my sister was my best friend” – and end up somewhere quite different.\r\n\r\nStarting the grieving process by honestly describing the relationship to the person you have lost can help get underneath the story of the relationship to the actual dynamic.  This can be a powerful first step on in <i>being honest, </i>which is an important prerequisite to real and lasting healing.', 'What Was Your Actual Relationship?', '', 'publish', 'closed', 'open', '', 'what-was-your-actual-relationship', '', '', '2015-03-23 10:35:19', '2015-03-23 16:35:19', '', 0, '', 0, 'post', '', 0),
(925, 1, '2015-04-20 16:21:36', '2015-04-20 22:21:36', 'I attended two introductory Healthy Grieving workshops and the two-day training. The introductory workshops are like snapshots, whereas in the two-day training you get to experience and understand the process more in slow motion.\r\n\r\nThe workshops and the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it. I was able to clearly see my pattern of withholding and intellectualizing my experience.  I know that as a result of early trauma and a near death experience, I was drawn to study psychology, and was seduced by the framework of understanding the pyscho-social journey. I more or less turned over my identification to the process of studying these concepts.  They all made sense to me but they did not touch into my personal emotional experience; they conceptualized it but they weren’t it.\r\n\r\nPsychology is a template. It isn’t the real thing. It’s a description of something.  It’s like taking a photograph of the experience. It’s not actually what you’re experiencing; it’s a way of objectifying what is going on within the experience.  It’s very easy to fall in love with understanding. Very easy.  It’s a descriptor, but it is not the direct experience.  I became hypnotized by understanding.   I would say that the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it.\r\n\r\nI very much appreciated the awareness of knowing what I have been doing to myself -- which was substituting concepts for direct experience.  In studying psychology I put myself in a state where I was somewhat satisfied with understanding cause and effect. That became a soothing kind of state, but it was not the direct state of feeling; it was more thinking.\r\n\r\nWhen I attended the first Healthy Grieving workshop, I saw people being directed into <i>feeling</i>. I volunteered at the next workshop so that I would not be so quick to intellectualize what I was experiencing.  I also had the opportunity to see others do what I do, and then go into experiencing and feeling. That’s the wonderful power of a group, the opportunity to see others and to see yourself in others.  What you get to observe in the workshops and the training is very powerful.\r\n\r\nThe Healthy Grieving work is touching in on a fundamental principle to <i>feel</i>, not <i>understanding</i> -- which is helpful -- but directly<i> experiencing</i> and releasing emotion, which is what  I watched others  experience in that first demonstration and I wanted to experience myself. So I volunteered to be the subject because I wanted to be directed -- almost pushed -- into feeling, rather than talking about feelings or understanding why the feelings were there.  Those are important, but they are not the same as directly having the experience . . . . which I learned very  early in life to avoid.  I just shut down.\r\n\r\nI was excited about the opportunity of being taken through the process, participating in a direct experience and the challenge to be <i>within </i>the scenes that had been intellectualized within me, to directly experience them,  because I knew I had  really intellectualized a lot of my way of looking at myself and others\r\n\r\nGoing through the process of being <i>within</i> the field of those emotions -- not talking about them but being in them -- requires courage.  There is a risk there.  But <b><i>the idea that you can feel what you have covered up is a very simple thing</i></b>. And the beauty is that as you’re tasting it, it gets dismantled. It’s dissolved. You discover that it has no real power.  All the power has been in the denial and the suppression of the event. In itself, it’s really quite harmless. The emotion that was there in the past -- I carried that trauma for decades -- was real in the past. In the present it gets dissolved.\r\n\r\nI would describe the effect of going through the process by saying that<b><i> it renewed my own life</i></b>.  It renewed the willingness I had to go into feelings and let them teach me. What I can say about the Healthy Grieving process is that I had a direct knowing<b><i>.  A direct experience that has renewed my life.</i></b>\r\n\r\nAnother real benefit of the workshops and training was that I saw so clearly that <b><i>I have been disengaged</i></b>.  And I have been able to take that awareness into my life. I can’t say that my resistance to feeling is completely gone, but there has been a lasting effect from the Healthy Grieving experience. It has made me more sensitive to my own history of intellectualizing or withdrawing. I no longer have the willingness to withdraw as I might have prior to the experience.\r\n\r\nThis work has the potential to be <b><i>meaningful</i></b> and <b><i>liberating</i></b>. Those are the possibilities of the Healthy Grieving process. I also want to say that rather than David’s lack of academic training in psychology being any sort of a drawback, I think it’s a real asset. I find his approach very refreshing because he is not constrained by the conventions of our training. He is able to see things and express things in a fresh and new way that really gets to the heart of the matter.\r\n\r\nFor anyone who reads the description of the Healthy Grieving process and feels themselves drawn to it… I would say, pay attention to the draw. Come to a workshop or training and have the Healthy Grieving experience.\r\n\r\nRobert Kaplan, MSW\r\n\r\n<em>Robert has studied and trained in secular psychotherapy, pastoral counseling and hospice service. In addition to a private practice, Robert''s background includes teaching Adult Development in the Transpersonal Counseling program at Naropa University and serving as a volunteer chaplain at Boulder Community Hospital.   </em>', 'A Professional''s Perspective', '', 'publish', 'closed', 'open', '', 'a-professional-perspective', '', '', '2015-04-22 13:05:26', '2015-04-22 19:05:26', '', 0, '', 0, 'post', '', 0),
(938, 1, '2015-05-05 16:12:34', '2015-05-05 22:12:34', 'We’re all familiar with the adage that in order to change, we have to want to change, but it turns out that in order to truly change, we also have to be willing to acknowledge our changes.\r\n\r\nYou would think that if we want to change -- for example let go of grief or change a behavioral pattern -- and it actually <i>does</i> change -- we would be open, willing, and aware of our changes, even celebrating them. But oddly, that often turns out not to be the case.\r\n\r\nIn fact, what we often see with the Healthy Grieving process is that there are significant changes in people’s lives, but they are largely unaware of them until they are asked to put their attention there. And even then, they sometimes have trouble articulating the ways they have changed or what is different in their lives.\r\n\r\nNow some of this, surely, is due to the crazy and distracted lives we lead, taking so little time away from work or TV or email or texts or Facebook or other distractions to actually check in with ourselves and/or cultivate self-awareness.\r\n\r\nSome of it may also be that it’s hard to believe that something as pervasive as held grief could be gone so quickly and easily in one simple session.\r\n\r\nAnd then there’s the sort of “uh-oh” moment of discomfort as we realize we are changing or have changed and the fear of the unknown that may engender. I am reminded of a woman we took through the Healthy Grieving process who lost her husband at a young age and had basically been grieving him for 20+ years.  She had known herself as a grieving widow most of her adult life.  Who would she be without this as the central fact of her life? Who would she be if she really let this go and moved on? The simple fact is that as much as we might say or believe that we want to change, we are also uncomfortable with change.\r\n\r\nBut some of it  -- maybe most of it --  is due to unconscious self-identity patterns, where we have known ourselves so long as one thing that it actually requires time, effort and self-awareness to acknowledge that we are no longer that.\r\n\r\nWe have never been taught that <i>in order to really change, we must be willing to acknowledge our changes --</i>consciously acknowledge them -- in order to actually experience ourselves in new ways.\r\n\r\nIt is a very common phenomenon for us to take someone through the Healthy Grieving process and at the end of the session, they will say they feel so much better.  So much lighter.  Relieved.  Breathing differently.  Have let go of a big weight. Things feel so different to them.\r\n\r\nWhen we check in a week or two later, and ask how they’re doing in relation to what they grieved they will say, “I’m good.”  “Fine.”  “So much better.”  But when asked to be more specific or <i>to identify what has changed,</i> they often struggle --even people who we think of as inwardly-focused or self-aware such as counselors, therapists, people who meditate, do yoga, have a spiritual practice.\r\n\r\nWe often have to ask a series of questions to lead them into awareness, and as they answer the questions, they begin to realize, “Wow, this really is different. I really am different. Something significant has really changed.” But until we draw their attention to what has changed, they don’t actually realize it.\r\n\r\nAn integral part of the Healthy Grieving process is taking the time to become aware of our changes and define our self as those changes to make us conscious of the new experience of ourselves and integrate our changes into our experience of ourselves.\r\n\r\nWithout taking time to articulate the ways we’ve changed, we aren’t fully aware of them; and therefore can’t fully own them, embody them, integrate them, or incorporate them into a new experience of our self.\r\n\r\nThe bottom line? In order for <i>our internal experience of our self</i> <i>to change</i>, we need to slow down and take the time to acknowledge and articulate our changes.', 'A Funny Thing About Change', '', 'publish', 'closed', 'open', '', 'a-funny-thing-about-change', '', '', '2015-05-05 16:16:07', '2015-05-05 22:16:07', '', 0, '', 0, 'post', '', 0),
(943, 1, '2015-05-15 09:14:32', '2015-05-15 15:14:32', 'Paul Simon famously sang that there were ”50 ways to leave your lover,” but as most of us know, leaving behind the emotional attachment can be just as challenging as leaving the relationship.\r\n\r\nAttachment to former partners can linger for years and years. And there is often more tied up in our holding on than just unresolved feelings for the partner we left behind. If there is still a “charge” associated with the loss, some part of our self has gotten left behind.\r\n\r\nOne Healthy Grieving client recently used the process to let go of her first love, from whom she had parted more than 15 years prior. She said that she had not been aware that she was still carrying so much pain about this person -- which has turned out to be a common theme with clients grieving past relationships.\r\n\r\nWorking with the Healthy Grieving process, she found feelings of shame, regret and deep sadness. At a deeper level, she also discovered that in the loss of the relationship she also “lost the freedom to express my creativity straight from my heart like I did when I was with him.”\r\n\r\nBy grieving and letting go, she was able to reclaim the freedom of creative expression that she lost when their relationship ended, reporting that, “An unexpected gift is that now I feel far more free to express myself and my creativity in ways that I was afraid to before.” Since she used the Healthy Grieving process to let go of her past relationship, she says, “I hardly ever think of my first love anymore, and when I do, what is left is a tender appreciation for him and the beautiful, goofy, fun times we had together, but there isn’t any pain.”\r\n\r\nAnother client worked on letting go of an ex-husband. They had divorced in 2000, and she insisted that she didn’t have any feelings for him, that she was “completely done with him.” But her resistance to looking at the relationship was a good indication that there might be something there that hadn’t let go.\r\n\r\nIn her own words she describes that, “It was very interesting where the Healthy Grieving process took me in relation to my first husband. I was quite surprised by what came up and by the words that were coming out of my mouth.”\r\n\r\nThe Healthy Grieving process took her to a place where she had to admit to herself, “I married him because I thought it would be better than being single. I had to own that I entered into this union with someone I didn’t fully want to be with. I thought that I loved him <i>enough</i>. That was the actual statement I made – <i>loved him enough</i>. I had to see and own that I really did that to someone -- used him in that way.  I married the guy, not because I fully loved him and fully wanted to be with him. I entered into the marriage to save myself.”\r\n\r\n“This is not something I am proud of” she went on to say,” but the Healthy Grieving process helped me go there, gave me permission to look at this, and in going there, in being willing to see this seedy side of myself and own<b>*</b> it, I was able to let it go.”\r\n\r\n“It turns out, that this was hanging over me in a way I wasn’t really aware of. I thought I was completely done with him, with the relationship. I’m happily remarried. He’s remarried. I wish him well, etc. – but I had to go through the process to get that part of me back, to own that I did this to someone, tell myself the truth about it, and then be free to let it go. No matter what we are telling ourselves about our past relationships, unless we allow ourselves to go into that place, to explore the darker places, then it’s still with us, we haven’t really moved on."\r\n\r\nThis client reports a number of meaningful results from the grieving work she did:\r\n<ol>\r\n	<li>“In relation to my ex I can now be open–hearted when I think of him, whereas before I was hiding, hiding a part of myself. I thought that everything was fine -- we were friends on Facebook, I was happy for him -- but obviously, there was still some unconscious stuff there and I am very grateful to have found it. I have now been able to let go of this person who I had been energetically holding, whether I was aware of it or not.”</li>\r\n	<li>“The level of intimacy and friendship with my current husband is deeper and clearer. Letting go of what was still tied up with my first marriage freed me to be 100% present with my present husband, who I did marry for the right reasons, who I married for love and because I want to spend my life with him. We’re laughing more, enjoying each other more.”</li>\r\n	<li>“Once I re-owned that part of me that I had disowned, I could be all there with my husband and in relation to my ex, but most important <i>in myself.</i> I was able to re-integrate a part of myself that I can now be with and accept unconditionally. One of the goals I’ve had in my life is to feel complete; when I’m on my deathbed I want to know I did everything I could to be fully me. Every time I do the Healthy Grieving process and come through the other side, I feel more complete and whole. “</li>\r\n</ol>\r\nIf you have a past relationship you think you’re “done with,” consider giving yourself the gift of looking deeper. You never know what you might be lurking there and what letting go can free you from and open you to.\r\n\r\n&nbsp;\r\n\r\n<strong><i>*See next week’s blog on “owning.”</i></strong>\r\n\r\n&nbsp;', 'Grieving Past Relationships', '', 'publish', 'closed', 'open', '', 'grieving-past-relationships', '', '', '2015-05-15 09:18:42', '2015-05-15 15:18:42', '', 0, '', 0, 'post', '', 0),
(951, 1, '2015-05-22 08:18:47', '2015-05-22 14:18:47', 'In our last blog, we used the term “owning,” which is a concept fundamental to the Healthy Grieving process.\r\n\r\n<i>Owning</i> or <i>taking ownership</i> is the process of awareness, acknowledgement and acceptance of what we don’t want to see, know or accept about ourselves.\r\n\r\nIt is the opposite of denial, avoidance and suppression.\r\n\r\nIt is that moment of awareness that yes, this trait, quality, behavior, feeling, attitude, outlook -- is, indeed, <i>me</i>.\r\n\r\nWithout pushing the awareness away with “yes <i>but</i>” or “I only <i>sometimes</i> do that” or “Okay, maybe that’s a <i>part</i> of me.”\r\n\r\nOwning is the full-on acceptance of <i>Yes, this is me, this is who I am.</i>\r\n\r\nThe common resistance to owning the things we don’t want to know about ourselves is the defensive posture that says “Well, a <i>part</i> of me may do that, but it’s not who I am -- certainly not all of who I am. I don’t <i>always</i> do that. I am not <i>always</i> like that. It may be a part of me, but it’s not really me.”\r\n\r\nThat’s not owning.\r\n\r\nThe best example of the concept of owning comes from AA and other Twelve Step programs.\r\n\r\nWhen a person attends a meeting for the first time, finally ready to acknowledge the truth<i> </i>to themselves and others, s/he stands up in that room and clearly states, “I am an alcoholic.”\r\n\r\nThey don’t say, “I am <i>sometimes</i> an alcoholic.” Nor, “I have been known to engage in alcoholic behavior.” Nor, “On occasion, I may drink too much.”\r\n\r\nNo.\r\n\r\nThey say,” I am an alcoholic.”\r\n\r\nUnequivocal.\r\n\r\nQualifications like “sometimes” or “not always” or “yes but” or “well, that might be a part of me” are the opposite of acknowledging the truth and taking full ownership.\r\n\r\nAnd while it’s true that there are probably hours of the day the alcoholic is not drinking, and alcoholism isn’t the sum total of the person -- taking ownership – admitting the truth -- requires the global understanding that <i>yes, this is me</i> – without dissembling or denial or equivocation.\r\n\r\nNot <i>Yes but</i>.  Just <i>yes</i>.  Yes, I have an anger problem.  I married my husband for money and security. I am a liar. I am competitive. I am judgmental. I am weak. I am a narcissist. I am a cheater. I didn’t love my brother. I want to be taken care of. I need a relationship to feel good about myself.  I’m a gossip.\r\n\r\nOtherwise, we are <i>denying our own experience of ourselves.</i> Which keeps us fragmented, hiding, unhealthy. And which makes wholeness and healing impossible.\r\n\r\nThere’s a reason that ownership is the first step in A.A; it’s because nothing can happen until that moment has taken place. Once we have owned something, there is the possibility of letting it go, of releasing the charge, releasing the hold it has.\r\n\r\nIn ownership, there is the possibility of freedom.\r\n\r\nBut there is no possibility until then.\r\n\r\n<b><i>Any aspect of yourself that you deny can never be let go of.</i></b>\r\n\r\nGo back and re-read last week’s blog. Notice how the client’s willingness to tell herself the truth -- to own that she didn’t love her first husband and used him -- is what set her free.\r\n\r\nThen consider giving yourself the same gift.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'Owning: The Secret to Letting Go', '', 'publish', 'closed', 'open', '', 'owning', '', '', '2015-05-22 08:21:47', '2015-05-22 14:21:47', '', 0, '', 0, 'post', '', 0);
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
(998, 1, '2015-07-10 10:53:45', '2015-07-10 16:53:45', 'Our last blog post covered the concept of owning. In today’s post, one of the participants in the Healthy Grieving training shares her personal experience with the owning process. Here is her experience as told to our interviewer:\r\n\r\n“During the section on owning in the Healthy Grieving training, I volunteered to do the process in the front of the room. The topic for me was being controlling. When asked how controlling I was, I thought maybe I would rank as a 4 or a 5 on a scale from 1 -10 because I knew that I could be kind of controlling. When we muscle tested my answer we got that I was a 10 on the scale.\r\n\r\nI immediately had a strong emotional reaction, a visceral feeling of “Uh oh.’ And then the moment of realization, ‘I am a control freak.’\r\n\r\nI’ve done a lot of work in therapy over the years and thought that I had my control freak under control so to speak, but I suddenly saw that ‘controlling my control freak’ is not the same as fully owning it in order to be able to let it go.\r\n\r\nMuscle testing is very helpful in this process because the mind can’t deny what has come up, which it wants to do. Bypassing the mind with muscle testing opens the door to be able to see the truth, and see it from a deep heart space. This level of acknowledgement is very different from the mind saying, ‘I can admit I sometimes do that.’\r\n\r\nI went from the idea that, yeah, I can sometimes be a little controlling to a full-blown recognition of the truth of the situation. It was kind of like putting together pieces of a puzzle, and facing something that my mind or my intellect had been avoiding knowing.\r\n\r\nThe process of owning doesn’t happen in the mind; it happens at a different level, in the heart.  It’s like my heart took over from my mind; that’s how I was able to own it. There is such a profound difference between a sort of surface acknowledgement in the mind that I sometimes do this versus the deep recognition, the absolute knowing and understanding that THIS IS ME.  I <i>AM</i> a control freak. Not that I can <i>sometimes</i> be this way, but THIS IS ME. In the process, you get taken to a place -- I was taken to a place -- where I was able to recognize and accept that yes I am in fact this.  Going to this deeper place, there was no looking anywhere else. There’s no way that I could have not seen it.  From a mind place you can deny, but when you bring it up from a heart place, there’s no denying it.\r\n\r\nIn my case, as soon as the process began to unfold, I understood that I was seeing from the heart rather than the mind because of the raw, vulnerable and exposed place I went to, and the sense of <i>knowing it as the truth</i> from a place deeper than the mind. This experience is very humbling as you suddenly see the thing you haven’t wanted to look at and see how it shows up in in your whole life. You can’t just brush it aside. There’s a simplicity to seeing at this level. There’s not a lot of story; there’s just the realization, the knowing.\r\n\r\nThe interesting this is that there is no shame at this level. For some reason, from that space, I felt held by my heart. It was like it was holding me up so strongly and saying, ‘Look at this honestly’ and at the same time there was the sense that it was okay. It isn’t bad or good; it just is.  So, now what do you want to do with it?\r\n\r\nAs vulnerable as it is, it’s also a breath of fresh air, ‘Ahhh, it’s out in the open now. I can let it out.’  It’s like when you’re carrying around a lie or a secret, and you finally let it out and realize the huge relief of saying it out loud.\r\n\r\nFor me, the process opened a window that enabled me to see all the ways I truly was a control freak in so many areas of my life.  I started to see it in places that I hadn’t seen it before -- some overt and others covert. I saw that I try to control people, situations and I even try to control conversations, control what comes up so I’m not uncomfortable and so the other person isn’t uncomfortable. It was everywhere.\r\n\r\nThe strong “I am” statement is the first step, the knowing it without denial. Being able to define it –define ‘control freak’ -- AS ME was also an important step. To be able to articulate what control freak looks like as<i> me, </i>what does it mean for me and how do I experience this in my life? That helped open my eyes wider to see how it showed up in my life --unique to me, not the label, but my actual experience of it.  The label – ‘control freak’ can mean 100 different things; I had to be honest with myself about what this is for me.\r\n\r\nFrom that place of knowing, from that heart space, the mind can’t reorganize it or brush it off with ‘Yeah, maybe I do that sometimes and it’s probably something I should work on.’ No. It’s there in a way that can’t be denied. There’s no choice but to fully see it.\r\n\r\nAnd you start to see how it’s limiting you and robbing you of a true experience or life.  And what it’s doing to the people around you. I started to see the hardship I was causing in the world and in my relationships because of my own selfish need to be in control. And, it didn’t feel good anymore.\r\n\r\n<b>Letting Go</b>\r\n\r\nSeeing it is one thing. But how does the letting go part happen?\r\n\r\nYou own it so deeply and see so clearly how it’s disrupting your life and causing such dysfunction, that the letting go happens naturally.  At the same time you’re seeing how destructive it is, your heart is also showing you how peaceful it would be to not have to hold onto it anymore, how freeing, how light it could be, and all the weight you would get to let go of if you didn’t have to hold that anymore. So you actually <i>want</i> to let it go and it naturally releases. You get to where you want to cultivate and explore that peacefulness you feel.\r\n\r\nI was also able to see that my effort to control my external world  was actually an effort to control myself, that I was  unconsciously controlling everything in my life -- because that’s how I was controlling me. Even in working with clients, I saw how much time and energy I expended trying to control and manipulate situations so I felt comfortable, liked or accepted.  And I saw how extensively my external world was defining me. I needed people to understand me and like me and see things from my point of view so that I could understand myself, because I experienced myself through my external world. I was always sending people articles and stuff that supported how I see things. And that is also how I felt safe.  Wow, I just realized I don’t do that anymore.\r\n\r\nAfter I owned being a control freak and let it go, I couldn’t believe how quickly my life began to change and how much more relaxed I felt. Here are a few examples:\r\n<ul>\r\n	<li>A few months ago, a friend of mine was giving a big talk in front of 500 people. I was so tense about it, it might as well have been me on that stage. I wasn’t in a position to control any part of it, but I was holding on so tight, and so tense I could feel it in my muscles. It wasn’t even about me, but I see now that I was trying to control the situation because if she messed up or was embarrassed or something, I would have to feel my own discomfort. When I went to her next talk<b><i>, </i></b>after I had owned and let go of being a control freak,<b><i> it was a completely different experience</i></b>. I was calm and relaxed. It wasn’t about me and there was nothing I could do anyway. And I had this realization that Gosh, I have been trying to control things and other people’s experiences that were completely out of my hands so I didn’t have to feel my own stuff. What I was trying to control all along was my own stuff, avoiding my own discomfort and pain. I don’t do that anymore.</li>\r\n	<li>My mom and dad were recently in town for a graduation. I was so relaxed, I almost didn’t recognize myself. I could just allow them to be who they are; I wasn’t even triggered by them in the ways I usually am.  I let them be who they are and didn’t have to control them. And I let myself be who I am. I realized, <i>I don’t have to control any of this</i>. It was so freeing, to just be with them and just be able to enjoy their company. Parents are the ultimate test of where you’re at. They even stayed with us in our little apartment and I was fine.</li>\r\n	<li>I think my husband would tell you that he sees and feels a big difference. He notices that I am much more relaxed around him and can allow him to be himself and have his own experiences without trying to manipulate his experience in any way. And we both notice that when my controlling pattern shows up, I see it and correct it really fast. I’m owning myself in our interactions. Owning my part. I can see and own in the moment, Oh, that’s me trying to control something. I can see it and let it go.</li>\r\n	<li>I also notice a big difference in trying to control what other people are doing. For example, I no longer nag my husband about wearing a bicycle helmet. In the past, I was sure I was  concerned about him and his safety, but I understand now that I was trying to control that situation because if something happened to him, that would be devastating for me. I was trying to protect myself from the pain I would feel if he got hurt; it wasn’t actually worry or concern for him. That’s true for any situation where I’m saying that I’m worried or care or looking out for someone. It’s not about them; it’s about me. I’m trying to control the situation so I don’t get hurt. Our mind tricks us that it’s about the other person and we care about them, but it’s just that we don’t want to feel the upset ourselves.</li>\r\n</ul>\r\nIt’s easy to look at the owning process like a magic pill that will fix everything because the process is so profound, but you still have to take the inspired action to take the new path until it just naturally becomes your truth and your nature. Because your old responses might still feel like an option, especially in your mind. But what happens is that your new experience, your new truth feels so much better, and the old way feels so awful, it feels like clothes that just don’t fit anymore. At some point, you grow into your change and your changes become you.\r\n\r\nI was a control freak, but I can truthfully say that’s not me anymore. I am way less controlling. Much less stressed out. More relaxed around other people. More relaxed around my husband. More calm in myself. More in the flow of things and of life. Letting go of my need to control things has personally freed me in very profound ways.  But first I had to know that I was one. Nothing happens without fully owning that first.', 'The Magic of The Process of Owning', '', 'publish', 'closed', 'open', '', 'a-great-example-of-owning', '', '', '2015-07-10 11:01:11', '2015-07-10 17:01:11', '', 0, '', 0, 'post', '', 0),
(1005, 1, '2015-07-16 11:47:37', '2015-07-16 17:47:37', '<p style="text-align: left;" align="center"><b>In this week’s blog, a Denver therapist shares how the process of owning is impacting clients in her practice . . .</b></p>\r\n<p style="text-align: left;" align="center">Having trained in the Healthy Grieving process and having done quite a bit of owning work myself, I have started using the Owning Process with clients. Because of my own work, I can pick up subtle clues when a client isn’t owning something that is impacting his or her life, such as the language of “Well I know I’m not thus and so (controlling, narcissistic, angry, etc.), but sometimes I . . . . “</p>\r\nThat’s when I know, Ah, here is something we need to look at. So I will ask the client, ‘Are you open to exploring this?’ and if they say yes, I start with muscle testing.\r\n\r\nRecently I had a client say to me that she wasn’t exactly superficial, and I asked if we could look into that. She guessed herself as a 4 or 5 on scale of 1-10 and we tested she was a 10. Her reaction was a moment of shock and then the moment of seeing it. She saw it and then owned it almost immediately. By the end of the session she was able to see how being superficial played out in her whole life. She was very quickly not even defensive, but eager to see it and even laughing about it and excited to make changes in her life.  A huge shift . . . in an hour and a half.\r\n\r\nAnother client I’ve been seeing for a long time without her making much progress started really getting somewhere when I introduced this work. She owned that she is a drama queen. It was initially such a shock to her that it actually took her a couple of sessions to fully own it and integrate it but then she got to that place of “Yup, that’s me; I totally see it now and own it as me.”  We later did a full grieving process on letting go of being a drama queen, and she has seen such a great shift in her life.  She’s happier than I’ve ever seen her. More relaxed, less stressed, going with the flow of life which is something she initially wanted from our sessions, and also more vulnerable which was also something she wanted.\r\n\r\nNow when a client makes a little comment like “This kind of thing sometimes happen, but it’s not really who I am” a red flag gets raised; and if they’re open to looking at it, the owning process can free them from a pervasive pattern that they could never have let go of because they were denying what was true, denying what they were.\r\n\r\nThe owning process was the missing link for me in my practice. I didn’t know how to take people deeper and now I have the avenue to take them as deep as they want to go.  And as a result, they experience profound changes.', 'The Process of Owning: A Therapist''s Perspective', '', 'publish', 'closed', 'open', '', 'the-process-of-owning-a-therapists-perspective', '', '', '2015-07-16 11:47:37', '2015-07-16 17:47:37', '', 0, '', 0, 'post', '', 0),
(1013, 1, '2015-07-21 13:08:58', '2015-07-21 19:08:58', 'Attachments are, quite simply, the things we cling to in an attempt to fill ourselves up. We can be attached to things, to relationships, to career or position, to money, to pets, to people, to a particular lifestyle, to how we see ourselves, to how we see the world, to ideological positions, to thoughts, feelings, beliefs, etc.\r\n\r\nOn my journey, I discovered that I was attached to Buddha. How ironic  . . . . I was attached to the very Prince of Non-Attachment.\r\n\r\nOr, more accurately, I was attached to my rather sizable collection of Buddhas, of which I was quite proud. I had a beautiful large garden Buddha that sat outside under a special tree surrounded by ornamental grasses, a Thai Buddha in a beautiful black lacquer holder, a small carved stone Buddha that was a particular favorite, a large Buddha made from a deep red resin (another favorite), a sitting Buddha fountain, a black Buddha candle holder, a carved Buddha head, and more.\r\n\r\nI had at least one Buddha in every room of my house. Some rooms had more than one. Some were displayed on shelves or tables or on altars with candles, incense, silk table coverings. Some had been gifts, some I collected myself. All meant something special to me.\r\n\r\nWhen someone suggested I might consider letting go of my Buddhas, the idea of getting rid of them struck me as unthinkable.\r\n\r\nSomething I wasn’t even willing to consider.\r\n\r\nThen I considered it.\r\n\r\nAnd just as quickly dismissed it as ridiculous.\r\n\r\nAnd then considered it again.\r\n\r\nThis went on until -- overcoming great resistance to even look into what it brought up for me  -- I was finally willing to consider what giving up my Buddhas would mean to me.\r\n\r\nWhat I discovered, which required some deep work and being very honest with myself,  was that I was deeply attached to my Buddhas.  My attachment filled three important roles in my life, two of which were embarrassing and one of which was a revelation.\r\n\r\nFirst, I had to see that a big part of why I had Buddhas all over my house was to broadcast what a spiritual person I was – to myself and to others. It was a beautiful collection and people often commented on it, but it was there to tell a story about me. I was attached to an image of myself -- of how I wanted to see myself and also how I wanted others to see me. I had Buddhas everywhere so I could <i>feel</i> like a spiritual person, <i>appear</i> to be a spiritual person. Which of course are both very different from actually <i>being</i> a spiritual person. Not to mention that I wasn’t even a Buddhist.\r\n\r\nThe next attachment that revealed itself (which was even more embarrassing and actually quite painful to acknowledge) was that my Buddhas kept me company. I live alone and have lived alone most of my adult life. I make a lot of efforts to not feel lonely and not let myself feel my loneliness. It turned out that these statues, which I honored as the image of a great being, helped me feel less alone. This seemed sad and pathetic to me when I realized these statues were sort of my friends, and I was ashamed, but I also knew in that moment that it was true. I felt them as a comforting presence in my home that made me feel less alone. Until I contemplated giving them up, I had absolutely no idea that this dynamic was in play.\r\n\r\nThe third role the Buddhas played in my life was as a centering, calming, connecting influence. If I sat quietly and/or meditated in front of one of the Buddhas it helped me slow down, breathe deep and connect to something higher.\r\n\r\nThe night I was diagnosed with breast cancer, after my initial panic and terror, after all the phone calls were made and friends had left, I lit the candle in the lap of my favorite small stone Buddha and sat quietly in my living room, breathing in and out slowly, connecting to the calming spirit of Buddha, calming and centering myself in the process, bringing myself present again and to refrain from projecting terrible outcomes. I credited Buddha with getting me through that night.\r\n\r\nYears later, as I was contemplating getting rid of my Buddhas, I was reminded of a story I learned in Sunday school. Abraham’s father made clay idols. One day, when Abraham was minding his father’s shop, he took a club and smashed all the idols except for the largest one, in whose hand he put the club. When his father saw the wreckage, he demanded to know what happened. Abraham told his father that the largest idol in the shop had smashed all the smaller idols. His father responded that that was ridiculous; the idols had no power to do anything, to which Abraham responded, “Exactly!”\r\n\r\nExactly.\r\n\r\nBuddha, of course, did not get me through my bad night. I got myself through that night and projected the power onto Buddha.  Actually onto a little stone statue, an idol really. Just as every time I sat in meditation, I projected that grounded, centered space I could reach onto the statue I was sitting in front of.  That is what attachments do. They take the place of our own relationship with ourselves and project and externalize it.They fill up the empty and disconnected places inside of us so we don’t have to feel them.\r\n\r\nMy attachment to my Buddhas filled me up in three ways: they made me feel “spiritual;” they kept me “company” so I didn’t have to feel how it felt to be alone; and they gave me an object to externalize (project) my connection to my inner self onto so I didn’t have to experience the discomfort and responsibility of taking ownership of it myself.\r\n\r\nLetting go of my Buddhas – each and every one of them -- was a profound experience for me. In letting go of the attachment, I took back parts of myself I had given away. Holding on to an external <i>symbol</i> of being spiritual, how would I have ever known where I actually was on my spiritual journey?  Attached to inanimate objects that buffered my feeling of being alone, how would I have discovered how to fully be with myself? And how could I ever be grounded in my own higher self if I was projecting that part of me onto a statue?  Indeed, projecting that connection onto Buddha actually took me out of myself, though I believed it did the opposite.\r\n\r\nThe idea of giving up my Buddhas started out as unthinkable. This is the nature of attachments. We believe we will be less or lost or empty without them.  But the exact opposite is true.  By letting go of attachments, we find ourselves.', 'Understanding Attachments', '', 'publish', 'closed', 'open', '', 'understanding-attachments', '', '', '2015-07-21 13:08:58', '2015-07-21 19:08:58', '', 0, '', 0, 'post', '', 0),
(1017, 1, '2015-08-05 16:08:24', '2015-08-05 22:08:24', '<i>One of the best ways to help readers understand the Healthy Grieving Process is to share the experiences of those who have gone through the process.  Here is a first-person account by a woman who helped us demonstrate the process for workshop attendees:</i>\r\n\r\nAt the suggestion of a friend, I attended a Healthy Grieving workshop, and I volunteered to be the person who went through the process in the front of the room. I originally thought I wanted to grieve being an unwanted child, but after I read some of the handouts, I decided to choose something more immediate and concrete. Aging had been on my mind a lot and I thought that would be a really good thing to grieve so that’s what I volunteered to do.\r\n\r\nWe started with the practitioner asking me what was my issue with aging and I thought about it for a minute and said “Becoming invisible, being invisible.” I was thinking about how when you are an older woman, you’re not really seen anymore. We’re such a youth-oriented society and once a woman becomes a crone, she’s no longer seen as attractive or desirable. A crone doesn’t have a lot of value in our society. Men don’t look at us -- at me --. No one does. The attention is on youthful women.\r\n\r\nThe practitioner then asked me, “Why do you want to be invisible?” And I said, “No, you misunderstood. I <i>don’t</i> want to be. That’s the problem.” And he muscle tested me and it came up strong that yes, I do want to be invisible.\r\n\r\nThat really threw me for a loop. It really threw me off. It didn’t seem true to me.  But then I had this moment where I thought, maybe he’s right.  I could see that in a way it was true. I am safer if I’m invisible. I don’t have to engage. So we went from there.\r\n\r\nAlthough I was in the front of a roomful of more than a dozen people, it was as if there were just the two of us. I responded to his questions and was in some sort of zone. I wasn’t even aware, really, of what I was saying. I was just answering his questions and letting him take me into a deep place of feeling.\r\n\r\nTruthfully, I did not know what I said during the process. I know we went to some very painful places, but the only part I was aware of and remember was the last step of the Healthy Grieving process when I was invited to explore the possibilities of what my life could be like when I let my painful feelings go.\r\n\r\nI understood clearly that my pain, my beliefs, the decisions I had made, and the feelings I had about myself, that they were all just a story -- how I wasn’t loved, wasn’t supported, wasn’t safe, wasn’t welcome on the planet, about how I was not enough and was so alone, the ways I hate myself -- the stories I know so well inside of me and the deep, deep sadness I carried – that they were just stories.  I could clearly see how they had colored my perception of not being safe and of not being welcome and of not belonging in life.\r\n\r\nI remember thinking I had been living in like a B movie and now it felt like I was in a top-rated film. I felt this whole other energy in me. I knew that the sad stories were not who I am; they were just a story, a tape, something that likes to feed on its own pain, but it’s not really true, it’s not really me, I can make a different choice, <b><i>those stories are not the truth of who I am.</i></b>\r\n\r\nSo we explored the possibilities of letting it go. What my life could be like. How I could experience life and myself. What I would do. I felt great. People told me I looked totally different. I remember saying, “<b><i>This is how I have wanted to feel my whole life! “</i></b>  I felt totally open. I felt alive, without boundaries. I felt connected to myself and to life, like I was a part of life. I was in that place where you are when you’re not in your head at all. It felt great.\r\n\r\nThis was on a Friday afternoon.  Over the weekend, I’m not sure what happened, but I was having a really hard time. I felt sad. I felt lost, disoriented.  A few days later, I read the notes someone had taken of what I had said during my session and I found them really disturbing.  It was very hard to read the painful things I said, to read the feelings that came out of my mouth.  Not just me having to know it, but realizing I said them in front of a room full of people, exposed myself in such a vulnerable way.  That I had admitted to my most painful feelings, how much pain I am in, how lonely, how shut down and disengaged from life, how alone.\r\n\r\nI’ve always felt like this. I carry this with me. While at some level I have known that, it’s another thing to admit it in a group of people.  I felt embarrassed. How could I have done that? I felt different, and alone.  It didn’t matter that people had said they’d experienced the same feelings.\r\n\r\nI was in some sort of zone or bubble when the process was actually going on -- not aware of what was coming out of my mouth. It was so hard for me to read and see and know the feelings I had expressed, that I actually threw away the notes. I didn’t even want to have them in my house.  I had no idea that I had said those things.\r\n\r\nI think what I was going through was a sort of delayed reaction to being so vulnerable and honest in front of people I didn’t even know. My most painful feelings exposed. Me, so exposed.  I remember someone from GriefFree saying that I was going through a cathartic experience as a result of the grief work. All I know is that I had a really hard time for a few days. I felt raw and vulnerable. Maybe it was a little bit of a ricochet effect, like a contraction after that expansion.\r\n\r\nAfter a few days, I felt like myself again. I actually felt really good. I remember noticing that people seemed to be responding to me in a new way. Wherever I went I was having these sort of open-hearted encounters.  And I realized that even though I say that men don’t look at me now that I’m older -- that I’ve become invisible -- what I actually realize is that when my energy level is good – and I don’t care or need anything – then men <i>do</i> look at me. Everyone looks at me, because it’s an <i>internal</i> thing.\r\n\r\nTwo weeks after my Healthy Grieving session, I had a follow-up interview about the results of the process, which is an important part of the Healthy Grieving process. I was asked to describe how I was feeling, what was different, how things had changed. This time, I kept my notes from the conversation. Here is what I said:\r\n\r\n<b><i>I feel that I am a part of life. I feel connected. I feel alive. I feel positive. I feel joyful and spacious. I feel ageless and without boundaries. I am open, inquisitive, curious about life. I feel young, quiet and peaceful. </i></b>\r\n\r\n<b><i></i></b><b><i>This is the true experience of who I am.</i></b>\r\n\r\n&nbsp;\r\n\r\n&nbsp;', 'The Experience of the Healthy Grieving Process', '', 'publish', 'closed', 'open', '', 'the-experience-of-the-healthy-grieving-process', '', '', '2015-08-05 16:09:56', '2015-08-05 22:09:56', '', 0, '', 0, 'post', '', 0),
(1026, 1, '2015-08-13 13:57:22', '2015-08-13 19:57:22', '<p style="text-align: left;" align="center">In our last blog post, the writer described that she felt really wonderful <i>(“This is how I’ve always wanted to feel!”)</i> at the conclusion of her Healthy Grieving Process, but then had a few days where she felt down and disoriented.</p>\r\nThis isn’t unusual.\r\n\r\nBecause the Healthy Grieving process works at a very deep and profound level --  the self-identity level -- the work often results in a catharsis.\r\n\r\nThe beauty of the Healthy Grieving process is that it engenders<b><i> a fundamental change in our experience of ourselves</i></b> which is what creates the catharsis; this is why we define catharsis as <i>a loss of self-identity resulting in internal growth.</i>\r\n\r\nCatharsis is not a bad thing or something to be avoided. Indeed it is actually a precursor to permanent transformational change. Without the experience of catharsis , which is essentially a breakdown and reorganization of our experience of ourselves -- a deep experience of the truth of who we are –we are often just  rearranging the deck chairs on the Titanic rather than actually changing.\r\n\r\nIt can be disorienting to go through a catharsis after the Healthy Grieving process, but the experience is actually a signpost that deep transformational change is taking place. Although is a good thing, it can be disorienting, so a little perspective and understanding of the experience can be helpful.\r\n\r\nHere is great description of the experience of catharsis written by a Healthy Grieving practitioner who uses the process with clients and has gone through it herself dozens of times. I particularly love her description of the caterpillar not knowing what to do without legs and not yet knowing how to use wings . . .\r\n\r\n<i>For me, catharsis is an experience of growth. I think of it as a transition, a metamorphosis - the in-between stage after I have lost a deep self identity and before I know who I am without it. It is the awkward stage when the caterpillar is breaking out of the cocoon and realizing it doesn''t have a whole row of legs anymore, but instead, has weird wings. And it doesn''t yet know what it feels like to fly.</i>\r\n\r\n<i></i><i>I experience it as a loss of all my reference points  -- how I relate to myself and the world, how I know myself  -- the mask/cloak that I wear to know how to interact with anything. I feel like I have nothing to stand on, and so I pull at and make up familiar experiences so I feel safe, so something makes sense to me.</i>\r\n\r\n<i></i><i>Without the reference points, I experience a deep sense of panic and feeling lost. It always feels like I just suddenly woke up one day and I can''t understand the world or what happened. Sometimes I feel really confused, helpless, hopeless.  I grab onto old patterns and habits. I can be excessively emotional, irritable. I might sleep a lot, want to isolate myself, or indulge in comfort behaviors. I am sure nothing has ever changed and everything I have done is for naught. Sometimes I am full of doubt about where I am going and what I am doing. I purposely pick up old habits to prove that I haven''t changed.  Sometimes I experience physical symptoms -- getting sick, headaches, digestive issues.</i>\r\n\r\n<i></i><i>What I am experiencing is myself grabbing onto anything to help me find a reference point or to hide from the vulnerability of not knowing who I am without the protection of my self identity, and feeling like I am stepping into nothing.</i>\r\n\r\n<i></i><i>I can anticipate catharsis, but by nature, it happens quickly and I lose clarity quickly (I feel muddled in paper bag). I have very little self awareness during that time.  </i>\r\n\r\n<i></i><i>If I know it is growth/catharsis, then I can settle into it knowing what it is and allow the experience to be as it is. As the founder of the Healthy Grieving Process has said, "It''s like the flu. If you know the flu takes 3-5 days to get through it, just do what you need to do to take care of yourself and know you will feel this way for a little while and it will be gone in a few days."</i>\r\n\r\n<i> </i>\r\n\r\n<i> </i>\r\n\r\n<i> </i>\r\n\r\n<i> </i>\r\n\r\n<i> </i>', 'What is a Catharsis?', '', 'publish', 'closed', 'open', '', 'what-is-a-catharsis', '', '', '2015-08-13 13:58:21', '2015-08-13 19:58:21', '', 0, '', 0, 'post', '', 0),
(1036, 1, '2015-08-28 09:09:42', '2015-08-28 15:09:42', 'One of the preliminary steps in the Healthy Grieving process is letting go of being a victim . . . because a person cannot heal from the pain of loss if they are blaming somebody else for causing their pain.\r\n\r\nThe victim work in itself is so powerful that – even in classic victim situations such as having an abusive or alcoholic parent – people are able to let go of blame and take full responsibility for their lives, transforming themselves and their lives in the process.\r\n\r\nRecently we interviewed a 37-year old Denver woman who grew up with an abusive alcoholic mother who drank herself to death when Brandi was 17 and a senior in high school.  She describes her life this way when she came in for counseling:  “I was a mess<i>. </i>Anxious, depressed, lonely, crying every day. I had stopped loving myself. I was at the end of my rope.<i> </i> I didn’t know what to do, so I was going to move out of Colorado, run away like I have dozens of times before.” She said that no matter what she did, she “couldn’t get past the pain in her life,”<b><i> </i></b>until a Healthy Grieving process practitioner took her through the Letting Go of Being a Victim process.\r\n\r\nOn the verge of moving, she was asked by her  Healthy Grieving counselor if she felt resolved with everything before leaving. She expressed some unresolved feelings about her last relationship that had ended abruptly, saying that she was missing closure and felt abandoned. When they explored the theme of “abandoned,” her relationship with her mother came up. Using muscle testing as a guide, it was revealed that what needed attention was feeling like a victim in relation to her mother.\r\n\r\nThe client reports, “I was taken aback that this came up because 1) I was prepared to do the Healthy Grieving process which we had talked about, not this other work and 2<i>) I never considered myself a victim; indeed I took great pride in what I had made of myself and in the fact that I know people who blame others but I didn’t do that.  Until I went through this process, I never realized how much I wasn’t taking responsibility for my life. I was certain that I had cut all ties with blaming, but evidently I had not.</i>\r\n\r\n“At the top of the <span style="text-decoration: underline;">Victim Worksheet</span> I wrote<b>:  “<i>I blame my mom for abandoning me.” </i></b> And then I made a list of everything in my life I blame on her including my relationships, my panic attacks, my trust issues, running away  and the biggest one of all . . . using alcohol as a crutch in my life.\r\n\r\n“Making a list of the things I blamed my mother for was the easy part. Taking responsibility wasn’t so easy.  I had created a speech to talk about my mother in a very superficial way, I said the same thing every time, but I never got down to this level of feeling.  This process went really deep. I had never felt so exposed and raw. My counselor gently reminded me that no one had ever died in her room. But it feels like you’re going to -- that everything in your life is going to end right then.\r\n\r\nIn taking responsibility for my own life and not blaming my mom, I had to see and admit that I choose to be afraid so I do not have to try and do not have to fail. I choose to put up walls so that I can hide in order to not grow as a person. I don’t trust anyone so that I do not have to show them who I am. I try to save other people so that I do not have to focus on myself. I don’t love myself because I have let myself be the person I am. I decide to run away from everything in order to not have to deal with my problems. I choose to continue using alcohol as a way to perpetuate the problems in my life. I use my mom as an excuse for the decisions I make. I do this instead of taking responsibility for the choices I have made.\r\n\r\n“I was exhausted when we were done, exposed and raw, but I also felt good. I felt hopeful. I felt different. I felt like we<b><i> accomplished two years of therapy in 45 minutes</i></b>. I felt different right away. I didn’t then imagine that my whole life would change, but I knew something had shifted. I’m astounded by this, but the crying literally stopped. I stopped having anxiety attacks -- and I had been having them every day.\r\n\r\n“I feel like a different person now. I am more honest with myself. I know that I am responsible for what I do and have a feeling of empowerment to change myself. I trust myself more and I am trusting life, which is really big for me. I know that I am resilient and can get through anything. I know I am internally strong. I respect myself and because I respect myself, I make better decisions and feel more positive.\r\n\r\nMy drinking has changed. I no longer drink for the reasons I did, which was to escape my life. I am no longer pretending to be happy at work; I actually am. I like myself more, smile more, actually let myself be happy. I catch myself smiling lately, and then I smile bigger for no reason.\r\n\r\nI have forgiven my mom. I made the decision to let go of the pain and anger I held towards my mom, and I can now use that space to fill with positivity, growth and love. I have made space to fill myself with myself. I am gravitating toward more positive things. It’s hard to pinpoint or describe. I would say that I am finally letting myself be myself.\r\n\r\n<i>I feel like my environment changed to reflect how I was feeling on the inside. When things shift internally your external world does change.</i> That may sound like a stretch, but it is true for me.\r\n\r\nQuite honestly, <b><i>I don’t think I’ve ever been this happy in my life,</i></b> legitimately happy. This is different.  I don’t even feel like the same person. Another therapist I see -- a wonderful, open-minded individual who isn’t threatened at all by other modalities -- hadn’t seen me in a few weeks and the minute I walked in the door – before she even said hello – she said to me, “You have changed completely, energetically. What has happened with you in the last three weeks?”  When I told her about the work she said, “I can’t deny it, you are not the same person you were three weeks ago.  I can see it physically.”\r\n\r\nI feel so happy and grateful that I got to experience the victim process and the Healthy Grieving process, and I want to encourage anyone struggling like I was, especially struggling with a difficult past, to do this work. I would have told you that I was not a victim, and yet I actually subtly blamed everything in my life on my mom and my past. Eventually you have to forgive and move on. I thought I had, but I found out I really hadn’t. I thought I was a pillar of strength but I was just blaming everything wrong in my life on my mom, yet truly not aware that I was doing that.\r\n\r\nI am literally blown away by what this work revealed, and at how much I had been carrying for so long. This work has been life changing for me. If anyone can experience even a small portion of what has changed my life, I would like to help them do it; and I hope by sharing my story, someone else will benefit like I did.”\r\n\r\nBrandi, Age 37, Denver, CO', 'Being A Victim to the Experience of Loss', '', 'publish', 'closed', 'open', '', 'being-a-victim-to-the-experience-of-loss', '', '', '2015-08-28 10:58:18', '2015-08-28 16:58:18', '', 0, '', 0, 'post', '', 0),
(1048, 1, '2015-09-03 10:00:34', '2015-09-03 16:00:34', 'Our last post was a very personal and detailed sharing of the experience of realizing that one has blamed their whole life on someone or something outside of themselves – in other words, the experience of <a title="Being A Victim" href="http://www.grieffree.org/healthy-grieving/being-a-victim/">being a victim</a>.\r\n\r\nHere is another individual’s insight on the experience from a different perspective. This person has been through a number of victim worksheets and has had the realization that she has approached much of her life feeling like a victim. Her deep understanding that this is who she is and how she has lived her life is something we call the<span style="text-decoration: underline;"> <a title="Owning: The Secret to Letting Go" href="http://www.grieffree.org/owning/">process of </a><a title="Owning: The Secret to Letting Go" href="http://www.grieffree.org/owning/">owning</a>.</span>\r\n\r\nHere is the description of her experience and understanding:\r\n\r\n<i>“Owning being a victim was such an eye opener, in more ways than one.  By that, I mean it became crystal clear what the words (from the Victim Worksheet) “I am where I am because of the choices I made” really mean.  It has become very apparent to me that every choice I have ever made was ultimately mine and only mine.  Now that I am able to identify, in sharp detail, my participation in “playing at being helpless and powerless”, I cannot refute, deny or find exception to the rule.  </i>\r\n\r\n<i></i><i>“There is absolutely no question that being a victim makes it impossible to feel feelings, or fully access the innate, natural, unpolluted essence that is uniquely me. </i>\r\n\r\n<i></i><i>“As long as there is even the hint of blame that I assigned to another or to a circumstance, I have obstructed my ability to access my innate skills and seek to fully know me as those skills.  </i>\r\n\r\n<i></i><i>“Every excuse becomes transparent when exposed to the light of being honest and loses any legitimacy in the face of the indisputable truth of taking responsibility. </i>\r\n\r\n<i></i><i>“The reason I am grounded and unwavering in my current experience of life is because there is nothing to expose except what unquestionably and unconditionally exists. </i>\r\n\r\n<i></i><i>My next adventure is to discover the unadulterated, unfiltered aspects of me by seeking out, opening and passing through the doors of “what is in my best interest”…to actively participate in life with my eyes and heart wide open…to fully unleash an innate sense of curiosity and the quest for understanding and discovery that have always kept me taking the next step and the next. </i>\r\n\r\n<i></i><i>It is even more clear to me that that the future tense of ‘I am where I am because of the choices I make or will make’ is more important than ever.”</i>\r\n\r\nThis beautiful realization and the sense of possibilities it creates is available to all who are willing to let go of blaming (victim mentality) and take full responsibility for creating our own lives.', 'Owning Being A Victim: Taking Responsibility For Creating Our Life', '', 'publish', 'closed', 'open', '', 'owning-being-a-victim-taking-responsibility-for-our-life', '', '', '2015-09-03 10:07:10', '2015-09-03 16:07:10', '', 0, '', 0, 'post', '', 0);
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
(1064, 1, '2015-10-13 10:02:36', '2015-10-13 16:02:36', 'Resistance is our mind’s reaction to being confronted with something we don’t want to see, feel, look at, or know.\r\n\r\nResistance shows up in a number of ways: shutting down, arguing, denial, blaming, lashing out, distraction, anger, confusion, and variously disguised grown-up versions of tantrums.\r\n\r\nResistance is a common reaction with the Healthy Grieving Process for the simple reason that the process is designed to take us directly to what we have been avoiding -- to exactly what we don’t want to see and feel.  Although at some level we understand that feeling these feelings is precisely what we need to do in order to let go of the grief or wound that is negatively impacting our lives, we still want to avoid going there, and resistance is how we do so.\r\n\r\nOne of the things that makes the Healthy Grieving process unique is that it recognizes resistance as a constructive process because it directs us to the very place that the mind resists us seeing. While many therapeutic and healing modalities “honor” resistance and take it as a sign to go a different direction, in the Healthy Grieving process we view resistance as a signpost that tells us that this is exactly the direction to pursue.  When we don’t allow the mind to prevent the opportunity to see what we are avoiding, great things can result; you will see this dynamic illustrated in the example below. Resistance can be a positive experience because it opens the opportunity to see what’s really going on, to see the truth of who we are – and it’s only from that place that we can be set free.\r\n\r\nRecently one of the Healthy Grieving training graduates went through an intense resistance experience, and he did a great job of describing how it showed up for him and how it resolved itself. Although his process was not related to grieving the loss of a loved one, a big self-identity was at stake for him, (which is what causes resistance), so his experience is instructive about how the mechanism of resistance works. It also illustrates the enormous benefits of working through resistance because without his persistence, he never would have seen the significant dichotomy and deeply-held beliefs operating in his life. Here is his description of his experience:\r\n\r\n“Resistance first came up for me when I was on a Healthy Grieving video conference call about self blame. I sat through the entire hour unable to understand what the class was trying to get across. I could hear the words, and the concept wasn’t that difficult, but I could not wrap my head around it, either during the meeting or when I sat with it after. It was clear that there was something meaningful there, and it was a simple enough concept -- why couldn’t I get it?\r\n\r\nI knew this meant there was something I didn’t want to see. This is what resistance is – when our mind won’t let us grasp something, and it steps in to prevent us from seeing or knowing what it is. When this happens, it is the mind trying to protect us against something huge.\r\n\r\nWhat I was struggling with was the concept that self blame is actually blaming something outside of yourself, but for some reason, you can’t accept blaming whatever the external thing is, so you turn it inward and blame yourself instead. But I couldn’t get that. I reached out for some help with trying to understand the concept, and the instructor suggested that I just sit with it – give it a little time -- and see what the mind does and where it takes me. I sat with it for about a day and it was eating away at me the whole time. Why couldn’t I understand the concept of self blame?\r\n\r\nInstead of sitting with it any longer, I decided to do a <a title="Being A Victim" href="http://www.grieffree.org/healthy-grieving/being-a-victim/">victim worksheet</a>. Of course, in my triggered and resistant state, I did not do it right. I brought my work to the teacher and he said, You’re still missing the point; the idea once again is that self blame is an attempt to <i>not</i> acknowledge what you’re actually blaming, which is something outside of yourself. The question when dealing with self blame is, Who do you really want to blame? Who do you actually blame for the problems in your life?\r\n\r\nWe went through all the possibilities, Do I blame my father, my mother, my wife? -- but none of them landed. Then it came to me, <i>I blame God</i>. When that came out of my mouth, it didn’t sit well with me. I couldn’t accept it, so I came up against another aspect of the resistance, against something else I didn’t want to see, which is how I was thinking and feeling <i>about God.</i> It came out of my mouth, so I couldn’t really deny it, but I couldn’t see it or understand what it was trying to tell me. I knew I said it, but I did not want to go there.\r\n\r\nI was advised not to do anything right away in response to my statement that I blame God, to just let the truth of my experience of God come to me. I was very unclear, extremely cloudy. I couldn’t see or understand my relationship with God. I came up against resistance again. No matter how I tried to sit with it, meditate on it, focus my energy, explore some questions, nothing was coming. My head was totally murky with no clarity. Nothing made sense to me.\r\n\r\nFour or five days later, I was at work and I started feeling upset. My stomach wasn’t right and I was really really angry, yet I couldn’t identify the source of the feeling. I ended up driving home because I had worked myself up into a really intense state. I wondered if I was losing my mind. I wasn’t even thinking about God, I was just trying to figure out what was going on with me. I felt like I was falling apart. As I started walking into my house, the words “God punishes me” came out of my mouth. And that’s when it finally broke open in a very emotional reaction.\r\n\r\nAll of a sudden, I was ready to see all of it. All this clarity came to me. I sat with pen and paper and wrote all these surprising things. What I discovered was that I hold two different concepts of God. I have my ideal, all-encompassing, beautiful, glorious, one with creation, deeply wise and compassionate God -- and that’s the god I <i>want</i> to believe in, but lurking underneath this is an older belief, which is what God <em>really</em> means to me – which is a harsh, controlling punishing God<b><i>. </i></b> It doesn’t matter what I <i>pretend</i> I think. I was pretending so thoroughly that I believed in my new version of God, that I didn’t even realize that I still believed in this other God just waiting to punish me and <b><i>I did not want to know that. </i></b>This is what resistance is about . . . it keeps us from the things we do not want to know.\r\n\r\nFrom a place of total resistance and a completely clouded and confused mind where I couldn’t understand what was going on or what I was feeling, suddenly I was able to see what I really believe about God. The clarity I gained after the resistance broke was absolutely amazing. Nothing made any sense and then bam, it all came clear.\r\n\r\nI couldn’t see any of this until I was ready, until those parts of my mind that were protecting me from knowing and understanding this experience broke down. It took something deep inside of me that wanted to see it in order to break through the control of the mind that didn’t want to see it. When the fear falls away and you feel ready, the part of you that really wants to know the truth comes online, it becomes stronger than the resistance. Finally, I was ready to see what I couldn’t look at before.\r\n\r\nOnce we become willing to look at resistance rather than run from it, we have the wonderful opportunity to see and let go of the destructive patterns running our lives.', 'Resistance: A Signpost into Self-Awareness', '', 'publish', 'closed', 'open', '', 'a-signpost-into-self-awareness', '', '\nhttp://www.grieffree.org/healthy-grieving/being-a-victim/', '2016-02-09 15:46:48', '2016-02-09 15:46:48', '', 0, '', 0, 'post', '', 0),
(1071, 1, '2015-11-04 15:58:07', '2015-11-04 22:58:07', 'One of our Healthy Grieving trainers recently made a presentation about resistance. She explained resistance as a negative reaction to anything that threatens how we see and experience ourselves or how we see and experience the world -- that which shakes the foundation of how we understand things and how we believe or want to believe things actually are. Resistance is our unwillingness to know the truth of a situation or feel our feelings.\r\n\r\nShe said that in her experience there are two types of resistance, which she named Big R Resistance and little r resistance.\r\n\r\nIn her definition, Big R Resistance describes people who are close-minded, entrenched in their opinions, perspective, beliefs and world views. They are not open to the possibility of seeing things in new ways or to the possibility that their views might be limited or wrong.  Their need to maintain their reality is stronger than the desire to know the truth, stronger than their desire to heal or change; indeed they are afraid of change and perceive change as a threat. Any push or challenge causes them to shut down, become defensive or lash out. For people who are generally resistant to change, the Healthy Grieving process is not a good fit because the process engenders a profound change – a shift in one’s experience of oneself.\r\n\r\nOn the other hand, the experience of resistance with a little “r” is often part and parcel of the Healthy Grieving experience. This is to be expected because the Healthy Grieving process works at the level of self-identity, and when people feel their self-identity is at risk, resistance is a normal response.\r\n\r\nThe last blog is a good example of resistance with a little “r” – wherein a sincere, open-minded person who was willing -- indeed <i>seeking</i> – change, experienced resistance in the face of a big self-identity being threatened and exposed.\r\n\r\nFor people who are open to change, the experience of resistance with a small “r”  feels more like, “I’m really scared about looking at what’s coming up for me. I don’t know what to anticipate; I’m kind of freaked out and my instinct is to go into protection mode.” However, at the same time, there is a<i> willingness – </i>even in the face of the fear – to face what is coming up.\r\n\r\nIt is not whether one has resistance that dictates whether one can do the deep work of the Healthy Grieving Process, but rather how big and how entrenched the resistance is. Underneath the resistance is there a willingness to move forward or is one generally threatened by and averse to change?”\r\n\r\nWhen asked what to do in the face of resistance, the trainer responded from her own experience. “When I am in resistance but somewhere in me I have a desire to move through it to see the underlying truth (in other words, it’s little r resistance), the first step is that I have to be willing <i>to be aware that I am feeling threatened</i>, to know that <i>that</i> is my discomfort and that is why I am reactive. Next I have to be willing to <i>admit</i> that I am in resistance and to recognize that for what it is: my unwillingness to see, feel or know something.\r\n\r\nIf I am not willing to do those two things, I am going to be so wrapped up in my own story, defensiveness and projection – or whatever mechanism I am using to protect and shelter myself – that I won’t be able to move beyond that.\r\n\r\nFor me, the next step in overcoming resistance is  to be <i>willing to accept that I feel threatened</i> – to be <i>honest</i> about that piece of it – and to be willing to look into why and <i>investigate what is so threatening to me.</i>\r\n\r\nAnd then it’s a <i>choice</i> I have to make, “Am I willing to be open to facing whatever it is I absolutely don’t want to see? Am I willing to explore, with an open mind, whether or not there is truth in what I am avoiding and am I open to letting go of my position and opening up to the possibility of having a different experience of myself?  Am I willing to move past the stuck-ness and discomfort of where I am now to get to something else, something new?\r\n\r\n“Also what really helps me move through resistance is that I know I have been in this situation before. If I can remember <i>that every time I’ve been willing to face whatever </i>it is I am avoiding, I always come out the other side and find myself freer, more grounded, more expansive.<i> </i> I discover that <i>the very thing</i> (thought, position, self-identity, desire, belief, etc.)  <i>I thought was protecting me was actually keeping me trapped.”</i>\r\n\r\nWhen asked how she handles resistance when she encounters it in a client, the trainer said the following:\r\n<ul>\r\n	<li>Since I have done the work on myself (which is imperative with this modality) and know resistance so well as my own experience, I can clearly recognize it in a client.</li>\r\n	<li>Because I have been there, I come from a place of understanding and empathy.</li>\r\n	<li>My approach is to help the client understand that what s/he is experiencing<i> is</i> resistance --which is very easy for the client to lose sight of because the nature of resistance is that you don’t have awareness.</li>\r\n	<li>I assure them that what they are feeling is normal; that resistance often shows up in the Healthy Grieving Process because it is such deep work and because a self-identity is always at stake in letting go of something we have been holding onto.</li>\r\n	<li>I remind them that <b><i>this is the process of getting free. </i></b>This is how it unfolds. We start by feeling/fearing that our self is at stake -- and we want to protect it at all costs -- so we resist.       I help them understand that resistance is just one of the steps or stages in the process and this is what it feels like . . . <i>and we can make the choice to move through it. To keep going.”</i></li>\r\n</ul>\r\nAsked if resistance ever goes away, the trainer answered, “The truth is, it can come up at any time, depending on how big a self-identity is at stake in the letting go process.  Rather than looking for resistance to go away, a healthier approach is to understand our own relationship to resistance and how we respond to it when it arises. Then we can recognize it for what it is, recognize our own pattern in relation to it and <i>choose</i> how we will respond.\r\n\r\nIt is important to recognize that it<i> is</i> a choice<i>. </i> Because often, we don’t even realize we <i>have</i> a choice… until we choose.\r\n\r\nLast week’s blog was a perfect illustration of this dynamic. The subject was stuck and lost and resistant and angry and confused  . . . until something in him wanted to know what was underneath his reaction more than he didn’t want to know.\r\n\r\nAt which point he chose to see and feel what he had been avoiding.\r\n\r\nAnd was able to set himself free.', 'More on Resistance: Understanding a Method of the Mind', '', 'publish', 'closed', 'open', '', 'resistance-understanding-a-method-of-the-mind', '', '', '2016-02-09 15:45:25', '2016-02-09 15:45:25', '', 0, '', 0, 'post', '', 0),
(1078, 1, '2015-11-23 09:28:36', '2015-11-23 16:28:36', 'The very first step in the Healthy Grieving Process is called Being Honest.\r\n\r\nWhat do we mean by being honest?\r\n\r\nIn the Healthy Grieving Process, we define being honest as the willingness to expose our experience of our self as it is.  Not as we dream it is or our fantasy of what it is. Not our imagination of who we are. Not what we hope. Not what we believe. Not what we pretend. Not what we present to the world. Not what we are striving for. But our experience of our self as it actually is.\r\n\r\nWhy is this important for letting go of grief?\r\n\r\nIn the Healthy Grieving Process, we say that no healing can take place at the level of the story and that is why being honest is the crucial first step.\r\n\r\nOne individual who has extensive experience with the Healthy Grieving Process shared her understanding, “<i>For me being honest is one of the most crucial aspects of grieving. I can''t grieve without being honest with myself first. I like the map analogy. If I am trying to get somewhere on a map, I have to know where I am first. If I don''t know the "You are here" spot, I can never get to where I am going.</i>\r\n\r\n<i></i><i>Being honest is the "You are here" mark on my map. When grieving, I have to push past what I think I''m feeling or why I think I''m feeling it and search for the real loss and how it makes me feel. When I''m not being honest I get caught up in the drama of emotions that protect me from the actual loss I need to grieve. These emotions make me think I''m somewhere else on my map, or fool me into thinking I''m at the "You are here" spot when I''m not even on the map.</i>\r\n\r\n<i></i><i>Being honest means admitting to myself what I am truly afraid of. It means pushing aside the niceties or protective barriers I have in place that make me feel safe or in control. These have little to do with what I need to grieve. Being honest means seeing myself at my worst or most raw or most vulnerable. </i>\r\n\r\n<i>It seems so terrifying and impossible at first, but being honest is actually like ripping away a shroud or a veil that keeps me from seeing. Once I can see, the fear and the pain actually go away. I''m left seeing things as they really are for me. Then I can see where I need to go, and that what I was holding onto so tightly is no longer necessary.”</i>\r\n\r\nA Healthy Grieving practitioner shared her definition of being honest, “<i>Being honest with myself is the genuine willingness to uncover and expose thoughts, emotional reactions, beliefs and life stories that limit my experience of life.</i>\r\n\r\nIn relation to the Healthy Grieving Process she said being honest is critical because, “<i>I can only let go of something when I know exactly what I am hanging on to.”</i>\r\n\r\nThis makes perfect sense. In order to truly let go, we have to know what our real loss is – and be honest about it.\r\n\r\nI was having a hard time letting go of a long term friendship of more than 30 years. I was sad and emotional until at the “being honest” step of the grieving process, I admitted that the principal role this person played in my life was as a safety net – someone who I felt would be “there” for me if I was ever in dire need – of money, of a job, of powerful connections. Once I was honest with myself about that , I could explore the underlying issue of why I didn’t feel confident that I could take care of myself and/or why I needed a “powerful” person who could “save” me. It wasn’t until then that I could release what was holding on.\r\n\r\nThe beauty of the Healthy Grieving Process is that it not only uncovers the underlying fears and beliefs that keep us stuck in life, it actually neutralizes the charge and frees us to move on, not just from the presenting grief or loss, but from the stuck places in our lives.', 'Being Honest: The Healing Power of Transcending Your Stories', '', 'publish', 'closed', 'open', '', 'being-honest-the-healing-power-of-transcending-your-stories', '', '', '2016-02-09 15:42:07', '2016-02-09 15:42:07', '', 0, '', 0, 'post', '', 0),
(1081, 1, '2016-02-09 15:41:56', '2016-02-09 15:41:56', 'Being Honest: The Healing Power of Transcending Your Stories', 'Grieffree Blog Image', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', '62766974', '', '', '2016-03-21 19:18:43', '2016-03-21 19:18:43', '', 1078, 'http://www.test.grieffree.org/wp-content/uploads/2015/11/62766974.jpg', 0, 'attachment', 'image/jpeg', 0),
(1083, 1, '2016-02-09 15:45:16', '2016-02-09 15:45:16', 'More on Resistance: Understanding a Method of the Mind', 'Grieffree Blog Image', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', 'heart-of-roses', '', '', '2016-03-21 19:18:06', '2016-03-21 19:18:06', '', 1071, 'http://www.test.grieffree.org/wp-content/uploads/2015/11/33527514.jpg', 0, 'attachment', 'image/jpeg', 0),
(1086, 1, '2016-02-09 15:46:32', '2016-02-09 15:46:32', 'Resistance: A Signpost into Self-Awareness', 'Grieffree Blog Image', 'Grieffree Official Blog Image', 'inherit', 'open', 'closed', '', 'sunflowers-in-shape-of-heart-isolated-on-white', '', '', '2016-03-21 19:17:25', '2016-03-21 19:17:25', '', 1064, 'http://www.test.grieffree.org/wp-content/uploads/2015/10/33110060.jpg', 0, 'attachment', 'image/jpeg', 0),
(1087, 1, '2016-02-09 15:53:38', '2016-02-09 15:53:38', 'Grieffree Official Logo', 'Grieffree Logo', 'Grieffree Official Logo', 'inherit', 'open', 'closed', '', 'grieffree-updated-logo', '', '', '2016-03-26 19:56:25', '2016-03-26 19:56:25', '', 0, 'http://www.test.grieffree.org/wp-content/uploads/2016/02/grieffree-updated-Logo.png', 0, 'attachment', 'image/png', 0),
(1088, 1, '2016-02-09 16:06:30', '2016-02-09 16:06:30', '', 'Testimonial Female', 'Testimonial Image For Grieffree', 'inherit', 'open', 'closed', '', 'female', '', '', '2016-03-21 19:15:21', '2016-03-21 19:15:21', '', 330, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/female.png', 0, 'attachment', 'image/png', 0),
(1089, 1, '2016-02-09 16:09:12', '2016-02-09 16:09:12', '', 'Testimonial Man', 'Testimonial Image For Grieffree', 'inherit', 'open', 'closed', '', 'man', '', '', '2016-03-21 19:14:44', '2016-03-21 19:14:44', '', 102, 'http://www.test.grieffree.org/wp-content/uploads/2016/01/man.png', 0, 'attachment', 'image/png', 0),
(1121, 1, '2016-02-17 03:47:48', '2016-02-17 03:47:48', ' ', '', '', 'publish', 'closed', 'closed', '', '1121', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 0, 'http://www.test.grieffree.org/?p=1121', 5, 'nav_menu_item', '', 0),
(1170, 1, '2016-03-05 22:26:53', '2016-03-05 22:26:53', '<p>Your Name (required)<br />\r\n    [text* your-name] </p>\r\n\r\n<p>Your Email (required)<br />\r\n    [email* your-email] </p>\r\n\r\n<p>Subject<br />\r\n    [text your-subject] </p>\r\n\r\n<p>Your Message<br />\r\n    [textarea your-message] </p>\r\n[recaptcha]\r\n<p>[submit "Send"]</p>\nHealthy Grieving "[your-subject]"\n[your-name] <wordpress@grieffree.org>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from Healthy Grieving (http://www.grieffree.org)\nthebusline@outlook.com\nReply-To: [your-email]\n\n\n\n\nHealthy Grieving "[your-subject]"\nHealthy Grieving <wordpress@grieffree.org>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from Healthy Grieving (http://www.grieffree.org)\n[your-email]\nReply-To: designingfever@gmail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Untitled', '', 'publish', 'closed', 'closed', '', 'untitled', '', '', '2016-04-22 17:53:48', '2016-04-22 17:53:48', '', 0, 'http://www.grieffree.org/?post_type=wpcf7_contact_form&#038;p=1170', 0, 'wpcf7_contact_form', '', 0),
(1195, 1, '2016-03-21 19:04:55', '2016-03-21 19:04:55', 'Grieffree Home Page Design', 'Grieffree-Home-Page', 'Grieffree Home Page Design', 'inherit', 'open', 'closed', '', 'grieffree-home-page', '', '', '2016-03-26 19:58:44', '2016-03-26 19:58:44', '', 0, 'http://www.grieffree.org/wp-content/uploads/2016/03/Grieffree-Home-Page.png', 0, 'attachment', 'image/png', 0),
(1226, 1, '2016-03-26 01:51:23', '2016-03-26 01:51:23', 'Grief Banner', 'Grief-Free-Banner', 'Banner', 'inherit', 'open', 'closed', '', 'grief-free-banner', '', '', '2016-03-26 19:58:29', '2016-03-26 19:58:29', '', 0, 'http://www.grieffree.org/wp-content/uploads/2016/03/Grief-Free-Banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(1227, 1, '2016-03-26 02:00:59', '2016-03-26 02:00:59', 'Peggy Lit grew up in a rural town in South Dakota.', 'Grief-Free-Peggy-Lit', 'Grief-Free-Peggy-Lit', 'inherit', 'open', 'closed', '', 'grief-free-peggy-lit', '', '', '2016-03-26 02:03:30', '2016-03-26 02:03:30', '', 216, 'http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-Peggy-Lit.jpg', 0, 'attachment', 'image/jpeg', 0),
(1230, 1, '2016-03-26 02:08:05', '2016-03-26 02:08:05', '', 'Grief-Free-David-R.-Cope', '', 'inherit', 'open', 'closed', '', 'grief-free-david-r-cope', '', '', '2016-03-26 02:22:18', '2016-03-26 02:22:18', '', 219, 'http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-David-R.-Cope.jpg', 0, 'attachment', 'image/jpeg', 0),
(1274, 1, '2016-04-02 21:39:23', '2016-04-02 21:39:23', 'Grieffree mail', 'Grieffree mail', 'Grieffree mail', 'inherit', 'open', 'closed', '', 'grieffree-mail', '', '', '2016-04-02 21:39:42', '2016-04-02 21:39:42', '', 0, 'http://www.grieffree.org/wp-content/uploads/2016/04/grieffree-mail.png', 0, 'attachment', 'image/png', 0),
(1303, 1, '2016-04-22 03:10:42', '2016-04-22 03:10:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461294584682-d37e1917-bec5-5" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-autosave-v1', '', '', '2016-04-22 03:10:42', '2016-04-22 03:10:42', '', 229, 'http://www.grieffree.org/229-autosave-v1/', 0, 'revision', '', 0),
(1304, 1, '2016-04-21 15:02:42', '2016-04-21 15:02:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461035853780-6553a723-916e-9" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:02:42', '2016-04-21 15:02:42', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1305, 1, '2016-04-21 15:04:38', '2016-04-21 15:04:38', '[vc_row row_type="row_full_center_content" margin_top="150"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461251367229-ec7e3147-1649-3" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:04:38', '2016-04-21 15:04:38', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1306, 1, '2016-04-21 15:11:04', '2016-04-21 15:11:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461251550532-6edf2abe-4643-6" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:11:04', '2016-04-21 15:11:04', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1309, 1, '2016-04-21 15:24:51', '2016-04-21 15:24:51', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461252615399-1ace72e7-db3f-1" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="4"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:24:51', '2016-04-21 15:24:51', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1310, 1, '2016-04-21 15:25:34', '2016-04-21 15:25:34', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461252661151-f6a87d13-8123-7" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="4" layout="carousel"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:25:34', '2016-04-21 15:25:34', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1311, 1, '2016-04-21 15:27:11', '2016-04-21 15:27:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461252704597-634262e9-e1dc-1" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="4" layout="carousel"][vc_basic_grid post_type="blog_post" max_items="10" grid_id="vc_gid:1461252772774-98a7a5f7-4995-1"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:27:11', '2016-04-21 15:27:11', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1312, 1, '2016-04-21 15:31:31', '2016-04-21 15:31:31', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461252802964-8278ea5d-eec1-0" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="10"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:31:31', '2016-04-21 15:31:31', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1313, 1, '2016-04-21 15:32:04', '2016-04-21 15:32:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461253066151-501a1b8a-bc0b-10" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="2"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:32:04', '2016-04-21 15:32:04', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1314, 1, '2016-04-21 15:32:45', '2016-04-21 15:32:45', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461253093525-16a74765-2146-10" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="10" column="4"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:32:45', '2016-04-21 15:32:45', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1315, 1, '2016-04-21 15:33:12', '2016-04-21 15:33:12', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461253136520-b987b40d-74e9-3" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="10"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:33:12', '2016-04-21 15:33:12', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1316, 1, '2016-04-21 15:33:34', '2016-04-21 15:33:34', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461253162387-baf756a1-2c83-10" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="10" layout="carousel"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:33:34', '2016-04-21 15:33:34', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1318, 1, '2016-04-21 15:52:20', '2016-04-21 15:52:20', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" grid_id="vc_gid:1461254236792-fc1ee10c-d166-10" paging_animation_in="swing" paging_animation_out="fadeOutLeft"][wpc_recent_news number="10" layout="carousel"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-21 15:52:20', '2016-04-21 15:52:20', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1320, 1, '2016-04-22 03:12:04', '2016-04-22 03:12:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_10_left" arrows_color="juicy_pink" paging_design="pagination_square" paging_color="juicy_pink" grid_id="vc_gid:1461294584682-d37e1917-bec5-5" paging_animation_in="fadeInRight" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-22 03:12:04', '2016-04-22 03:12:04', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1321, 1, '2016-04-22 03:12:55', '2016-04-22 03:12:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_11_left" arrows_color="juicy_pink" paging_design="pagination_square" paging_color="juicy_pink" grid_id="vc_gid:1461294735948-bebf51b4-85c4-1" paging_animation_in="fadeInRight" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-22 03:12:55', '2016-04-22 03:12:55', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0),
(1322, 1, '2016-04-22 03:15:51', '2016-04-22 03:15:51', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_basic_grid post_type="post" max_items="20" style="pagination" items_per_page="4" element_width="6" arrows_design="vc_arrow-icon-arrow_01_left" arrows_position="outside" arrows_color="juicy_pink" paging_design="pagination_rounded_square" paging_color="juicy_pink" grid_id="vc_gid:1461294817084-eee2fd7394d900fbf1588a2200fc41a9-10" paging_animation_in="fadeInRight" paging_animation_out="fadeOutLeft"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Blogs', '', 'inherit', 'closed', 'closed', '', '229-revision-v1', '', '', '2016-04-22 03:15:51', '2016-04-22 03:15:51', '', 229, 'http://www.grieffree.org/229-revision-v1/', 0, 'revision', '', 0);
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
(1323, 1, '2016-04-24 17:59:40', '2016-04-24 17:59:40', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h2>\n[/vc_column_text][vc_column_text css=".vc_custom_1459399682861{margin-top: -10px !important;}"]\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation. <a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\n\n[show-testimonials alias=''long time'']\n\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ciUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZyUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlM0VSZXNpc3RhbmNlJTIwc2hvd3MlMjB1cCUyMGluJTIwYSUyMG51bWJlciUyMG9mJTIwd2F5cyUzQSUyMHNodXR0aW5nJTIwZG93biUyQyUyMGFyZ3VpbmclMkMlMjBkZW5pYWwlMkMlMjBibGFtaW5nJTJDJTIwbGFzaGluZyUyMG91dCUyQyUyMGRpc3RyYWN0aW9uJTJDJTIwYW5nZXIlMkMlMjBjb25mdXNpb24lMkMlMjBhbmQlMjB2YXJpb3VzbHkuLi4uLi4uLi4lM0NzcGFuJTNFJTNDYSUyMGNsYXNzJTNEJTIyY2xhc3NsaW5rJTIyJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRmEtc2lnbnBvc3QtaW50by1zZWxmLWF3YXJlbmVzcyUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRnNwYW4lM0UlM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-04-24 17:59:40', '2016-04-24 17:59:40', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1324, 1, '2016-04-24 18:03:37', '2016-04-24 18:03:37', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h2>\n[/vc_column_text][vc_column_text css=".vc_custom_1459399682861{margin-top: -10px !important;}"]\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation. <a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\n\n[show-testimonials alias=''long time'']\n\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ciUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZyUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDc3BhbiUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-04-24 18:03:37', '2016-04-24 18:03:37', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1326, 1, '2016-05-05 15:52:40', '2016-05-05 15:52:40', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h2>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462463990339{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ciUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZyUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDc3BhbiUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-05-05 15:52:40', '2016-05-05 15:52:40', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0);
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
(1327, 1, '2016-05-05 15:53:10', '2016-05-05 15:53:10', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h2>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ciUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZyUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDc3BhbiUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-05-05 15:53:10', '2016-05-05 15:53:10', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1328, 1, '2016-07-22 01:09:05', '2016-07-22 01:09:05', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">"You can heal from the<span style="color: #770b26;"> pain of your loss."</span></h1>\n[/vc_column_text][vc_empty_space height="5px"][vc_column_text css=".vc_custom_1469149663320{margin-top: -10px !important;}"]\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\n\n[show-testimonials alias=''long time'']\n\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-autosave-v1', '', '', '2016-07-22 01:09:05', '2016-07-22 01:09:05', '', 33, 'http://www.grieffree.org/33-autosave-v1/', 0, 'revision', '', 0),
(1329, 1, '2016-05-05 15:54:55', '2016-05-05 15:54:55', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ciUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZyUyMCUzQ3NwYW4lM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGc3BhbiUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDc3BhbiUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZzcGFuJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-05-05 15:54:55', '2016-05-05 15:54:55', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0);
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
(1330, 1, '2016-05-05 15:57:55', '2016-05-05 15:57:55', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVRoZSUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWcyLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUhlYWx0aHklMjBHcmlldmluZyUyMHNob3VsZCUyMHRha2UlMjBubyUyMG1vcmUlMjB0aGFuJTIwdGhyZWUlMjBtb250aHMlMjBidXQlMjBjYW4lMjBiZSUyMGFjY29tcGxpc2hlZCUyMHZlcnklMjBxdWlja2x5JTIwaWYlMjBkb25lJTIwZGVlcGx5JTIwYW5kJTIwd2l0aCUyMGZvY3VzZWQlMjBpbnRlbnQuJTIwQWZ0ZXIlMjBwdXJnaW5nJTIwdGhlJTIwYWNoZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdGhlLWhlYWx0aHktZ3JpZXZpbmctcHJvY2Vzcy0yJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-05-05 15:57:55', '2016-05-05 15:57:55', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1334, 2, '2016-05-18 17:43:19', '2016-05-18 17:43:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you need support with the <strong>Healthy Grieving process</strong>, GreifFree.org has seasoned therapists who have extensive experience working with the Healthy Grieving process who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the contact page on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-05-18 17:43:19', '2016-05-18 17:43:19', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1336, 2, '2016-05-18 17:47:19', '2016-05-18 17:47:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We are doing our first two-day workshop for the therapists who have already trained in the original process this month and will be offering the training to new therapists in May.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving process</strong> through <strong>Grieffree.org</strong>. It has been renamed The <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>grief program</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2016-05-18 17:47:19', '2016-05-18 17:47:19', '', 210, 'http://www.grieffree.org/210-revision-v1/', 0, 'revision', '', 0),
(1342, 1, '2016-06-28 20:06:45', '2016-06-28 20:06:45', '<strong>a new found freedom…</strong>\n\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\n\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\n\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\n\nAmy Schaller', 'Amy Schaller', '', 'inherit', 'closed', 'closed', '', '330-autosave-v1', '', '', '2016-06-28 20:06:45', '2016-06-28 20:06:45', '', 330, 'http://www.grieffree.org/330-autosave-v1/', 0, 'revision', '', 0),
(1346, 2, '2016-07-05 21:43:40', '2016-07-05 21:43:40', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: center;"><strong>The Healthy Grieving  Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nGrieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></span></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe <strong>Healthy Grieving process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>A Willingness To Feel…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></span></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>Identification Of The Loss Of Self-Identity…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe second major step in the <strong>Healthy Grieving process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></span></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nWhen the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>The Healthy Grieving Process is a Very Dynamic Process…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><span style="color: #800000;"><a style="color: #800000;" title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></span></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nFrom this perspective, the <strong>Healthy Grieving process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving process</strong>, an individual will begin to transform the externalized attachments into internal <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></span></strong>(value). From this place of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></span></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by clicking on this link: <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-2/">The Process of Healthy Grieving.</a></span></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-05 21:43:40', '2016-07-05 21:43:40', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1347, 2, '2016-07-05 21:45:48', '2016-07-05 21:45:48', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: center;"><strong>The Healthy Grieving  Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nGrieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></span></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe <strong>Healthy Grieving process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>A Willingness To Feel…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></span></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>Identification Of The Loss Of Self-Identity…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe second major step in the <strong>Healthy Grieving process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></span></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nWhen the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.\r\n\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>The Healthy Grieving Process is a Very Dynamic Process…</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><span style="color: #800000;"><a style="color: #800000;" title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></span></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nFrom this perspective, the <strong>Healthy Grieving process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving process</strong>, an individual will begin to transform the externalized attachments into internal <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></span></strong>(value). From this place of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></span></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-05 21:45:48', '2016-07-05 21:45:48', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1350, 2, '2016-07-12 21:05:04', '2016-07-12 21:05:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]<img class="size-medium wp-image-260 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300-200x300.jpg" alt="dandylion-200x300" width="200" height="300" />Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-12 21:05:04', '2016-07-12 21:05:04', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1351, 2, '2016-07-12 21:11:39', '2016-07-12 21:11:39', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<img class="size-medium wp-image-256 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="rainbow-in-sky-300x224" width="300" height="224" />Traditionally grieving occurs with the loss of a loved one, relationship, pet, or job. The <strong>Healthy Grieving process</strong> can be applied in a much more diverse application. The following is a list of life events or objects of attachment that the <strong>Healthy Grieving process</strong> can be used for successfully. In fact, the more it is applied in life the more applications are revealed, since attachments are fundamentally how we experience ourselves. The inherent value in letting go attachments is to reclaim the self-identity that was given away in the attachment. By reclaiming aspects of one’s self, individuals can learn to know and understand who they are and can live a fuller experience of themselves in life.\r\n\r\n[/vc_column_text][vc_column_text]Letting go of …\r\n<ul>\r\n 	<li>a divorce</li>\r\n 	<li>an old girl/boyfriend or first love</li>\r\n 	<li>a home, neighborhood or community – whether in a loss, in a fire, or moving away</li>\r\n 	<li>miscarriage or abortion</li>\r\n 	<li>foreclosure</li>\r\n 	<li>boxes of old memorabilia, family pictures, or love letters</li>\r\n 	<li>financial loss</li>\r\n 	<li>abandonment</li>\r\n 	<li>the ending of an old friendship</li>\r\n 	<li>an affair</li>\r\n 	<li>a child leaving home at any stage of life</li>\r\n 	<li>old clothes</li>\r\n 	<li>a career path not taken</li>\r\n 	<li>the single life when getting married</li>\r\n 	<li>the experience of becoming an empty nester</li>\r\n 	<li>one’s independence when a child is born</li>\r\n 	<li>the sale of a car</li>\r\n 	<li>a sports team losing</li>\r\n 	<li>a disabling illness or disease</li>\r\n 	<li>social status or lifestyle change</li>\r\n 	<li>the ability to have children</li>\r\n 	<li>missed opportunities in life</li>\r\n 	<li>not being chosen in a tryout or audition</li>\r\n 	<li>family connections or relationships</li>\r\n</ul>\r\nThe<strong> Healthy Grieving process</strong> can also be used proactively as a powerful way of letting go an attachment that negatively affects a person’s life experience such as:\r\n\r\nAttachments to…\r\n<ul>\r\n 	<li>alcohol</li>\r\n 	<li>children</li>\r\n 	<li>parents</li>\r\n 	<li>unhealthy relationships</li>\r\n 	<li>drama</li>\r\n 	<li>money</li>\r\n 	<li>love</li>\r\n 	<li>sex</li>\r\n 	<li>home</li>\r\n 	<li>food</li>\r\n 	<li>a way of life</li>\r\n 	<li>financial security</li>\r\n 	<li>shopping</li>\r\n 	<li>life style</li>\r\n 	<li>needing a man (woman) to be happy</li>\r\n</ul>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>Outgrowing the Fear of Death and Dying</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nOne of the most significant indirect benefits of the <strong>Healthy Grieving process</strong> might be the most intriguing: the outgrowing of the fear of death and dying. <em>The fear of death and dying is the result of the anticipated loss of the attachment to life - everything that gave meaning to a person’s life.</em>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Applications', '', 'inherit', 'closed', 'closed', '', '189-revision-v1', '', '', '2016-07-12 21:11:39', '2016-07-12 21:11:39', '', 189, 'http://www.grieffree.org/189-revision-v1/', 0, 'revision', '', 0);
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
(1352, 2, '2016-07-12 21:11:57', '2016-07-12 21:11:57', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<img class="size-medium wp-image-256 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="rainbow-in-sky-300x224" width="300" height="224" />Traditionally grieving occurs with the loss of a loved one, relationship, pet, or job. The <strong>Healthy Grieving process</strong> can be applied in a much more diverse application. The following is a list of life events or objects of attachment that the <strong>Healthy Grieving process</strong> can be used for successfully. In fact, the more it is applied in life the more applications are revealed, since attachments are fundamentally how we experience ourselves. The inherent value in letting go attachments is to reclaim the self-identity that was given away in the attachment. By reclaiming aspects of one’s self, individuals can learn to know and understand who they are and can live a fuller experience of themselves in life.\r\n\r\n[/vc_column_text][vc_column_text]Letting go of …\r\n<ul>\r\n 	<li>a divorce</li>\r\n 	<li>an old girl/boyfriend or first love</li>\r\n 	<li>a home, neighborhood or community – whether in a loss, in a fire, or moving away</li>\r\n 	<li>miscarriage or abortion</li>\r\n 	<li>foreclosure</li>\r\n 	<li>boxes of old memorabilia, family pictures, or love letters</li>\r\n 	<li>financial loss</li>\r\n 	<li>abandonment</li>\r\n 	<li>the ending of an old friendship</li>\r\n 	<li>an affair</li>\r\n 	<li>a child leaving home at any stage of life</li>\r\n 	<li>old clothes</li>\r\n 	<li>a career path not taken</li>\r\n 	<li>the single life when getting married</li>\r\n 	<li>the experience of becoming an empty nester</li>\r\n 	<li>one’s independence when a child is born</li>\r\n 	<li>the sale of a car</li>\r\n 	<li>a sports team losing</li>\r\n 	<li>a disabling illness or disease</li>\r\n 	<li>social status or lifestyle change</li>\r\n 	<li>the ability to have children</li>\r\n 	<li>missed opportunities in life</li>\r\n 	<li>not being chosen in a tryout or audition</li>\r\n 	<li>family connections or relationships</li>\r\n</ul>\r\nThe<strong> Healthy Grieving process</strong> can also be used proactively as a powerful way of letting go an attachment that negatively affects a person’s life experience such as:\r\n\r\nAttachments to…\r\n<ul>\r\n 	<li>alcohol</li>\r\n 	<li>children</li>\r\n 	<li>parents</li>\r\n 	<li>unhealthy relationships</li>\r\n 	<li>drama</li>\r\n 	<li>money</li>\r\n 	<li>love</li>\r\n 	<li>sex</li>\r\n 	<li>home</li>\r\n 	<li>food</li>\r\n 	<li>a way of life</li>\r\n 	<li>financial security</li>\r\n 	<li>shopping</li>\r\n 	<li>life style</li>\r\n 	<li>needing a man (woman) to be happy</li>\r\n</ul>\r\n[/vc_column_text][vc_column_text]\r\n<p style="text-align: center;"><strong>Outgrowing the Fear of Death and Dying</strong></p>\r\n[/vc_column_text][vc_column_text]\r\n\r\nOne of the most significant indirect benefits of the <strong>Healthy Grieving process</strong> might be the most intriguing: the outgrowing of the fear of death and dying. <em>The fear of death and dying is the result of the anticipated loss of the attachment to life - everything that gave meaning to a person’s life.</em>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Applications', '', 'inherit', 'closed', 'closed', '', '189-autosave-v1', '', '', '2016-07-12 21:11:57', '2016-07-12 21:11:57', '', 189, 'http://www.grieffree.org/189-autosave-v1/', 0, 'revision', '', 0),
(1353, 1, '2016-07-13 21:36:15', '2016-07-13 21:36:15', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]\n\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\n\n[/vc_column_text][vc_column_text]\n\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\n\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\n\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\n\n[/vc_column_text][vc_column_text]\n\n<strong>A Willingness To Feel…</strong>\n\n[/vc_column_text][vc_column_text]\n\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\n\n[/vc_column_text][vc_column_text]\n\n<strong>Identification Of The Loss Of Self-Identity…</strong>\n\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\n\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\n\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Programs</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Programs</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\n\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\n\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-autosave-v1', '', '', '2016-07-13 21:36:15', '2016-07-13 21:36:15', '', 186, 'http://www.grieffree.org/186-autosave-v1/', 0, 'revision', '', 0),
(1354, 1, '2016-07-13 14:16:19', '2016-07-13 14:16:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright size-full wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="300" height="400" />I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-autosave-v1', '', '', '2016-07-13 14:16:19', '2016-07-13 14:16:19', '', 183, 'http://www.grieffree.org/183-autosave-v1/', 0, 'revision', '', 0),
(1355, 1, '2016-07-13 13:45:18', '2016-07-13 13:45:18', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>The Healthy Grieving  Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nGrieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe <strong>Healthy Grieving process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe second major step in the <strong>Healthy Grieving process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nWhen the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nFrom this perspective, the <strong>Healthy Grieving process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-13 13:45:18', '2016-07-13 13:45:18', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1356, 1, '2016-07-13 13:46:19', '2016-07-13 13:46:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>The Healthy Grieving  Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nGrieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe <strong>Healthy Grieving process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe second major step in the <strong>Healthy Grieving process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nWhen the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nFrom this perspective, the <strong>Healthy Grieving process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-13 13:46:19', '2016-07-13 13:46:19', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1357, 1, '2016-07-13 13:50:20', '2016-07-13 13:50:20', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Programs</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Programs</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Programs</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Programs</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]\r\n\r\n<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Programs</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Programs</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-13 13:50:20', '2016-07-13 13:50:20', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0);
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
(1358, 1, '2016-07-13 13:52:10', '2016-07-13 13:52:10', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Programs</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Programs</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Programs</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Programs</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Programs is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Programs</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Programs</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-13 13:52:10', '2016-07-13 13:52:10', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1359, 1, '2016-07-13 13:54:50', '2016-07-13 13:54:50', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong><img class="size-medium wp-image-256 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="rainbow-in-sky-300x224" width="300" height="224" />Categories:</strong>\r\n\r\n<a title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Understanding Healthy Grieving</a>\r\n\r\n<a title="The Healthy Grieving Process" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">The Healthy Grieving Programs</a>\r\n\r\n<a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">Applications for the Healthy Grieving Process</a>\r\n\r\n<a title="Healthy Grieving Worksheet Examples" href="http://www.grieffree.org/the-healthy-grieving-process/worksheet-examples/">Healthy Grieving Worksheet Examples</a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '174-revision-v1', '', '', '2016-07-13 13:54:50', '2016-07-13 13:54:50', '', 174, 'http://www.grieffree.org/174-revision-v1/', 0, 'revision', '', 0),
(1360, 1, '2016-07-13 13:56:28', '2016-07-13 13:56:28', '[vc_row][vc_column][vc_column_text]I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\n&nbsp;\r\n\r\nAs I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\n&nbsp;\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.\r\n\r\n&nbsp;\r\n\r\nBe open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.\r\n\r\n&nbsp;\r\n\r\nWhile Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.\r\n\r\n&nbsp;\r\n\r\nI believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.\r\n\r\n&nbsp;\r\n\r\nDavid R. Cope[/vc_column_text][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 13:56:28', '2016-07-13 13:56:28', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1361, 1, '2016-07-13 13:59:22', '2016-07-13 13:59:22', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nI am text block. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 13:59:22', '2016-07-13 13:59:22', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1362, 1, '2016-07-13 14:07:15', '2016-07-13 14:07:15', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 14:07:15', '2016-07-13 14:07:15', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1363, 1, '2016-07-13 14:08:50', '2016-07-13 14:08:50', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 14:08:50', '2016-07-13 14:08:50', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1364, 1, '2016-07-13 14:16:46', '2016-07-13 14:16:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright  wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="140" height="187" />I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 14:16:46', '2016-07-13 14:16:46', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1365, 1, '2016-07-13 14:17:11', '2016-07-13 14:17:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 14:17:11', '2016-07-13 14:17:11', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1366, 1, '2016-07-13 18:19:52', '2016-07-13 18:19:52', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong><img class="size-medium wp-image-256 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="rainbow-in-sky-300x224" width="300" height="224" />Categories:</strong>\r\n\r\n<a title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Understanding Healthy Grieving</a>\r\n\r\n<a title="The Healthy Grieving Process" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">The Healthy Grieving Programs</a>\r\n\r\n<a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">Applications for the Healthy Grieving Process</a>\r\n\r\n<a title="Healthy Grieving Worksheet Examples" href="http://www.grieffree.org/the-healthy-grieving-process/worksheet-examples/">Healthy Grieving Worksheet Examples</a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '174-revision-v1', '', '', '2016-07-13 18:19:52', '2016-07-13 18:19:52', '', 174, 'http://www.grieffree.org/174-revision-v1/', 0, 'revision', '', 0),
(1367, 1, '2016-07-13 18:32:07', '2016-07-13 18:32:07', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate terms from their common usage.</strong>\r\n\r\n[/vc_column_text][vc_column_text]<strong><img class="size-medium wp-image-287 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301-300x226.jpg" alt="2thrumywindow-400x301" width="300" height="226" />Attachments </strong>are anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n<span style="text-decoration: underline;"><b>Being honest</b></span> is the willingness to expose the experience of one’s self as it is. Being honest is the first step that allows one to see and acknowledge the construct of their reality so it can be transcended. Only in being honest can one truly see what is, not the way one wants things to be - their story.\r\n\r\n<span style="text-decoration: underline;"><b>Being vulnerable</b></span> is the experience of growth. It is experientially the loss of self identity - the raw experience of being exposed - forged from the loss of protection of one’s construct.\r\n\r\n<span style="text-decoration: underline;"><b>Construct</b></span> is an amalgamation of concepts perceived as reality; belief systems. It is the methodology of the brain’s capacity to organize and create a pseudo reality - the mind.\r\n\r\n<span style="text-decoration: underline;"><b>Context </b></span>is<b> </b>the construct that defines reality - where “defines” is both definition and meaning. Context creates the experience of life - beginning and end and time and space; existence.\r\n\r\n<span style="text-decoration: underline;"><b>External value</b></span> is one’s self identity; anything that defines “who I am” and gives emotional meaning to one’s life, either positively or negatively. It is how one experiences self by the construct of the mind.  External value is in contrast to internal value - self value.\r\n\r\n<span style="text-decoration: underline;"><strong>Grieving</strong></span> is the process of healing a loss as a result of death, separation, or ending of an attachment with others, one’s self, or some thing. Healthy grieving can only be accomplished from an open heart - a genuine willingness to let go and move forward into a life that has changed.\r\n\r\n<span style="text-decoration: underline;"><b>Innate experience of self</b></span> is the existence of “I” as me. The innate experience of self is experienced as the loss of “I am” which defined me - the transcendence of separation of the experience of who I am and my experience of my self. “I am” always defines me which creates separation; I become just me experienced without definition – I am ________.\r\n\r\nThe innate experience of self is the transcendence of context as the determinate of consciousness. It is the merging of definition and meaning - a unified experience of self.\r\n\r\n<b><img class="size-medium wp-image-288 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-forest-200x300-200x300.jpg" alt="sun-thru-forest-200x300" width="200" height="300" /><span style="text-decoration: underline;">Owning</span></b> is the process of seeing and accepting one’s experience of self as “I am”. It is a deep awareness, acknowledgement, and acceptance of who I am - the absence of denial. Without owning a person is suppressing, pushing away, or denying their self.\r\n\r\n<span style="text-decoration: underline;"><b>Possibilities</b></span><b> </b>is the experience of life knowing who I am.\r\n\r\n<span style="text-decoration: underline;"><b>Projection</b></span> is one’s self identity revealed by externalized experiences; how one “sees” their self - the formation of the image of one’s self. It is one’s interpretation of the world and how it functions. Projection is a one of two primary windows into the experience of self that reveals the mechanics of the construct of the mind.\r\n\r\n<span style="text-decoration: underline;"><b>Resistance</b></span><b> </b>is the experience of the mind’s intrinsic capacity to fight against the loss of self-identity- self destruction. It is experienced as shutting down - distraction, doubt, and the loss of clarity - which prevents self awareness.\r\n\r\n<span style="text-decoration: underline;"><b>Self</b></span> is the conscious awareness of one’s experience of life - the individualized expression of the unfolding of the seed. Self is experienced because of context for without context, life - existence - is everything yet defined.\r\n\r\n<b></b><span style="text-decoration: underline;"><b>Self acceptance</b></span> is the owned experience of self as me. It is experienced as the immutable experience of self - the knowing of who I am. Self acceptance is experientially the cessation of projection onto others and the world.\r\n\r\n<b></b><span style="text-decoration: underline;"><b>Self awareness</b></span> is the degree to which one has conscious inner attention to internal clues that guides one to own their experience of self. Self awareness is directly correlated to one’s willingness to change and to see change - to look deeply within to face the inner experience of vulnerability and growth.\r\n\r\n<span style="text-decoration: underline;"><b>Self identity</b></span> is one’s experience of life as reality; consciousness. It is the unrealized experience of one’s self and life: the interwoven conglomeration of all of one’s experiences expressed as “I am”. Self identity is indeterminable because the essential nature of it - self - does not exist; one can never see nor understand their self.  Self identity is an intricate enigma - “I can not see nor understand who I am because the self that I experience as “me” does not exist independent of my experiences.”\r\n\r\n<span style="text-decoration: underline;"><b>Self love</b></span> is the willingness to being vulnerable for the sake of growth; an open heart. It is the experience of stepping into life anew - to start again, and again, in a new and fresh way. It is taking full responsibility for one’s life - a deep awareness of “I create my life experiences.”\r\n\r\n<span style="text-decoration: underline;"><b>Self value</b></span> is the experiential knowing of who I am. It is experienced as the unarticulated inherent awareness of the accumulation of one’s growth.\r\n\r\n<b><img class="size-medium wp-image-289 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300-300x225.jpg" alt="sun-through-tree-on-hill-400x300" width="300" height="225" /><span style="text-decoration: underline;">Separation</span></b> is the definition of one’s experience as self as a construct; the awareness of one’s self identity. It is the capacity to define one’s experience of self as “that” - the critical apriority to “me” in the process of owning.\r\n\r\n<span style="text-decoration: underline;"><b>The mind </b></span>is a conglomerated pseudo reality called the self. It is created by the brain by integrating one’s experiences of life.\r\n\r\n<b></b><span style="text-decoration: underline;"><b>Trigger</b></span> is<i> </i>a window into the experience of one’s self that reveals the mechanics of the construct of the mind. With the development of self awareness, one is able to interpret triggers as an opportunity for the process of owning. A trigger is anything, such as an external act, interaction, statement, ideology or event which causes an internal emotional reaction or series of habitual reactions- a mental conflict with an established belief. If something is a trigger- sometimes blatant or subtle- it initiates a conscious or unconscious emotional reactive pattern causing denial, resistance, or confusion.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Definitions', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2016-07-13 18:32:07', '2016-07-13 18:32:07', '', 198, 'http://www.grieffree.org/198-revision-v1/', 0, 'revision', '', 0),
(1368, 1, '2016-07-13 18:34:09', '2016-07-13 18:34:09', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting my experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-13 18:34:09', '2016-07-13 18:34:09', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0);
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
(1369, 1, '2016-07-13 21:36:43', '2016-07-13 21:36:43', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-13 21:36:43', '2016-07-13 21:36:43', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1371, 2, '2016-07-14 21:20:53', '2016-07-14 21:20:53', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original Healthy Grieving process as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Resolution Program, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialsm to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-14 21:20:53', '2016-07-14 21:20:53', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1373, 2, '2016-07-14 21:28:46', '2016-07-14 21:28:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the Healthy Grieving process because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\nThe Healthy Grieving process includes an effective Victim Worksheet that allows an individual to effectively process the experience of being a victim.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-07-14 21:28:46', '2016-07-14 21:28:46', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1374, 2, '2016-08-08 16:33:45', '2016-08-08 16:33:45', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the <strong>Healthy Grieving Programs</strong> because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. In order to heal from the pain of grief, it is essential that an individual takes responsibility for their internal experience of the loss.<strong>The Healthy Grieving Programs</strong> include a Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-autosave-v1', '', '', '2016-08-08 16:33:45', '2016-08-08 16:33:45', '', 195, 'http://www.grieffree.org/195-autosave-v1/', 0, 'revision', '', 0),
(1375, 2, '2016-07-14 21:36:30', '2016-07-14 21:36:30', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the Healthy Grieving process because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. Inorder to heal from the pain of grief, it is essential that an individual take responsibility for their internal experience of the loss.The Healthy Grieving process includes an effective Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-07-14 21:36:30', '2016-07-14 21:36:30', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1376, 2, '2016-07-14 21:37:26', '2016-07-14 21:37:26', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the Healthy Grieving process because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. Inorder to heal from the pain of grief, it is essential that an individual take responsibility for their internal experience of the loss.The Healthy Grieving process includes an effective Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-07-14 21:37:26', '2016-07-14 21:37:26', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1377, 2, '2016-07-14 21:39:59', '2016-07-14 21:39:59', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the Healthy Grieving process because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. Inorder to heal from the pain of grief, it is essential that an individual take responsibility for their internal experience of the loss.The Healthy Grieving process includes a Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-07-14 21:39:59', '2016-07-14 21:39:59', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1378, 1, '2016-07-15 15:53:11', '2016-07-15 15:53:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\n[/vc_column_text][vc_column_text]<strong>Healthy Grieving</strong> recognizes that experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\n\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\n\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\n\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\n\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-autosave-v1', '', '', '2016-07-15 15:53:11', '2016-07-15 15:53:11', '', 180, 'http://www.grieffree.org/180-autosave-v1/', 0, 'revision', '', 0),
(1379, 1, '2016-07-15 15:52:02', '2016-07-15 15:52:02', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>Healthy Grieving</strong> recognizes that experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]<img class="size-medium wp-image-260 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300-200x300.jpg" alt="dandylion-200x300" width="200" height="300" />Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-15 15:52:02', '2016-07-15 15:52:02', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1380, 1, '2016-07-15 15:53:42', '2016-07-15 15:53:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong><img class="alignright wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="184" height="276" />Healthy Grieving</strong> recognizes that experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-15 15:53:42', '2016-07-15 15:53:42', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1381, 1, '2016-07-15 15:55:11', '2016-07-15 15:55:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" />Healthy Grieving</strong> recognizes that experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-15 15:55:11', '2016-07-15 15:55:11', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1382, 1, '2016-07-15 16:01:32', '2016-07-15 16:01:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Throughout our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift from the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'publish', 'closed', 'closed', '', 'the-healthy-grieving-resolution-program', '', '', '2016-08-08 20:39:44', '2016-08-08 20:39:44', '', 0, 'http://www.grieffree.org/?page_id=1382', 0, 'page', '', 0),
(1383, 1, '2016-07-15 16:01:32', '2016-07-15 16:01:32', '', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:01:32', '2016-07-15 16:01:32', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0);
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
(1384, 1, '2016-07-15 16:12:44', '2016-07-15 16:12:44', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-full wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="199" height="300" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\n<ol>\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\n</ol>\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-autosave-v1', '', '', '2016-07-15 16:12:44', '2016-07-15 16:12:44', '', 1382, 'http://www.grieffree.org/1382-autosave-v1/', 0, 'revision', '', 0),
(1385, 1, '2016-07-15 16:09:04', '2016-07-15 16:09:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:09:04', '2016-07-15 16:09:04', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1386, 1, '2016-07-15 16:12:13', '2016-07-15 16:12:13', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class=" wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200-300x200.jpg" alt="sun-thru-fingers-300x200" width="258" height="172" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-15 16:12:13', '2016-07-15 16:12:13', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1387, 1, '2016-07-15 16:13:35', '2016-07-15 16:13:35', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The Healthy Grieving process is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nYou are invited to learn more details about the Healthy Grieving process by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-15 16:13:35', '2016-07-15 16:13:35', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1388, 1, '2016-07-15 16:14:32', '2016-07-15 16:14:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-full wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="199" height="300" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:14:32', '2016-07-15 16:14:32', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1389, 1, '2016-07-15 16:15:05', '2016-07-15 16:15:05', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="178" height="268" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:15:05', '2016-07-15 16:15:05', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1390, 1, '2016-07-15 16:16:03', '2016-07-15 16:16:03', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:16:03', '2016-07-15 16:16:03', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1391, 1, '2016-07-15 16:18:02', '2016-07-15 16:18:02', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\n<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="197" height="262" />The <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:18:02', '2016-07-15 16:18:02', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1392, 1, '2016-07-15 16:18:54', '2016-07-15 16:18:54', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:18:54', '2016-07-15 16:18:54', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0);
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
(1393, 1, '2016-07-15 16:21:18', '2016-07-15 16:21:18', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:21:18', '2016-07-15 16:21:18', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1394, 1, '2016-07-15 16:24:01', '2016-07-15 16:24:01', ' ', '', '', 'publish', 'closed', 'closed', '', '1394', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.grieffree.org/?p=1394', 15, 'nav_menu_item', '', 0),
(1395, 1, '2016-07-15 16:25:42', '2016-07-15 16:25:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />The <strong>Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-15 16:25:42', '2016-07-15 16:25:42', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1396, 2, '2016-07-15 20:15:53', '2016-07-15 20:15:53', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" />Healthy Grieving</strong> recognizes that experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-15 20:15:53', '2016-07-15 20:15:53', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1397, 2, '2016-07-15 20:20:55', '2016-07-15 20:20:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original Healthy Grieving Process as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.[/vc_column_text][vc_column_text]As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the Healthy Grieving Programs, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.[/vc_column_text][vc_column_text]If you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.[/vc_column_text][vc_column_text]Be open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialism to define who you are.[/vc_column_text][vc_column_text]While Healthy Grieving Programs will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.[/vc_column_text][vc_column_text]I believe that mankind has the capacity to innately grieve once man is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-15 20:20:55', '2016-07-15 20:20:55', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1399, 2, '2016-07-16 16:12:58', '2016-07-16 16:12:58', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\nThe Healthy Grieving Resolution Program is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the Healthy Grieving process is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:12:58', '2016-07-16 16:12:58', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1400, 2, '2016-07-16 16:14:35', '2016-07-16 16:14:35', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\nThe Healthy Grieving Resolution Program is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the Healthy Grieving process is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:14:35', '2016-07-16 16:14:35', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1401, 2, '2016-07-16 16:15:49', '2016-07-16 16:15:49', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:15:49', '2016-07-16 16:15:49', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1402, 2, '2016-07-16 16:17:11', '2016-07-16 16:17:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:17:11', '2016-07-16 16:17:11', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1403, 2, '2016-07-16 16:20:05', '2016-07-16 16:20:05', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li><img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="210" height="280" />A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:20:05', '2016-07-16 16:20:05', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0);
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
(1404, 2, '2016-07-16 16:23:11', '2016-07-16 16:23:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to <img class="size-medium wp-image-275 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="225" height="300" />individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:23:11', '2016-07-16 16:23:11', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1405, 2, '2016-07-16 16:25:06', '2016-07-16 16:25:06', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for<img class="size-thumbnail wp-image-275 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-150x150.jpg" alt="Worksheet Examples" width="150" height="150" /> the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:25:06', '2016-07-16 16:25:06', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1406, 2, '2016-07-16 16:27:37', '2016-07-16 16:27:37', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:27:37', '2016-07-16 16:27:37', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1407, 2, '2016-07-16 16:29:25', '2016-07-16 16:29:25', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-16 16:29:25', '2016-07-16 16:29:25', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1408, 2, '2016-07-16 16:38:20', '2016-07-16 16:38:20', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-294 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth1-300x225-300x225.jpg" alt="new-growth1-300x225" width="300" height="225" />GriefFree.org offers a<i> free</i> half-day introduction and mini-workshop to therapists and counselors who would like to learn more about the Healthy Grieving Resolution Program and how to incorporate it into their practice. The introductory workshop is approximately three-and-a-half hours. We can schedule weekday or weekend sessions. Typical morning sessions are from 9:00 a.m.-12:30, afternoon sessions are usually from 1:00-4:30, and evening sessions are also available.<b></b>\n\nIn the introductory mini-workshop, participants will leave the meeting with a basic understanding of the process and a new perspective for working with clients around grief and loss. For those who want to know more than the introductory level or wish to develop a level of mastery with the process, a <strong><span style="color: #800000;"><a style="color: #800000;" title="Two-Day Intensive Training" href="http://www.grieffree.org/professional-training/two-day-intensive-training/">more comprehensive training</a></span></strong> is offered.[/vc_column_te\n\nWe are currently developing Professional Development courses that will introduce key aspect of the eight-week Healthy Grieving RResolutionProgram. Please check back to see our schedule for 2016. If you have any questions, <strong><a href="http://www.grieffree.org/contact/">please contact us</a></strong>. [/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Introductory Mini-workshops', '', 'inherit', 'closed', 'closed', '', '207-autosave-v1', '', '', '2016-07-16 16:38:20', '2016-07-16 16:38:20', '', 207, 'http://www.grieffree.org/207-autosave-v1/', 0, 'revision', '', 0),
(1409, 2, '2016-07-16 16:37:07', '2016-07-16 16:37:07', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-294 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth1-300x225-300x225.jpg" alt="new-growth1-300x225" width="300" height="225" />GriefFree.org offers a<i> free</i> half-day introduction and mini-workshop to therapists and counselors who would like to learn more about the Healthy Grieving Resolution Program and how to incorporate it into their practice. The introductory workshop is approximately three-and-a-half hours. We can schedule weekday or weekend sessions. Typical morning sessions are from 9:00 a.m.-12:30, afternoon sessions are usually from 1:00-4:30, and evening sessions are also available.<b></b>\r\n\r\nIn the introductory mini-workshop, participants will leave the meeting with a basic understanding of the process and a new perspective for working with clients around grief and loss. For those who want to know more than the introductory level or wish to develop a level of mastery with the process, a <strong><span style="color: #800000;"><a style="color: #800000;" title="Two-Day Intensive Training" href="http://www.grieffree.org/professional-training/two-day-intensive-training/">more comprehensive training</a></span></strong> is offered.[/vc_column_text][vc_column_text]We are currently developing Professional Development courses that will introduce key aspect of the eight-week Healthy Grieving RResolutionProgram. Please check back to see our schedule for 2016. If you have any questions, <strong><a href="http://www.grieffree.org/contact/">please contact us</a></strong>. [/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Introductory Mini-workshops', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2016-07-16 16:37:07', '2016-07-16 16:37:07', '', 207, 'http://www.grieffree.org/207-revision-v1/', 0, 'revision', '', 0),
(1410, 2, '2016-07-16 16:39:03', '2016-07-16 16:39:03', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-294 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth1-300x225-300x225.jpg" alt="new-growth1-300x225" width="300" height="225" />GriefFree.org offers a<i> free</i> half-day introduction and mini-workshop to therapists and counselors who would like to learn more about the Healthy Grieving Resolution Program and how to incorporate it into their practice. The introductory workshop is approximately three-and-a-half hours. We can schedule weekday or weekend sessions. Typical morning sessions are from 9:00 a.m.-12:30, afternoon sessions are usually from 1:00-4:30, and evening sessions are also available.<b></b>\r\n\r\nIn the introductory mini-workshop, participants will leave the meeting with a basic understanding of the process and a new perspective for working with clients around grief and loss. For those who want to know more than the introductory level or wish to develop a level of mastery with the process, a <strong><span style="color: #800000;"><a style="color: #800000;" title="Two-Day Intensive Training" href="http://www.grieffree.org/professional-training/two-day-intensive-training/">more comprehensive training</a></span></strong> is offered.\r\n\r\nWe are currently developing Professional Development courses that will introduce key aspects of the eight-week Healthy Grieving ResolutionProgram. Please check back to see our schedule or if you have any questions, <strong><a href="http://www.grieffree.org/contact/">please contact us</a></strong>. [/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Introductory Mini-workshops', '', 'inherit', 'closed', 'closed', '', '207-revision-v1', '', '', '2016-07-16 16:39:03', '2016-07-16 16:39:03', '', 207, 'http://www.grieffree.org/207-revision-v1/', 0, 'revision', '', 0),
(1411, 2, '2016-07-16 16:44:48', '2016-07-16 16:44:48', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have done our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\n\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\n\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\n\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\n<ol>\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\n 	<li>In every experience of <strong>grief</strong> <strong>and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\n</ol>\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\n\nWe are no longer offering the original <strong>Healthy Grieving Process</strong> through <strong>Grieffree.org</strong>. It has been renamed <strong>The</strong> <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution </strong>P<strong>rogram</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\n\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-autosave-v1', '', '', '2016-07-16 16:44:48', '2016-07-16 16:44:48', '', 210, 'http://www.grieffree.org/210-autosave-v1/', 0, 'revision', '', 0),
(1412, 2, '2016-07-16 16:42:22', '2016-07-16 16:42:22', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have done our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved allowing an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving process</strong> through <strong>Grieffree.org</strong>. It has been renamed The <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution </strong>P<strong>rogram</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2016-07-16 16:42:22', '2016-07-16 16:42:22', '', 210, 'http://www.grieffree.org/210-revision-v1/', 0, 'revision', '', 0),
(1413, 2, '2016-07-16 16:45:11', '2016-07-16 16:45:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have done our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief</strong> <strong>and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving Process</strong> through <strong>Grieffree.org</strong>. It has been renamed <strong>The</strong> <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution </strong>P<strong>rogram</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2016-07-16 16:45:11', '2016-07-16 16:45:11', '', 210, 'http://www.grieffree.org/210-revision-v1/', 0, 'revision', '', 0);
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
(1414, 1, '2016-07-18 13:01:22', '2016-07-18 13:01:22', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwaXMlMjB0aGUlMjBwcm9jZXNzJTIwb2YlMjBsZXR0aW5nJTIwZ28lMjBvZiUyMGFuJTIwYXR0YWNobWVudC4lMjBBbiUyMGF0dGFjaG1lbnQlMjBpcyUyMGRlZmluZWQlMjBhcyUyMGFueXRoaW5nJTIwZXh0ZXJuYWwlMjB0aGF0JTIwZ2l2ZXMlMjBpZGVudGl0eSUyMGFuZCUyMG1lYW5pbmclMjB0byUyMG9uZSVFMiU4MCU5OXMlMjBsaWZlJTIwdGhhdCUyMHdoZW4lMjBsb3N0Li4uJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUdyaWV2aW5nJTIwbWF5JTIwYmUlMjBvbmUlMjBvZiUyMHRoZSUyMG1vc3QlMjBtaXN1bmRlcnN0b29kJTIwZXhwZXJpZW5jZXMlMjBvZiUyMGh1bWFuJTIwbmF0dXJlLiUyMEluJTIwdGhlJTIwcmV2b2x1dGlvbmFyeSUyMEhlYWx0aHklMjBHcmlldmluZyUyMHByb2Nlc3MlMkMlMjBncmlldmluZyUyMGlzJTIwbm90JTIwdGhlJTIwZXhwZXJpZW5jZS4uLiUzQyUyRnAlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMnBsdXMxJTIyJTNFJTNDYSUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ0aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGdW5kZXJzdGFuZGluZy10aGUtaGVhbHRoeS1ncmlldmluZy1wcm9jZXNzJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNF[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 13:01:22', '2016-07-18 13:01:22', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1415, 1, '2016-07-18 13:07:34', '2016-07-18 13:07:34', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 13:07:34', '2016-07-18 13:07:34', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1416, 1, '2016-07-18 13:09:19', '2016-07-18 13:09:19', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 13:09:19', '2016-07-18 13:09:19', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1418, 2, '2016-07-18 15:02:28', '2016-07-18 15:02:28', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.As I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the\r\n\r\nAs I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.\r\n\r\nBe open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life.[/vc_column_text][vc_column_text]Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile Healthy Grieving Programs will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.\r\n\r\nI believe that mankind has the capacity to innately grieve once mankind is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-18 15:02:28', '2016-07-18 15:02:28', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1420, 2, '2016-07-18 15:05:49', '2016-07-18 15:05:49', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that Healthy Grieving teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of grief can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. Healthy Grieving is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.\r\n\r\nBe open to the experience of Healthy Grieving as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile Healthy Grieving Programs will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.\r\n\r\nI believe that mankind has the capacity to innately grieve once mankind is shown the way. The beauty of Healthy Grieving is the awareness that grief is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-18 15:05:49', '2016-07-18 15:05:49', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0);
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
(1421, 2, '2016-07-18 15:07:55', '2016-07-18 15:07:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that <strong>Healthy Grieving</strong> teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of <strong>grief</strong> can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. <strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.\r\n\r\nBe open to the experience of <strong>Healthy Grieving</strong> as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile the <strong>Healthy Grieving Programs</strong> will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.\r\n\r\nI believe that mankind has the capacity to innately <strong>grieve</strong> once mankind is shown the way. The beauty of <strong>Healthy Grieving</strong> is the awareness that <strong>grief</strong> is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-18 15:07:55', '2016-07-18 15:07:55', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1422, 2, '2016-07-18 15:09:42', '2016-07-18 15:09:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of attachments that were limiting the experience of my self. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of my self and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that <strong>Healthy Grieving</strong> teaches people how to feel feelings, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of <strong>grief</strong> can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. <strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of your self and life.\r\n\r\nBe open to the experience of <strong>Healthy Grieving</strong> as a way to reconnect to aspects of your self that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of your self and life wherein you can find your own inner strength and security, no longer needing the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile the <strong>Healthy Grieving Programs</strong> will work effectively for all individuals regardless of age, it is not for the faint of heart and those who are not yet ready to move through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to your self.\r\n\r\nI believe that mankind has the capacity to innately <strong>grieve</strong> once mankind is shown the way. The beauty of <strong>Healthy Grieving</strong> is the awareness that <strong>grief</strong> is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text]Please visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.\r\n\r\n[/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\n&nbsp;', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-07-18 15:09:42', '2016-07-18 15:09:42', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1424, 2, '2016-07-18 15:27:06', '2016-07-18 15:27:06', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the Healthy Grieving process, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>healthy grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-18 15:27:06', '2016-07-18 15:27:06', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1425, 2, '2016-07-18 15:29:04', '2016-07-18 15:29:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-18 15:29:04', '2016-07-18 15:29:04', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1426, 2, '2016-07-22 14:26:54', '2016-07-22 14:26:54', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\n\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of <strong>grief and loss</strong>. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\n\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\n\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\n\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\n\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\n\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\n\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-autosave-v1', '', '', '2016-07-22 14:26:54', '2016-07-22 14:26:54', '', 159, 'http://www.grieffree.org/159-autosave-v1/', 0, 'revision', '', 0),
(1427, 2, '2016-07-18 15:50:32', '2016-07-18 15:50:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Its Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>Grieffree.org.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Progtams</strong> can make an immediate positive impact on people’s lives.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-18 15:50:32', '2016-07-18 15:50:32', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1428, 2, '2016-07-18 15:50:55', '2016-07-18 15:50:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Its Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>Grieffree.org.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-18 15:50:55', '2016-07-18 15:50:55', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1429, 2, '2016-07-18 15:54:16', '2016-07-18 15:54:16', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Its Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-18 15:54:16', '2016-07-18 15:54:16', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1431, 2, '2016-07-18 15:58:46', '2016-07-18 15:58:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-full wp-image-1230 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-David-R.-Cope.jpg" alt="Grief-Free-David-R.-Cope" width="264" height="398" />\r\n\r\n<strong>“David R. Cope is a pioneer in understanding the mechanics of the mind.”</strong>\r\n\r\n<strong>David R. Cope</strong> has been a businessman all his adult life. His experience of an internal unfolding is the farthest thing he could ever have imagined. Ten years ago he consciously set out to find answers to some of life’s most profound questions. He realized in an epiphany -  a micro-second flash of awareness - that all his problems and answers of his life lay within him. From this moment forth, he followed an unfolding of knowing that realized an amazing process of self discovery.[/vc_column_text][vc_column_text]\r\n\r\nAs a pioneer in understanding the mechanics of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">the mind</a></span></strong>, David has developed a continuous stream of innovative methods that allow individuals to outgrow chronic patterns of behavior that have remained an enigma for mankind. The process of <strong>Healthy Grieving</strong> is just one of many transformational processes that reflect David’s profound understanding of the human experience.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n[/vc_column_text][vc_column_text]<strong>David</strong> does not have any educational degrees to define his psychological and consciousness acuity. In fact, he often shares that he has no teachers, reads no books, nor attends workshops or seminars. It is from his inner unfolding that the concepts and experiences used to articulate his understanding are drawn; <i>profound evidence that the answers are truly within all of us.</i>\r\n\r\nPlease see <strong><span style="color: #800000;"><a style="color: #800000;" title="David R. Cope CV/Resume" href="http://www.grieffree.org/about-us/david-r-cope-cvresume/">David’s CV/Resume</a></span></strong> which details his experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About David R. Cope', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2016-07-18 15:58:46', '2016-07-18 15:58:46', '', 219, 'http://www.grieffree.org/219-revision-v1/', 0, 'revision', '', 0),
(1432, 2, '2016-07-18 16:02:19', '2016-07-18 16:02:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-full wp-image-1230 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-David-R.-Cope.jpg" alt="Grief-Free-David-R.-Cope" width="264" height="398" />\r\n\r\n<strong>“David R. Cope is a pioneer in understanding the mechanics of the mind.”</strong>\r\n\r\n<strong>David R. Cope</strong> has been a businessman all his adult life. His experience of an internal unfolding is the farthest thing he could ever have imagined. Twelve years ago he consciously set out to find answers to some of life’s most profound questions. He realized in an epiphany -  a micro-second flash of awareness - that all his problems and answers of his life lay within him. From this moment forth, he followed an unfolding of knowing that realized an amazing process of self-discovery.\r\n\r\nAs a pioneer in understanding the mechanics of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">the mind</a></span></strong>, David has developed a continuous stream of innovative methods that allow individuals to outgrow chronic patterns of behavior and illnesses that have remained an enigma for mankind. The process of <strong>Healthy Grieving</strong> is just one of many transformational processes that reflect David’s profound understanding of the human experience.\r\n\r\nDavid does not have any educational degrees to define his psychological and consciousness acuity. In fact, he often shares that he has no teachers, reads no books, nor attends workshops or seminars. It is from his inner unfolding that the concepts and experiences used to articulate his understanding are drawn; <i>profound evidence that the answers are truly within all of us.</i>\r\n\r\nPlease see <strong><span style="color: #800000;"><a style="color: #800000;" title="David R. Cope CV/Resume" href="http://www.grieffree.org/about-us/david-r-cope-cvresume/">David’s CV/Resume</a></span></strong> which details his experience.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About David R. Cope', '', 'inherit', 'closed', 'closed', '', '219-revision-v1', '', '', '2016-07-18 16:02:19', '2016-07-18 16:02:19', '', 219, 'http://www.grieffree.org/219-revision-v1/', 0, 'revision', '', 0);
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
(1433, 2, '2016-07-18 16:06:07', '2016-07-18 16:06:07', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n\n<img class="alignright wp-image-1227" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-Peggy-Lit.jpg" alt="Grief-Free-Peggy-Lit" width="331" height="300" /><strong>Peggy Lit</strong> grew up in a rural town in <strong>South Dakota</strong>. She never sought out “spiritual” awareness and was quite content living a “normal” life as a mother and provider. Until nine years ago, when something quite astonishing began that she was totally unprepared for.\n\nAs she looks back on her journey, she can now piece together the puzzle of her experiences of moving through stages of enlightenment. Though she acknowledges that her experiences of bliss and oneness were gems upon her pathway, she immediately knew at a very deep level, “This experience is not me, there is more.”\n\nEarly in her journey she believed that her smorgasbord of non-physical and <strong>spiritual experiences</strong> were experiences that were happening to her.  Over time, as she became more grounded in the experiences of her self, she understood the profound realization that these and many other amazing experiences were just <strong>Peggy</strong>, experiencing her self.\n\nAll of these expanding experiences provide the contextual foundation of her deeper awareness into the experience of her self and knowing who she is. <strong>Peggy</strong> now shares her <strong>extraordinary understanding</strong> of the complexities of the human condition by guiding others through the maze of human consciousness and ushering in the transformative experience of living from the heart.\n\n<strong>Peggy</strong> does not have any educational degrees to define her spiritual and consciousness acuity. In fact, she often reflects that she has no teachers, reads no books, nor attends workshops or seminars. It is from her inner unfolding that the concepts and experiences used to articulate her understanding are drawn; profound evidence that the answers are truly within all of us.\n\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Peggy Lit', '', 'inherit', 'closed', 'closed', '', '216-autosave-v1', '', '', '2016-07-18 16:06:07', '2016-07-18 16:06:07', '', 216, 'http://www.grieffree.org/216-autosave-v1/', 0, 'revision', '', 0),
(1434, 2, '2016-07-18 16:06:22', '2016-07-18 16:06:22', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<img class="alignright wp-image-1227" src="http://www.grieffree.org/wp-content/uploads/2016/01/Grief-Free-Peggy-Lit.jpg" alt="Grief-Free-Peggy-Lit" width="331" height="300" /><strong>Peggy Lit</strong> grew up in a rural town in <strong>South Dakota</strong>. She never sought out “spiritual” awareness and was quite content living a “normal” life as a mother and provider. Until nine years ago, when something quite astonishing began that she was totally unprepared for.\r\n\r\nAs she looks back on her journey, she can now piece together the puzzle of her experiences of moving through stages of enlightenment. Though she acknowledges that her experiences of bliss and oneness were gems upon her pathway, she immediately knew at a very deep level, “This experience is not me, there is more.”\r\n\r\nEarly in her journey she believed that her smorgasbord of non-physical and <strong>spiritual experiences</strong> were experiences that were happening to her.  Over time, as she became more grounded in the experiences of her self, she understood the profound realization that these and many other amazing experiences were just <strong>Peggy</strong>, experiencing her self.\r\n\r\nAll of these expanding experiences provide the contextual foundation of her deeper awareness into the experience of her self and knowing who she is. <strong>Peggy</strong> now shares her <strong>extraordinary understanding</strong> of the complexities of the human condition by guiding others through the maze of human consciousness and ushering in the transformative experience of living from the heart.\r\n\r\n<strong>Peggy</strong> does not have any educational degrees to define her spiritual and consciousness acuity. In fact, she often reflects that she has no teachers, reads no books, nor attends workshops or seminars. It is from her inner unfolding that the concepts and experiences used to articulate her understanding are drawn; profound evidence that the answers are truly within all of us.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Peggy Lit', '', 'inherit', 'closed', 'closed', '', '216-revision-v1', '', '', '2016-07-18 16:06:22', '2016-07-18 16:06:22', '', 216, 'http://www.grieffree.org/216-revision-v1/', 0, 'revision', '', 0),
(1435, 2, '2016-07-18 16:08:48', '2016-07-18 16:08:48', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<b>Professional Overview:                                                                                                                       </b>\r\n\r\n<strong>David R. Cope</strong> is a pioneer in understanding the mechanics of the mind. Over the last twelve years, he has developed cutting-edge psychological protocols that reinterpret and redefine the mainstream perspective on mankind’s chronic behavioral issues. His brilliance comes from an uncanny ability to interpret and articulate the methods of the mind and to translate these methods into straightforward and profoundly effective processes that effectuate deep transformational change.[/vc_column_text][vc_column_text]<b>Professional Employment:                                                                                                                 </b>\r\n\r\nDavid is a Founder of The Center for Living from the Heart (The Center), a non-profit 501 (c)(3) organization and its affiliate The Institute for the Research and Study of Expanding Consciousness (IRSEC). The Center provides the formalized educational experience that is the testing ground for contextual material David has developed that teaches a transcendent view of one’s self and life. The educational experience effectively allows for the reorganization of the mind’s capacity to create one’s reality into a worldview that is consciously introspective and growth oriented. It capitalizes on mankind’s innate capacity to self-actualize its potentiality – the transformative process of internalizing an external reality. IRSEC is designed to provide scientific evidence for a) the evolutionary experience of the students of The Center, b) how context is the hidden determinant of the human consciousness and c) how consciousness can provide solutions to many of the mysteries of human behavior.[/vc_column_text][vc_column_text]\r\n\r\nDavid is a Founder of GriefFree.org, a non-profit organization that is dedicated to providing grief relief to the public and to training grief professionals in its revolutionary Healthy Grieving process. David<b> </b>developed this radically new grieving process which resolves the underlying issues that cause grief and provides a reliable method for individuals to heal from the painful experience of loss. The Healthy Grieving process is grounded in the concept that grief is the experience of the loss of one’s self-identity rather than the loss of a relationship, which is a breakthrough in the fundamental understanding of the experience of grief. Over the last five years, David has taken individuals through hundreds of applications of the Healthy Grieving process with consistent and remarkable results.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research Experience: (</b>in descending chronological order<b>)</b>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research and Study of Emotions and Feelings</b>: Conventional psychology does not effectively differentiate between emotions and feelings. David’s research into emotions and feelings uncovered that emotions are repressed feelings and are universal to all humans, whereas feelings are how a person “feels” about him/her self and are unique to each individual. This powerful revelation opened a window to an evolutionary perspective on the experience of feeling one’s feelings and unlocked the possibility of releasing unconscious repressed feelings that are the infrastructure of mankind’s psychological experience of its self. David developed The Healing Heart Method, a dynamic process that resolves the issue of suppression and internalization of emotions and unfolds a radical new reality of the potentiality of one’s self.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Clinical Study of Internalized Illnesses: </b>David<b> </b>developed the contextual environment and processes that formed the foundation of a groundbreaking clinical study to document that a) the mind internalizes one’s reality and the body responds with a vast array of internalized illnesses, b) by introducing a new context, the mind will reorganize the construct of reality, and c) the body will respond and outgrow the internalized illness. In less than seven months the clinical study has provided preliminary evidence of the outgrowth of chronic illnesses including: migraines, Crohn’s disease, depression, anxiety disorder, hypothyroidism, paralysis, fibromyalgia, myofascial pain, severe allergies and PTSD. The results of the two year clinical study will be published.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Research Interests in DNA and Epigenetic Therapy</b>: David is currently investigating the protocol necessary to test the following hypothesis: Individuals who are outgrowing chronic illnesses in the Clinical Study for Internalized Illnesses will show either a change in DNA sequence or gene expression as a result of epigenetic changes. The research would seek to prove that the context of the clinical study is the cause of the genetic alteration or expression which allowed the individuals to outgrow chronic illnesses. The research would be conducted concurrently with the Clinical Study for Internalized Illnesses.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Anthropological Study of  How Context is the Hidden Determinant of Human Consciousness:</b> David developed the contextual environment that supports a current anthropological study which uses qualitative/quantitative and ethnographic research methods to study the effect of context on the behavioral patterns and worldview of a group of individuals. This anthropological study is to document the ability to duplicate the “subjective” experience of internalization of an externalized reality and to study the effects of context on the capacity for self actualization. The results of the eighteen month anthropological study will be published at the conclusion of the study.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Human Grieving Process: </b>David<b> </b>designed a revolutionary grieving process that consistently allows individuals to move through grief to the acceptance stage. This process – trademarked as “Healthy Grieving” – is a breakthrough in the fundamental understanding of the experience of grief and provides the first grieving process that can produce consistent and measurable results. The process is grounded in the concept that grief is the experience of the loss of one’s self identity rather than the loss of a relationship. Healthy Grieving is currently being introduced to the public and to the community of professionals who support grieving individuals. David is writing an article on the Healthy Grieving process to be submitted to major journals for publication.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Constructs of the Mind: </b>This study<b> </b>precipitated a shift in the ideology of psychology by introducing the process of owning, which is experientially the awareness of: “I am my experiences, not what is happening to me.” The process of owning allows for “personal causality” – a deep realization of one’s unique reaction to the experiences of life. With owning, individuals conceptually take full responsibility for their reactions and projections onto life, which leads to dramatic and rapid changes in individual’s core experience of their self and their worldview. Essentially, the process of owning allows for self -acceptance that is fundamental to an individual’s self-esteem. This process is the basis of David’s continuous stream of innovative methods that have allowed individuals to outgrow chronic patterns of behavior that have remained an enigma for mankind.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of Applied Kinesiology in a Therapy Setting:</b> David discovered that having a method to bypass the mind is critical to changing deeply-rooted behavioral patterns because individuals are unconsciously trapped in the perfected process of the construct of the mind, which is to avoid change. This study proved that by using Applied Kinesiology (muscle testing) or a similar tool to “outsmart” the mind, individuals in a therapy setting can consistently transcend the stories of their chronic behavioral patterns and make deep transformational changes. The use of muscle testing to bypass the mind supports his theory that constructive change cannot take place at the level of an individual’s stories because stories are the mind’s method of preventing self awareness. This research provided the basis for David to refine and redefine the technique of muscle testing so it can be used as an innovative tool to support the study and understanding of human behavior..\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of the Mechanics of the Mind: </b>The study has uncovered the concept of separation which is defined as the capacity to define one’s experience of self as “that” (behavioral pattern). Separation effectively creates the space for individuals to see their constructs as the experience of their self. This concept overcomes the mind’s compulsion to dissociate, which is defined as: “I am not that.” The extended study and use of separation led David to extrapolate how the mind organizes itself to create the reality of one’s experience of life. From this extrapolation, David formulated intriguing processes that allow individuals to articulate the mechanics of their behavioral patterns for self reflection and outgrowing. Separation is the critical a prior to the process of owning and the first step in resolving deeply rooted behavioral issues.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Study and Research of Food Allergies and Diet:</b> David’s experience of outgrowing his own chronic allergies laid the foundation for this study which proved: a) the body will outgrow chronic food allergies by a change in diet and b) by using a method such as Applied Kinesiology (muscle testing), a diet can be structured specifically for an individual that will support the outgrowing of food allergies. This treatment for food allergies is a major advancement over the traditional concept of the identification and elimination of allergic foods in a person’s diet and the use of drugs to suppress allergic responses.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<b>Independent Research and Study of Consciousness:</b> David developed novel technologies to measure consciousness which led to the discovery of the interrelationship of individuals’ self identity and worldview, and their consciousness. The research identified the relationship of the left and right brain to consciousness and how this relationship determines an individual’s consciousness. It was discovered that an individual’s consciousness is normally constant throughout life, much like an individual’s intelligence and can be influenced by context.\r\n\r\n[/vc_column_text][vc_column_text]<b>Publications:                                                                                                                  </b>\r\n\r\nAuthor of <i>The Rule Book of Life</i>, which is the primary teaching methodology of The Center. <i>The Rule Book of Life</i> is a profound expression of the transformation of human consciousness. It teaches how life can be used creatively as the tool for the unfolding of self actualization.[/vc_column_text][vc_column_text]<b>Teaching Experience:                                                                                </b>\r\n\r\nDavid has created the curriculum and collateral teaching material for The Center. He teaches all courses and workshops designed to re-educate adults and children in a transformative approach to life. This course of study is the aggregate result of the nine years of research and study mentioned above.[/vc_column_text][vc_column_text]<b>Professional Training:       </b>\r\n\r\nSelf taught through experiential awareness and application. All concepts and materials developed herein are originally inspired without teachers, educational material, or institutional learning.[/vc_column_text][vc_column_text]<b>Education:                               </b>\r\n\r\nUniversity of Vermont\r\n\r\nBachelor Degree in Business[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'David R. Cope CV/Resume', '', 'inherit', 'closed', 'closed', '', '222-revision-v1', '', '', '2016-07-18 16:08:48', '2016-07-18 16:08:48', '', 222, 'http://www.grieffree.org/222-revision-v1/', 0, 'revision', '', 0),
(1437, 2, '2016-07-18 16:13:16', '2016-07-18 16:13:16', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the contact page on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:13:16', '2016-07-18 16:13:16', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1438, 2, '2016-07-18 16:24:35', '2016-07-18 16:24:35', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the <a href="http://www.grieffree.org/contact/">contact page</a> on this website and somebody will be in contact with you.</p>\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-autosave-v1', '', '', '2016-07-18 16:24:35', '2016-07-18 16:24:35', '', 201, 'http://www.grieffree.org/201-autosave-v1/', 0, 'revision', '', 0),
(1439, 2, '2016-07-18 16:19:04', '2016-07-18 16:19:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to <img class="alignright wp-image-256" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="Healthy Grieving Process" width="250" height="187" />work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the contact page on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:19:04', '2016-07-18 16:19:04', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1440, 2, '2016-07-18 16:20:24', '2016-07-18 16:20:24', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and <img class="size-medium wp-image-256 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224-300x224.jpg" alt="Healthy Grieving Process" width="300" height="224" />volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the contact page on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:20:24', '2016-07-18 16:20:24', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1441, 2, '2016-07-18 16:23:28', '2016-07-18 16:23:28', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the contact page on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:23:28', '2016-07-18 16:23:28', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1442, 2, '2016-07-18 16:24:46', '2016-07-18 16:24:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the <a href="http://www.grieffree.org/contact/"><strong>contact pag</strong>e</a> on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:24:46', '2016-07-18 16:24:46', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1443, 2, '2016-07-18 16:25:07', '2016-07-18 16:25:07', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has seasoned therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the <a href="http://www.grieffree.org/contact/"><strong>contact page</strong></a> on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:25:07', '2016-07-18 16:25:07', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1444, 2, '2016-07-18 16:26:18', '2016-07-18 16:26:18', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<p style="text-align: left;" align="center">If you would like to heal from the pain of your grief and loss, <strong>GreifFree.org</strong> has caring therapists and volunteers who have extensive experience working with the <strong>Healthy Grieving Programs</strong> who are happy to work with you. Please send an email to <strong><span style="color: #800000;"><a style="color: #800000;" href="mailto:support@grieffree.org">support@GriefFree.org</a></span></strong> or use the <a href="http://www.grieffree.org/contact/"><strong>contact page</strong></a> on this website and somebody will be in contact with you.</p>\r\n<p style="text-align: left;">Please be advised that the volunteers at <strong>GriefFree.org</strong> are not professional counselors or therapists. Any support you receive from them should not be confused with traditional psychological, medical, or emotional therapy. If you need emotional or mental support for your grieving experience, you should address specific psychological, medical or emotional problems with a professional in the health field or where appropriate, a qualified physician. No insights that are revealed or discussed with the volunteers are intended to dismiss or alter your pursuit of traditional psychological, medical or emotional options.</p>\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'How to Get Grief Support', '', 'inherit', 'closed', 'closed', '', '201-revision-v1', '', '', '2016-07-18 16:26:18', '2016-07-18 16:26:18', '', 201, 'http://www.grieffree.org/201-revision-v1/', 0, 'revision', '', 0),
(1445, 2, '2016-07-18 16:28:59', '2016-07-18 16:28:59', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the <strong>Healthy Grieving Process</strong> because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. Inorder to heal from the pain of grief, it is essential that an individual takes responsibility for their internal experience of the loss.<strong>The Healthy Grieving Process</strong> includes a Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-07-18 16:28:59', '2016-07-18 16:28:59', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1446, 1, '2016-07-18 17:02:21', '2016-07-18 17:02:21', '', 'Elderly life', 'Close up of an elderly hand holding a crutch', 'inherit', 'open', 'closed', '', 'elderly-life', '', '', '2016-07-18 17:02:33', '2016-07-18 17:02:33', '', 33, 'http://www.grieffree.org/wp-content/uploads/2016/01/Grieffree-Section-back.jpg', 0, 'attachment', 'image/jpeg', 0),
(1447, 1, '2016-07-18 17:03:37', '2016-07-18 17:03:37', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9" bg_image="1446" bg_position="center top" bg_size="contain" row_parallax="false"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 17:03:37', '2016-07-18 17:03:37', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0);
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
(1448, 1, '2016-07-18 17:05:33', '2016-07-18 17:05:33', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_color="#e9e9e9" bg_image="1446" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 17:05:33', '2016-07-18 17:05:33', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1449, 1, '2016-07-18 17:08:30', '2016-07-18 17:08:30', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_position="center top" bg_size="contain" row_parallax="false"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 17:08:30', '2016-07-18 17:08:30', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1450, 1, '2016-07-18 17:10:38', '2016-07-18 17:10:38', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1446" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 17:10:38', '2016-07-18 17:10:38', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1451, 1, '2016-07-18 17:14:08', '2016-07-18 17:14:08', '', 'Elderly life', 'Close up of an elderly hand holding a crutch', 'inherit', 'open', 'closed', '', 'elderly-life-2', '', '', '2016-07-18 17:14:08', '2016-07-18 17:14:08', '', 33, 'http://www.grieffree.org/wp-content/uploads/2016/01/Grieffree-Section-back-Blur.jpg', 0, 'attachment', 'image/jpeg', 0);
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
(1452, 1, '2016-07-18 17:14:37', '2016-07-18 17:14:37', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-18 17:14:37', '2016-07-18 17:14:37', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1453, 1, '2016-07-18 17:24:43', '2016-07-18 17:24:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1453', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 174, 'http://www.grieffree.org/?p=1453', 1, 'nav_menu_item', '', 0),
(1454, 1, '2016-07-18 17:24:43', '2016-07-18 17:24:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1454', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 174, 'http://www.grieffree.org/?p=1454', 2, 'nav_menu_item', '', 0),
(1455, 1, '2016-07-18 17:24:43', '2016-07-18 17:24:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1455', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 174, 'http://www.grieffree.org/?p=1455', 3, 'nav_menu_item', '', 0),
(1456, 1, '2016-07-18 17:24:43', '2016-07-18 17:24:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1456', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 0, 'http://www.grieffree.org/?p=1456', 4, 'nav_menu_item', '', 0),
(1457, 1, '2016-07-18 17:24:43', '2016-07-18 17:24:43', ' ', '', '', 'publish', 'closed', 'closed', '', '1457', '', '', '2016-07-18 17:24:43', '2016-07-18 17:24:43', '', 0, 'http://www.grieffree.org/?p=1457', 6, 'nav_menu_item', '', 0),
(1458, 2, '2016-07-18 17:54:25', '2016-07-18 17:54:25', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe Healthy Grieving Resolution Program is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-18 17:54:25', '2016-07-18 17:54:25', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1459, 2, '2016-07-18 17:54:46', '2016-07-18 17:54:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With the Healthy Grieving process you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-18 17:54:46', '2016-07-18 17:54:46', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1460, 2, '2016-07-18 17:56:31', '2016-07-18 17:56:31', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of the <strong>Healthy Grieving process</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong>Healthy Grieving Program.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of grief and loss:\r\n<ol>\r\n 	<li>Grief is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of grief and loss there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-18 17:56:31', '2016-07-18 17:56:31', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1462, 2, '2016-07-18 18:04:08', '2016-07-18 18:04:08', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The typical session for the <strong>Healthy Grieving Process</strong> is a six-step process that includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is accomplished in the follow-up session.\r\n\r\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\r\n\r\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-07-18 18:04:08', '2016-07-18 18:04:08', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1463, 2, '2016-07-18 18:41:36', '2016-07-18 18:41:36', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" />Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-18 18:41:36', '2016-07-18 18:41:36', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0);
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
(1464, 2, '2016-08-08 20:40:11', '2016-08-08 20:40:11', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Throughout our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift from the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-autosave-v1', '', '', '2016-08-08 20:40:11', '2016-08-08 20:40:11', '', 1382, 'http://www.grieffree.org/1382-autosave-v1/', 0, 'revision', '', 0),
(1465, 2, '2016-07-18 18:49:51', '2016-07-18 18:49:51', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.The\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-18 18:49:51', '2016-07-18 18:49:51', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1466, 2, '2016-07-19 15:32:34', '2016-07-19 15:32:34', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong>\r\n\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-19 15:32:34', '2016-07-19 15:32:34', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1468, 2, '2016-08-08 23:03:35', '2016-08-08 23:03:35', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\n<h2 style="text-align: center;"><strong>\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your repressed feelings for the purpose of letting them go – which leads to a healthier experience of your self and life.\n\n<hr />\n\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. <em>The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.</em>\n\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\n\n<strong>What makes Healthy Grieving so effective?</strong>\n\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\n\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion, which feels like a sense of wholeness within one''self.\n\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <span style="color: #800000;">self-acceptance</span> and <em>personal</em> growth.\n\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-autosave-v1', '', '', '2016-08-08 23:03:35', '2016-08-08 23:03:35', '', 180, 'http://www.grieffree.org/180-autosave-v1/', 0, 'revision', '', 0),
(1469, 2, '2016-07-19 15:36:32', '2016-07-19 15:36:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong>\r\n\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]The original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.[/vc_column_text][vc_column_text]<strong>What makes Healthy Grieving so effective?</strong>[/vc_column_text][vc_column_text]\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\n[/vc_column_text][vc_column_text]Attachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart by the <strong>Healthy Grieving process</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-19 15:36:32', '2016-07-19 15:36:32', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1470, 2, '2016-07-19 15:53:36', '2016-07-19 15:53:36', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Traditional grieving therapies are primarily used as support systems to help people cope with the painful experience of loss. <strong>The</strong> <strong>Healthy Grieving Programs</strong> are healing systems that deal directly and effectively with the underlying cause of <strong>grief</strong>. Unlike conventional grieving approaches that focus on the loss of the relationship, <strong>The</strong> <strong>Healthy Grieving</strong> <strong>Programs</strong> deal with the loss of one’s <strong>self-identity</strong>. This radical shift in perspective allows individuals to make rapid and transformational changes that move them quickly through the grieving cycle into the experience of love and acceptance.\r\n\r\nThe <strong>Healthy Grieving Programs</strong> has been used to great effect with not only the loss of a loved one, but many other losses as well. It is effective for virtually any experience of loss such as ending of relationships, loss of a pet, empty nest, loss of home, career, health, lifestyle, beliefs, loss through miscarriage, divorce, relocation, etc.\r\n\r\nIt works equally well with losses from the past as it does with present losses. In fact, one of the first <strong>Healthy Grieving clients</strong> used the process to grieve the loss of her mother who had died <strong>22</strong> years before. She found the process <i>significantly liberating</i>. An experienced social worker called the <strong>Healthy Grieving Process</strong> “<i>a higher consciousness approach to grief that opens the door to a lot<b> </b>of healing”</i>and a bereavement counselor felt that it had “<i>the ability to transform people’s lives.”</i>\r\n\r\nPlease be aware that the <strong>Healthy Grieving Programs</strong> are not conventional therapy. They are healing modalities like EFT or EMDR, and like them, it uses tools and techniques that you might not see in traditional psychotherapy. For example, the <strong>Healthy Grieving</strong> <strong>Process</strong> uses deep inquiry with “why” questions, as well as kinesiology to test client responses.<strong>The Healthy Grieving Programs</strong> are not a fit for every counselor - or a modality you would use with every client - but it is an amazing process that produces very rapid results.\r\n\r\nFor those who want to know more than the introductory level or wish to develop a level of mastery with the process, a more comprehensive training is offered. We are exploring Continuing Education Certification as well as Professional Development Credits but at this time, no credits are available.\r\n\r\nFor more information, please <strong><a href="http://www.grieffree.org/contact/">contact us</a></strong> using the contact page or call us at 303-339-0807.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Training', '', 'inherit', 'closed', 'closed', '', '204-autosave-v1', '', '', '2016-07-19 15:53:36', '2016-07-19 15:53:36', '', 204, 'http://www.grieffree.org/204-autosave-v1/', 0, 'revision', '', 0),
(1471, 2, '2016-07-19 15:50:06', '2016-07-19 15:50:06', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Traditional grieving therapies are primarily used as support systems to help people cope with the painful experience of loss. <strong>The</strong> <strong>Healthy Grieving Programs</strong> are healing systems that deal directly and effectively with the underlying cause of <strong>grief</strong>. Unlike conventional grieving approaches that focus on the loss of the relationship, <strong>The</strong> <strong>Healthy Grieving</strong> deal with the loss of one’s <strong>self-identity</strong>. This radical shift in perspective allows individuals to make rapid and transformational changes that move them quickly through the grieving cycle into the experience of love and acceptance.\r\n\r\nThe <strong>Healthy Grieving Programs</strong> has been used to great effect with not only the loss of a loved one, but many other losses as well. It is effective for virtually any experience of loss such as ending of relationships, loss of a pet, empty nest, loss of home, career, health, lifestyle, beliefs, loss through miscarriage, divorce, relocation, etc.\r\n\r\nIt works equally well with losses from the past as it does with present losses. In fact, one of the first <strong>Healthy Grieving clients</strong> used the process to grieve the loss of her mother who had died <strong>22</strong> years before. She found the process <i>significantly liberating</i>. An experienced social worker called the <strong>Healthy Grieving process</strong> “<i>a higher consciousness approach to grief that opens the door to a lot<b> </b>of healing”</i>and a bereavement counselor felt that it had “<i>the ability to transform people’s lives.”</i>\r\n<p align="center"></p>\r\nPlease be aware that the <strong>Healthy Grieving Programs</strong> are not conventional therapy. They are healing modalities like EFT or EMDR, and like them, it uses tools and techniques that you might not see in traditional psychotherapy. For example, the <strong>Healthy Grieving</strong> Process uses deep inquiry with “why” questions, as well as kinesiology to test client responses.<strong>The Healthy Grieving Programs</strong> are not a fit for every counselor - or a modality you would use with every client - but it is an amazing process that produces very rapid results.\r\n\r\nFor those who want to know more than the introductory level or wish to develop a level of mastery with the process, a more comprehensive training will be offered. We are exploring Continuing Education certification as well as Professional Development Credits but at this time, no credits are available.\r\n\r\nFor more information, please <strong><a href="http://www.grieffree.org/contact/">contact us</a></strong> using the contact page or call us at 303-339-0807.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Training', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-07-19 15:50:06', '2016-07-19 15:50:06', '', 204, 'http://www.grieffree.org/204-revision-v1/', 0, 'revision', '', 0),
(1472, 2, '2016-07-19 15:51:04', '2016-07-19 15:51:04', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Traditional grieving therapies are primarily used as support systems to help people cope with the painful experience of loss. <strong>The</strong> <strong>Healthy Grieving Programs</strong> are healing systems that deal directly and effectively with the underlying cause of <strong>grief</strong>. Unlike conventional grieving approaches that focus on the loss of the relationship, <strong>The</strong> <strong>Healthy Grieving</strong> <strong>Programs</strong> deal with the loss of one’s <strong>self-identity</strong>. This radical shift in perspective allows individuals to make rapid and transformational changes that move them quickly through the grieving cycle into the experience of love and acceptance.\r\n\r\nThe <strong>Healthy Grieving Programs</strong> has been used to great effect with not only the loss of a loved one, but many other losses as well. It is effective for virtually any experience of loss such as ending of relationships, loss of a pet, empty nest, loss of home, career, health, lifestyle, beliefs, loss through miscarriage, divorce, relocation, etc.\r\n\r\nIt works equally well with losses from the past as it does with present losses. In fact, one of the first <strong>Healthy Grieving clients</strong> used the process to grieve the loss of her mother who had died <strong>22</strong> years before. She found the process <i>significantly liberating</i>. An experienced social worker called the <strong>Healthy Grieving process</strong> “<i>a higher consciousness approach to grief that opens the door to a lot<b> </b>of healing”</i>and a bereavement counselor felt that it had “<i>the ability to transform people’s lives.”</i>\r\n\r\nPlease be aware that the <strong>Healthy Grieving Programs</strong> are not conventional therapy. They are healing modalities like EFT or EMDR, and like them, it uses tools and techniques that you might not see in traditional psychotherapy. For example, the <strong>Healthy Grieving</strong> Process uses deep inquiry with “why” questions, as well as kinesiology to test client responses.<strong>The Healthy Grieving Programs</strong> are not a fit for every counselor - or a modality you would use with every client - but it is an amazing process that produces very rapid results.\r\n\r\nFor those who want to know more than the introductory level or wish to develop a level of mastery with the process, a more comprehensive training will be offered. We are exploring Continuing Education certification as well as Professional Development Credits but at this time, no credits are available.\r\n\r\nFor more information, please <strong><a href="http://www.grieffree.org/contact/">contact us</a></strong> using the contact page or call us at 303-339-0807.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Training', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-07-19 15:51:04', '2016-07-19 15:51:04', '', 204, 'http://www.grieffree.org/204-revision-v1/', 0, 'revision', '', 0),
(1473, 2, '2016-07-19 15:52:59', '2016-07-19 15:52:59', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Traditional grieving therapies are primarily used as support systems to help people cope with the painful experience of loss. <strong>The</strong> <strong>Healthy Grieving Programs</strong> are healing systems that deal directly and effectively with the underlying cause of <strong>grief</strong>. Unlike conventional grieving approaches that focus on the loss of the relationship, <strong>The</strong> <strong>Healthy Grieving</strong> <strong>Programs</strong> deal with the loss of one’s <strong>self-identity</strong>. This radical shift in perspective allows individuals to make rapid and transformational changes that move them quickly through the grieving cycle into the experience of love and acceptance.\r\n\r\nThe <strong>Healthy Grieving Programs</strong> has been used to great effect with not only the loss of a loved one, but many other losses as well. It is effective for virtually any experience of loss such as ending of relationships, loss of a pet, empty nest, loss of home, career, health, lifestyle, beliefs, loss through miscarriage, divorce, relocation, etc.\r\n\r\nIt works equally well with losses from the past as it does with present losses. In fact, one of the first <strong>Healthy Grieving clients</strong> used the process to grieve the loss of her mother who had died <strong>22</strong> years before. She found the process <i>significantly liberating</i>. An experienced social worker called the <strong>Healthy Grieving Process</strong> “<i>a higher consciousness approach to grief that opens the door to a lot<b> </b>of healing”</i>and a bereavement counselor felt that it had “<i>the ability to transform people’s lives.”</i>\r\n\r\nPlease be aware that the <strong>Healthy Grieving Programs</strong> are not conventional therapy. They are healing modalities like EFT or EMDR, and like them, it uses tools and techniques that you might not see in traditional psychotherapy. For example, the <strong>Healthy Grieving</strong> <strong>Process</strong> uses deep inquiry with “why” questions, as well as kinesiology to test client responses.<strong>The Healthy Grieving Programs</strong> are not a fit for every counselor - or a modality you would use with every client - but it is an amazing process that produces very rapid results.\r\n\r\nFor those who want to know more than the introductory level or wish to develop a level of mastery with the process, a more comprehensive training is offered. We are exploring Continuing Education Certification as well as Professional Development Credits but at this time, no credits are available.\r\n\r\nFor more information, please <strong><a href="http://www.grieffree.org/contact/">contact us</a></strong> using the contact page or call us at 303-339-0807.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Training', '', 'inherit', 'closed', 'closed', '', '204-revision-v1', '', '', '2016-07-19 15:52:59', '2016-07-19 15:52:59', '', 204, 'http://www.grieffree.org/204-revision-v1/', 0, 'revision', '', 0),
(1474, 2, '2016-07-19 15:55:22', '2016-07-19 15:55:22', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]We are pleased to announce a half-day <strong>Healthy Grieving Process</strong> professional training, hosted by People House, a Denver counseling community that is a collaborative center for healing and growth.\r\n\r\nThis half-day Healthy Grieving training is appropriate for anyone who has been interested in attending a <strong>Healthy Grieving Introductory</strong> <strong>Workshop</strong> or those who have wanted to learn more about the process through a professional training.\r\n\r\nThe details of the program are as follows:<b> </b>\r\n<p align="center"><b>The Healthy Grieving Process® – Real Loss, Real Healing</b></p>\r\n<p align="center"><b>Tuesday, May 16, 2016</b><b></b></p>\r\n<p align="center"><b>1:30pm – 6:00pm</b><b></b></p>\r\n<p align="center"><b>People House, 3035 W. 25th Ave., Denver, CO 80211</b></p>\r\n<p align="center"><b>Cost: $65.00</b></p>\r\n<p align="center"><i>This training is eligible for professional development credits accepted by DORA.</i><i> </i></p>\r\n<p align="center">Registration: <b>peoplehouse.org/services/professional-development-series/</b></p>\r\n<p align="center"><b>or call 303.480.5130</b><b></b></p>\r\nThe revolutionary <strong>Healthy Grieving Process</strong> explores <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. Guided through the 6-step <strong>Healthy Grieving process</strong>, clients are able to let go of the pain of <strong>grief</strong> in one or two sessions, integrating their loss into a renewed sense of wholeness.\r\n\r\nThis workshop will cover the basic principles of the Healthy Grieving process. In the training, participants will learn:\r\n<ul>\r\n 	<li>A new modality that actually enables clients to heal from the pain of <strong>grief</strong>.</li>\r\n 	<li>An intriguing method that bypasses clients’ “stories” guiding them instead to their truth, because no healing can take place at the level of the story.</li>\r\n 	<li>A transformative process that differentiates between emotions and feelings, which one therapist says has enabled her to take clients “deeper than they’ve ever been before.”</li>\r\n</ul>\r\nFacilitators: David Cope, the creator of the Healthy Grieving Process and co-founder of GriefFree.org and Jenny Arribau, LPC, a trained Healthy Grieving bereavement counselor with a Master’s degree in Transpersonal Counseling Psychology from Naropa University.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Development Classes', '', 'inherit', 'closed', 'closed', '', '213-revision-v1', '', '', '2016-07-19 15:55:22', '2016-07-19 15:55:22', '', 213, 'http://www.grieffree.org/213-revision-v1/', 0, 'revision', '', 0);
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
(1476, 1, '2016-07-19 16:39:50', '2016-07-19 16:39:50', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1468946329810{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">"You can heal from the pain of your loss"</p>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-19 16:39:50', '2016-07-19 16:39:50', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1477, 1, '2016-07-19 16:40:42', '2016-07-19 16:40:42', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1468946383317{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 17px;"><strong>"You can heal from the pain of your loss"</strong></p>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1462464020033{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-19 16:40:42', '2016-07-19 16:40:42', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1478, 1, '2016-07-19 17:02:19', '2016-07-19 17:02:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs</strong>[/vc_column_text][vc_column_text]<img class="alignright  wp-image-256" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224.jpg" alt="Healthy Grieving Process" width="240" height="179" />The Healthy Grieving programs are designed to heal the underlying issues that are the cause of the painful experience of grief. They approach grief and loss from the universal human experience of loss rather than an individual’s personal experience. This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]<em>For more information on the Healthy Grieving Programs please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/" target="_blank">Visit Here</a></strong></em>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Process is the original grieving process developed by David Cope in response to his search for a deeper and more fulfilling experience of himself. He realized that we seek meaning and purpose externally in our life. When our external meaning and purpose is lost, we experience a deep feeling of emptiness and loss. This is the experience we call grief.[/vc_column_text][vc_column_text]For more information on The Healthy Process please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/" target="_blank">Visit Here</a></strong>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Resolution Program</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Resolution Program was developed by David Cope as a way to gradually heal from the painful experience of the grief. It is designed as an 8-week program and provides a novel approach to healing the painful experience of grief.[/vc_column_text][vc_column_text]For more information on The Healthy Resolution Program please <a href="http://www.grieffree.org/the-healthy-grieving-resolution-program/" target="_blank"><strong>Visit Here</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '174-autosave-v1', '', '', '2016-07-19 17:02:19', '2016-07-19 17:02:19', '', 174, 'http://www.grieffree.org/174-autosave-v1/', 0, 'revision', '', 0),
(1479, 1, '2016-07-19 16:56:18', '2016-07-19 16:56:18', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs</strong>[/vc_column_text][vc_column_text]<img class="alignright  wp-image-256" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224.jpg" alt="Healthy Grieving Process" width="240" height="179" />The Healthy Grieving programs are designed to heal the underlying issues that are the cause of the painful experience of grief. They approach grief and loss from the universal human experience of loss rather than an individual’s personal experience. This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]For more information on the Healthy Grieving Programs please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/" target="_blank">Visit Here</a></strong>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Process is the original grieving process developed by David Cope in response to his search for a deeper and more fulfilling experience of himself. He realized that we seek meaning and purpose externally in our life. When our external meaning and purpose is lost, we experience a deep feeling of emptiness and loss. This is the experience we call grief.[/vc_column_text][vc_column_text]For more information on The Healthy Process please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/" target="_blank">Visit Here</a></strong>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Resolution Program</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Resolution Program was developed by David Cope as a way to gradually heal from the painful experience of the grief. It is designed as an 8-week program and provides a novel approach to healing the painful experience of grief.[/vc_column_text][vc_column_text]For more information on The Healthy Resolution Program please <a href="http://www.grieffree.org/the-healthy-grieving-resolution-program/" target="_blank"><strong>Visit Here</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '174-revision-v1', '', '', '2016-07-19 16:56:18', '2016-07-19 16:56:18', '', 174, 'http://www.grieffree.org/174-revision-v1/', 0, 'revision', '', 0),
(1480, 1, '2016-07-19 17:02:32', '2016-07-19 17:02:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>The Healthy Grieving Programs</strong>[/vc_column_text][vc_column_text]<img class="alignright  wp-image-256" src="http://www.grieffree.org/wp-content/uploads/2016/01/rainbow-in-sky-300x224.jpg" alt="Healthy Grieving Process" width="240" height="179" />The Healthy Grieving programs are designed to heal the underlying issues that are the cause of the painful experience of grief. They approach grief and loss from the universal human experience of loss rather than an individual’s personal experience. This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.[/vc_column_text][vc_column_text]<em>For more information on the Healthy Grieving Programs please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/" target="_blank">Visit Here</a></strong></em>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Process is the original grieving process developed by David Cope in response to his search for a deeper and more fulfilling experience of himself. He realized that we seek meaning and purpose externally in our life. When our external meaning and purpose is lost, we experience a deep feeling of emptiness and loss. This is the experience we call grief.[/vc_column_text][vc_column_text]<em>For more information on The Healthy Process please <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/" target="_blank">Visit Here</a></strong></em>[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Resolution Program</strong>[/vc_column_text][vc_column_text]The Healthy Grieving Resolution Program was developed by David Cope as a way to gradually heal from the painful experience of the grief. It is designed as an 8-week program and provides a novel approach to healing the painful experience of grief.[/vc_column_text][vc_column_text]<em>For more information on The Healthy Resolution Program please <a href="http://www.grieffree.org/the-healthy-grieving-resolution-program/" target="_blank"><strong>Visit Here</strong></a></em>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Programs', '', 'inherit', 'closed', 'closed', '', '174-revision-v1', '', '', '2016-07-19 17:02:32', '2016-07-19 17:02:32', '', 174, 'http://www.grieffree.org/174-revision-v1/', 0, 'revision', '', 0);
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
(1481, 1, '2016-07-20 14:06:26', '2016-07-20 14:06:26', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1469023531076{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 21px;"><strong>"You can heal from the pain of your loss"</strong></p>\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-20 14:06:26', '2016-07-20 14:06:26', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1482, 1, '2016-07-20 14:09:17', '2016-07-20 14:09:17', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_column_text css=".vc_custom_1469023699906{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 21px; line-height: 4px;"><strong>"You can heal from the pain of your loss"</strong></p>\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-20 14:09:17', '2016-07-20 14:09:17', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1483, 1, '2016-07-20 14:10:48', '2016-07-20 14:10:48', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Welcome To <span style="color: #770b26;">GriefFree.org</span></h1>\r\n[/vc_column_text][vc_empty_space height="5px"][vc_column_text css=".vc_custom_1469023699906{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 21px; line-height: 4px;"><strong>"You can heal from the pain of your loss"</strong></p>\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-20 14:10:48', '2016-07-20 14:10:48', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0);
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
(1484, 1, '2016-07-22 01:09:41', '2016-07-22 01:09:41', '[vc_row][vc_column][rev_slider_vc alias="home1"][/vc_column][/vc_row][vc_row row_type="row_full_center_content" margin_top="-30"][vc_column][vc_column_text]\r\n<h1 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">"You can heal from <span style="color: #770b26;">the pain of your loss."</span></h1>\r\n[/vc_column_text][vc_empty_space height="5px"][vc_column_text css=".vc_custom_1469149663320{margin-top: -10px !important;}"]\r\n<p style="text-align: center; font-size: 16px;">The revolutionary <strong>Healthy Grieving programs</strong> explore <strong>grief</strong> from the self-identity level, shifting the focus from the external loss to an inward exploration that provides rapid and transformational healing. After being guided through a <strong>Healthy Grieving program</strong>, individuals are able to let go of the pain of <strong>grief</strong>, integrating their loss into a renewed sense of wholeness and rejuvenation.</p>\r\n<p style="text-align: center; font-size: 16px;"><strong><a href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Read More</a></strong></p>\r\n[/vc_column_text][/vc_column][/vc_row][vc_row equal_height="yes" row_type="row_full_center_content" bg_image="1451" bg_position="center top" bg_size="contain" row_parallax="false" margin_bottom="50" padding_bottom="50"][vc_column width="1/3" css=".vc_custom_1452993873071{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVdoYXQlMjBpcyUyMEhlYWx0aHklMjBHcmlldmluZyUzRiUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWNvbnRlbnQxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtaW1nMSUyMiUzRSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGYm94LWltZzEuanBnJTIyJTIwd2lkdGglM0QlMjIxMDAlMjUlMjIlMjBoZWlnaHQlM0QlMjIxNjQlMjIlMjBhbHQlM0QlMjJpbWclMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlM0UlM0NwJTNFSGVhbHRoeSUyMEdyaWV2aW5nJTIwcmVjb2duaXplcyUyMHRoYXQlMjBleHBlcmllbmNlJTIwb2YlMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMGElMjBuYXR1cmFsJTIwaHVtYW4lMjBleHBlcmllbmNlJTIwJUUyJTgwJTkzJTIwYWxsJTIwaHVtYW5zJTIwZXhwZXJpZW5jZSUyMGdyaWVmJTIwYW5kJTIwbG9zcyUyMHRoZSUyMHNhbWUuJTIwSG93ZXZlciUyQyUyMHRoZSUyMG1haW5zdHJlYW0lMjB2aWV3JTIwb24lMjBncmllZiUyMGFuZCUyMGxvc3MlMjBpcyUyMHRoYXQlMjAlRTIlODAlOUNObyUyMCVFMiU4MCU5OG9uZS1zaXplLWZpdHMtYWxsJUUyJTgwJTk5JTIwbW9kZWwlMjBvciUyMGFwcHJvYWNoJTIwdG8lMjBncmllZiUyMGlzJTIwanVzdGlmaWFibGUuJTIwVGhlcmFweSUyMG11c3QlMjBiZSUyMHRhaWxvcmVkJTIwdG8lMjB0aGUlMjB1bmlxdWVuZXNzJTIwb2YlMjB0aGUlMjBwZXJzb24lRTIlODAlOUQuJTIwVGhpcyUyMHRyYWRpdGlvbmFsJTIwYmVsaWVmJTIwc3lzdGVtLi4uJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ3aGF0LWlzLWhlYWx0aHktZ3JpZXZpbmclMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993863219{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRUhlYWx0aHklMjBHcmlldmluZyUyMFJlc29sdXRpb24lMjBQcm9ncmFtJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gtY29udGVudDElMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1pbWcxJTIyJTNFJTNDaW1nJTIwc3JjJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGd3AtY29udGVudCUyRnVwbG9hZHMlMkYyMDE2JTJGMDElMkZib3gtaW1nMi5qcGclMjIlMjB3aWR0aCUzRCUyMjEwMCUyNSUyMiUyMGhlaWdodCUzRCUyMjE2NCUyMiUyMGFsdCUzRCUyMmltZyUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUzRSUzQ3AlM0VBJTIwYnJva2VuJTIwaGVhcnQlMjBpcyUyMGElMjBjbG9zZWQlMjBoZWFydC4lMjBUaGUlMjBIZWFsdGh5JTIwR3JpZXZpbmclMjBSZXNvbHV0aW9uJTIwUHJvZ3JhbSUyMHRlYWNoZXMlMjBpbmRpdmlkdWFscyUyMGhvdyUyMHRvJTIwZmVlbCUyMHRoZWlyJTIwZmVlbGluZ3MlMjBhcm91bmQlMjB0aGVpciUyMGxvc3MlMkMlMjB3aGljaCUyMGlzJTIwZXh0cmVtZWx5JTIwZWZmZWN0aXZlJTIwaW4lMjBoZWFsaW5nJTIwdGhlJTIwZW1vdGlvbmFsJTIwcGFpbiUyMG9mJTIwdGhlJTIwbG9zcy4lMjBGcm9tJTIwdGhpcyUyMGZyZXNoJTIwYW5kJTIwdW5lbmN1bWJlcmVkJTIwcGVyc3BlY3RpdmUlMkMlMjBhbiUyMGluZGl2aWR1YWwlMjBjYW4lMjBiZSUyMG9wZW4lMjB0byUyMHRoZSUyMGdpZnQlMjBvZiUyMHRoZSUyMGxvc3MlMjBhbmQlMjBjbGVhcmx5JTIwYXJ0aWN1bGF0ZSUyMGl0JTIwZnJvbSUyMHRoZWlyJTIwaGVhcnQuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXJlc29sdXRpb24tcHJvZ3JhbSUyRiUyMiUzRVJlYWQlMjBNb3JlJTNDJTJGYSUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column][vc_column width="1/3" css=".vc_custom_1452993882931{margin-top: 5px !important;}"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJib3gxJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJoZWFkaW5nMSUyMiUzRVVuZGVyc3RhbmRpbmclMjBIZWFsdGh5JTIwR3JpZXZpbmclM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJveC1jb250ZW50MSUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYm94LWltZzElMjIlM0UlM0NpbWclMjBzcmMlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZ3cC1jb250ZW50JTJGdXBsb2FkcyUyRjIwMTYlMkYwMSUyRmJveC1pbWczLmpwZyUyMiUyMHdpZHRoJTNEJTIyMTAwJTI1JTIyJTIwaGVpZ2h0JTNEJTIyMTY0JTIyJTIwYWx0JTNEJTIyaW1nJTIyJTNFJTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTNFJTNDcCUzRUklMjBkZXZlbG9wZWQlMjB0aGUlMjBvcmlnaW5hbCUyMEhlYWx0aHklMjBHcmlldmluZyUyMFByb2Nlc3MlMjBhcyUyMGElMjBtZXRob2QlMjBvZiUyMGxldHRpbmclMjBnbyUyMG9mJTIwYXR0YWNobWVudHMlMjB0aGF0JTIwd2VyZSUyMGxpbWl0aW5nJTIwdGhlJTIwZXhwZXJpZW5jZSUyMG9mJTIwbXklMjBzZWxmLiUyMEklMjByZWNvZ25pemVkJTIwdGhhdCUyMGF0dGFjaG1lbnRzJTIwd2VyZSUyMHRoZSUyMHVuZGVycGlubmluZ3MlMjBvZiUyMGFsbCUyMG15JTIwbGlmZSUyMGV4cGVyaWVuY2VzJTIwYW5kJTIwc291Z2h0JTIwYSUyMHByb2Nlc3MlMjB0aGF0JTIwd291bGQlMjBzdXBwb3J0JTIwbWUlMjBpbiUyMG15JTIwcGVyc29uYWwlMjBqb3VybmV5JTIwdG8lMjBhJTIwbW9yZSUyMGZ1bGZpbGxpbmclMjBleHBlcmllbmNlJTIwb2YlMjBteXNlbGYlMjBhbmQlMjBteSUyMGxpZmUuJTIwJTNDJTJGcCUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIycGx1czElMjIlM0UlM0NhJTIwaHJlZiUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRnRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkZ1bmRlcnN0YW5kaW5nLXRoZS1oZWFsdGh5LWdyaWV2aW5nLXByb2Nlc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column][/vc_row][vc_row row_type="row_full_center_content"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Client <span style="color: #770b26;">Testimonials</span></h2>\r\n[/vc_column_text][vc_single_image image="69" img_size="full" alignment="center"][vc_column_text css=".vc_custom_1454786600804{margin-top: -50px !important;}"]\r\n\r\n[show-testimonials alias=''long time'']\r\n\r\n[/vc_column_text][/vc_column][/vc_row][vc_row row_type="row_full_center_content" bg_color="#e6e6e6"][vc_column][vc_column_text]\r\n<h2 style="text-align: center; font-size: 40px; font-weight: normal; color: #666; font-family: ''Time''; line-height: 100%;">Recent <span style="color: #770b26;">Blogs</span></h2>\r\n[/vc_column_text][vc_row_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTEucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyZmxvYXQlM0ElMjBsZWZ0JTNCJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0UlMjBCZWluZyUyMEhvbmVzdCUzQSUyMFRoZSUyMEhlYWxpbmclMjBQb3dlciUyMG9mJTIwVHJhbnNjZW5kaW5nJTIwWW91ciUyMFN0b3JpZXMlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMDklMDklMDklMDklMDklMDklMDklMDklM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRUluJTIwdGhlJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwUHJvY2VzcyUyQyUyMHdlJTIwZGVmaW5lJTIwYmVpbmclMjBob25lc3QlMjBhcyUyMHRoZSUyMHdpbGxpbmduZXNzJTIwdG8lMjBleHBvc2UlMjBvdXIlMjBleHBlcmllbmNlJTIwb2YlMjBvdXIlMjBzZWxmJTIwYXMlMjBpdCUyMGlzLiUyMCUyME5vdCUyMGFzJTIwd2UlMjBkcmVhbSUyMGl0JTIwaXMlMjBvciUyMG91ci4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGYmVpbmctaG9uZXN0LXRoZS1oZWFsaW5nLXBvd2VyLW9mLXRyYW5zY2VuZGluZy15b3VyLXN0b3JpZXMlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTIucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VNb3JlJTIwb24lMjBSZXNpc3RhbmNlJTNBJTIwVW5kZXJzdGFuZGluZyUyMGElMjBNZXRob2QlMjBvZiUyMHRoZSUyME1pbmQlM0MlMkZzcGFuJTNFJTNDYnIlM0UlMEElM0MlMkZwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDJTJGZGl2JTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJjbGVhciUyMiUzRSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1jb250ZW50JTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDcCUzRU9uZSUyMG9mJTIwb3VyJTIwSGVhbHRoeSUyMEdyaWV2aW5nJTIwdHJhaW5lcnMlMjByZWNlbnRseSUyMG1hZGUlMjBhJTIwcHJlc2VudGF0aW9uJTIwYWJvdXQlMjByZXNpc3RhbmNlLiUyMFNoZSUyMGV4cGxhaW5lZCUyMHJlc2lzdGFuY2UlMjBhcyUyMGElMjBuZWdhdGl2ZSUyMHJlYWN0aW9uJTIwdG8lMjBhbnl0aGluZy4uLiUzQ3AlM0UlM0NhJTIwY2xhc3MlM0QlMjJjbGFzc2xpbmslMjIlMjBocmVmJTNEJTIyaHR0cCUzQSUyRiUyRnd3dy5ncmllZmZyZWUub3JnJTJGcmVzaXN0YW5jZS11bmRlcnN0YW5kaW5nLWEtbWV0aG9kLW9mLXRoZS1taW5kJTJGJTIyJTNFUmVhZCUyME1vcmUlM0MlMkZhJTNFJTNDJTJGcCUzRSUzQyUyRnAlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklM0MlMkZkaXYlM0U=[/vc_raw_html][/vc_column_inner][vc_column_inner width="1/3"][vc_raw_html]JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nJTIyJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDZGl2JTIwY2xhc3MlM0QlMjJibG9nLWltZyUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2ltZyUyMHNyYyUzRCUyMmh0dHAlM0ElMkYlMkZ3d3cuZ3JpZWZmcmVlLm9yZyUyRndwLWNvbnRlbnQlMkZ1cGxvYWRzJTJGMjAxNiUyRjAxJTJGQmxvZy1JbWFnZTMucG5nJTIyJTIwYWx0JTNEJTIyaW1hZ2UlMjIlMjB3aWR0aCUzRCUyMjE0MyUyMiUyMGhlaWdodCUzRCUyMjExMyUyMiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwZmxvYXQlM0ElMjBsZWZ0JTNCJTBBJTIwJTIwJTIwJTIwbWFyZ2luLXJpZ2h0JTNBJTIwMTRweCUzQiUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyYmxvZy1kZXRhaWwlMjIlM0UlMEElMDklMDklMDklMDklMDklMDklMDklMDklM0NwJTNFJTBBJTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTA5JTNDc3BhbiUyMHN0eWxlJTNEJTIyJTIwJTIwJTIwJTIwY29sb3IlM0ElMjAlMjM3NzBCMjYlM0IlMEElMjAlMjAlMjAlMjBmb250LXdlaWdodCUzQSUyMGJvbGQlM0IlMjIlM0VSZXNpc3RhbmNlJTNBJTIwQSUyMFNpZ25wb3N0JTIwaW50byUyMFNlbGYtQXdhcmVuZXNzJTNDJTJGc3BhbiUzRSUzQ2JyJTNFJTBBJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ2RpdiUyMGNsYXNzJTNEJTIyY2xlYXIlMjIlM0UlM0MlMkZkaXYlM0UlMEElMDklMDklMDklMDklMDklMDklMDklM0NkaXYlMjBjbGFzcyUzRCUyMmJsb2ctY29udGVudCUyMiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQ3AlMjBjbGFzcyUzRCUyMnRlc3RpJTIyJTNFUmVzaXN0YW5jZSUyMHNob3dzJTIwdXAlMjBpbiUyMGElMjBudW1iZXIlMjBvZiUyMHdheXMlM0ElMjBzaHV0dGluZyUyMGRvd24lMkMlMjBhcmd1aW5nJTJDJTIwZGVuaWFsJTJDJTIwYmxhbWluZyUyQyUyMGxhc2hpbmclMjBvdXQlMkMlMjBkaXN0cmFjdGlvbiUyQyUyMGFuZ2VyJTJDJTIwY29uZnVzaW9uJTJDJTIwYW5kJTIwdmFyaW91c2x5Li4uLi4uLi4uJTNDcCUzRSUzQ2ElMjBjbGFzcyUzRCUyMmNsYXNzbGluayUyMiUyMGhyZWYlM0QlMjJodHRwJTNBJTJGJTJGd3d3LmdyaWVmZnJlZS5vcmclMkZhLXNpZ25wb3N0LWludG8tc2VsZi1hd2FyZW5lc3MlMkYlMjIlM0VSZWFkJTIwTW9yZSUzQyUyRmElM0UlM0MlMkZwJTNFJTNDJTJGcCUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRSUwQSUwOSUwOSUwOSUwOSUwOSUwOSUzQyUyRmRpdiUzRQ==[/vc_raw_html][/vc_column_inner][/vc_row_inner][/vc_column][/vc_row]', 'Home', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2016-07-22 01:09:41', '2016-07-22 01:09:41', '', 33, 'http://www.grieffree.org/33-revision-v1/', 0, 'revision', '', 0),
(1485, 2, '2016-07-22 13:52:55', '2016-07-22 13:52:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n[/vc_column_text][vc_column_text]<strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong>\r\n\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-22 13:52:55', '2016-07-22 13:52:55', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1486, 2, '2016-07-22 13:53:16', '2016-07-22 13:53:16', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-22 13:53:16', '2016-07-22 13:53:16', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1487, 2, '2016-07-22 13:54:21', '2016-07-22 13:54:21', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n&nbsp;\r\n\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-22 13:54:21', '2016-07-22 13:54:21', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1488, 2, '2016-07-22 13:56:33', '2016-07-22 13:56:33', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n<h2 style="text-align: center;"><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion; a fuller expression of one’s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <strong><span style="color: #800000;"><a style="color: #800000;" title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-acceptance</a></span></strong> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-07-22 13:56:33', '2016-07-22 13:56:33', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1489, 2, '2016-07-22 13:59:46', '2016-07-22 13:59:46', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards grief and loss and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-22 13:59:46', '2016-07-22 13:59:46', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1490, 2, '2016-07-22 14:02:42', '2016-07-22 14:02:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Through out our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss and the externalized experience of ourselves.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-07-22 14:02:42', '2016-07-22 14:02:42', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1491, 2, '2016-07-22 14:25:09', '2016-07-22 14:25:09', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of grief and loss. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-22 14:25:09', '2016-07-22 14:25:09', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0);
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
(1492, 2, '2016-07-22 14:27:25', '2016-07-22 14:27:25', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of <strong>grief and loss</strong>. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-22 14:27:25', '2016-07-22 14:27:25', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1494, 1, '2016-07-25 18:15:47', '2016-07-25 18:15:47', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video link="https://www.youtube.com/watch?v=NU-pxSzrqyw"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of <strong>grief and loss</strong>. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'GriefFree.org', '', 'publish', 'closed', 'closed', '', 'grieffree-org', '', '', '2016-07-25 19:09:00', '2016-07-25 19:09:00', '', 0, 'http://www.grieffree.org/?page_id=1494', 0, 'page', '', 0),
(1495, 1, '2016-07-25 18:15:47', '2016-07-25 18:15:47', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of <strong>grief and loss</strong>. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'GriefFree.org', '', 'inherit', 'closed', 'closed', '', '1494-revision-v1', '', '', '2016-07-25 18:15:47', '2016-07-25 18:15:47', '', 1494, 'http://www.grieffree.org/1494-revision-v1/', 0, 'revision', '', 0),
(1496, 1, '2016-07-25 18:21:29', '2016-07-25 18:21:29', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video][vc_column_text]<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization whose mission is to be a provider of the revolutionary grieving programs called <strong>Healthy Grieving</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of grief and loss. The long-term objective of <strong>GriefFree.org</strong> is to orchestrate a fundamental change in the psychology of grief worldwide.\n\n<strong><a href="http://www.grieffree.org/grieffree-org/" target="_blank">Read more</a></strong>[/vc_column_text][vc_column_text]<strong>Peggy Lit and David Cope</strong> are the Founders of <strong>GriefFree.org.</strong> Their passion to create <strong>GriefFree.org</strong> came from their own experience of using the process and from witnessing the transformational change that occurred in so many people. They truly know, as a society, that we no longer need to suffer from the debilitating pain of grief and loss.\n\nRead more about <a href="http://www.grieffree.org/about-us/about-peggy-lit/" target="_blank"><strong>Peggy Lit</strong></a> and <a href="http://www.grieffree.org/about-us/about-david-r-cope/" target="_blank"><strong>David Cope</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-autosave-v1', '', '', '2016-07-25 18:21:29', '2016-07-25 18:21:29', '', 159, 'http://www.grieffree.org/159-autosave-v1/', 0, 'revision', '', 0),
(1497, 1, '2016-07-25 18:21:59', '2016-07-25 18:21:59', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization whose mission is to be a provider of the revolutionary grieving programs called <strong>Healthy Grieving</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of grief and loss. The long-term objective of <strong>GriefFree.org</strong> is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\n<strong><a href="http://www.grieffree.org/grieffree-org/" target="_blank">Read more</a></strong>[/vc_column_text][vc_video link="https://www.youtube.com/watch?v=NU-pxSzrqyw"][vc_column_text]<strong>Peggy Lit and David Cope</strong> are the Founders of <strong>GriefFree.org.</strong> Their passion to create <strong>GriefFree.org</strong> came from their own experience of using the process and from witnessing the transformational change that occurred in so many people. They truly know, as a society, that we no longer need to suffer from the debilitating pain of grief and loss.\r\n\r\nRead more about <a href="http://www.grieffree.org/about-us/about-peggy-lit/" target="_blank"><strong>Peggy Lit</strong></a> and <a href="http://www.grieffree.org/about-us/about-david-r-cope/" target="_blank"><strong>David Cope</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-25 18:21:59', '2016-07-25 18:21:59', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1498, 1, '2016-07-25 18:24:03', '2016-07-25 18:24:03', ' ', '', '', 'publish', 'closed', 'closed', '', '1498', '', '', '2016-07-25 18:24:03', '2016-07-25 18:24:03', '', 0, 'http://www.grieffree.org/?p=1498', 3, 'nav_menu_item', '', 0),
(1499, 1, '2016-07-25 19:08:10', '2016-07-25 19:08:10', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization whose mission is to be a provider of the revolutionary grieving programs called <strong>Healthy Grieving</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of grief and loss. The long-term objective of <strong>GriefFree.org</strong> is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\n<strong><a href="http://www.grieffree.org/grieffree-org/" target="_blank">Read more</a></strong>[/vc_column_text][vc_column_text]<strong>Peggy Lit and David Cope</strong> are the Founders of <strong>GriefFree.org.</strong> Their passion to create <strong>GriefFree.org</strong> came from their own experience of using the process and from witnessing the transformational change that occurred in so many people. They truly know, as a society, that we no longer need to suffer from the debilitating pain of grief and loss.\r\n\r\nRead more about <a href="http://www.grieffree.org/about-us/about-peggy-lit/" target="_blank"><strong>Peggy Lit</strong></a> and <a href="http://www.grieffree.org/about-us/about-david-r-cope/" target="_blank"><strong>David Cope</strong></a>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'About Us', '', 'inherit', 'closed', 'closed', '', '159-revision-v1', '', '', '2016-07-25 19:08:10', '2016-07-25 19:08:10', '', 159, 'http://www.grieffree.org/159-revision-v1/', 0, 'revision', '', 0),
(1500, 1, '2016-07-25 19:09:00', '2016-07-25 19:09:00', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video link="https://www.youtube.com/watch?v=NU-pxSzrqyw"][vc_column_text]\r\n\r\nUnresolved <strong>grief</strong> can negatively impact a person’s life in a silent and insidious way; it can create an undercurrent that effectively limits the fullness of a person’s life. However, as a society, we no longer need to suffer from the chronic debilitating pain of grief. The <strong>Healthy Grieving Programs </strong>offer amazing yet simple methods that can resolve the underlying issues of <strong>grief</strong> and can positively impact a person’s life in a very short period of time.\r\n\r\n<strong>GriefFree.org</strong> is a 501(c)(3) non-profit organization that is dedicated to educating the public and <strong>grief professionals</strong> about the revolutionary <strong>Healthy Grieving Programs</strong>. Our goal is to be on the leading edge of the bereavement industry. To that end, we are focused on providing quality training and education to open-minded professionals and individuals who seek to learn how to heal from the pain of <strong>grief and loss</strong>. The long-term objective of GriefFree.org is to orchestrate a fundamental change in the psychology of grief worldwide.\r\n\r\nIts Founders, <strong>David R. Cope and Peggy Lit</strong> have worked with the <strong>Healthy Grieving Process</strong> for many years and in many different applications. It is because of their experiences and witnesses to the amazing transformational changes that individual’s experience that they formed <strong>GriefFree.org.</strong>\r\n\r\n<strong>David</strong> has been blessed with the gift of creating effective processes that make fundamental changes in the way people experience themselves and life. The <strong>Healthy Grieving Programs</strong> are just a few of many that <strong>David</strong> has created. <strong>Peggy</strong> has a very rare quality of gently and compassionately working with individuals to expertly guide them into the experience of the <strong>Healthy Grieving Process.</strong> She has worked adroitly with the <strong>Healthy Grieving</strong> for a number of years and lives the fundamental principles of the process in her everyday life.\r\n\r\n<strong>GriefFree.org</strong> is making the <strong>Healthy Grieving Programs</strong> available to the general public over the internet because the internet is such a powerful platform for social change and it is the fastest way to expose the programs to as many people as possible. <strong>Peggy and David</strong> are happy to make this life-changing process available to the public because the pain of <strong>grief</strong> is such a pervasive human condition that they want as many people as possible to experience how letting go of grief through the <strong>Healthy Grieving Programs</strong> can make an immediate positive impact on people’s lives.\r\n\r\n<strong>GriefFree.org</strong> has developed course material so that the community of <strong>grief professionals</strong> can be trained in more advanced applications of <strong>Healthy Grieving</strong>. In this way, <strong>GriefFree.org</strong> can develop a network of professionals who can support the grieving community-at-large and build credibility and advancement in the <strong>Healthy Grieving Programs.</strong>\r\n\r\nIf you find that your experience with the <strong>Healthy Grieving Programs</strong> has positively impacted your life experience, we would welcome a donation as your expression of appreciation. All donated funds will be used to further the mission of <strong>GriefFree.org</strong> and will be greatly valued.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'GriefFree.org', '', 'inherit', 'closed', 'closed', '', '1494-revision-v1', '', '', '2016-07-25 19:09:00', '2016-07-25 19:09:00', '', 1494, 'http://www.grieffree.org/1494-revision-v1/', 0, 'revision', '', 0),
(1503, 1, '2016-07-25 19:40:54', '2016-07-25 19:40:54', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-autosave-v1', '', '', '2016-07-25 19:40:54', '2016-07-25 19:40:54', '', 307, 'http://www.grieffree.org/307-autosave-v1/', 0, 'revision', '', 0),
(1504, 1, '2016-07-25 19:27:32', '2016-07-25 19:27:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link.\r\n\r\nPlease read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][vc_row_inner][vc_column_inner width="1/2"][vc_single_image image="1501" img_size="full" alignment="center"][/vc_column_inner][vc_column_inner width="1/2"][vc_single_image image="1502" img_size="full" alignment="center"][/vc_column_inner][/vc_row_inner][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:27:32', '2016-07-25 19:27:32', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1505, 1, '2016-07-25 19:29:39', '2016-07-25 19:29:39', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_cta]I am promo text. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.[/vc_cta][vc_single_image image="1501" img_size="full" style="vc_box_shadow_circle"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link.\r\n\r\nPlease read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:29:39', '2016-07-25 19:29:39', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1506, 1, '2016-07-25 19:31:42', '2016-07-25 19:31:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_cta h2="" style="flat" add_button="left" btn_color="danger" btn_size="lg"][/vc_cta][vc_single_image image="1501" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link.\r\n\r\nPlease read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:31:42', '2016-07-25 19:31:42', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1507, 1, '2016-07-25 19:34:10', '2016-07-25 19:34:10', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1501" img_size="full" style="vc_box_rounded"][vc_cta h2="" style="flat" add_button="left" btn_title="Read More" btn_color="juicy-pink" btn_link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||"]Please read all the wonderful <strong><a title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></strong> for the Healthy Grieving process by clicking on Read More.[/vc_cta][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link.\r\n\r\nPlease read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:34:10', '2016-07-25 19:34:10', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1508, 1, '2016-07-25 19:37:11', '2016-07-25 19:37:11', '', 'Professional', '', 'inherit', 'open', 'closed', '', 'professional', '', '', '2016-07-25 19:37:11', '2016-07-25 19:37:11', '', 307, 'http://www.grieffree.org/wp-content/uploads/2016/01/Professional.jpg', 0, 'attachment', 'image/jpeg', 0),
(1509, 1, '2016-07-25 19:37:14', '2016-07-25 19:37:14', '', 'Personal', '', 'inherit', 'open', 'closed', '', 'personal', '', '', '2016-07-25 19:37:14', '2016-07-25 19:37:14', '', 307, 'http://www.grieffree.org/wp-content/uploads/2016/01/Personal.jpg', 0, 'attachment', 'image/jpeg', 0),
(1510, 1, '2016-07-25 19:39:47', '2016-07-25 19:39:47', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:39:47', '2016-07-25 19:39:47', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1511, 1, '2016-07-25 19:41:47', '2016-07-25 19:41:47', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" link="url:http%3A%2F%2Fwww.grieffree.org%2Fprofessional-testimonials%2F||target:%20_blank"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:41:47', '2016-07-25 19:41:47', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1512, 1, '2016-07-25 19:42:44', '2016-07-25 19:42:44', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" link="url:http%3A%2F%2Fwww.grieffree.org%2Fprofessional-testimonials%2F||target:%20_blank"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:42:44', '2016-07-25 19:42:44', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1513, 1, '2016-07-25 19:43:28', '2016-07-25 19:43:28', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_empty_space][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" link="url:http%3A%2F%2Fwww.grieffree.org%2Fprofessional-testimonials%2F||target:%20_blank"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:43:28', '2016-07-25 19:43:28', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0),
(1514, 1, '2016-07-25 19:44:08', '2016-07-25 19:44:08', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_single_image image="1509" img_size="full" style="vc_box_rounded"][vc_column_text]Please read all the wonderful <strong><span style="color: #800000;"><a style="color: #800000;" title="Personal Testimonials" href="http://www.grieffree.org/personal-testimonials/">personal testimonials</a></span></strong> for the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fpersonal-testimonials%2F||target:%20_blank"][vc_empty_space][vc_single_image image="1508" img_size="full" style="vc_box_rounded"][vc_column_text]Please read the <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-testimonials/">testimonials from professionals</a></span></strong> who have experienced the Healthy Grieving process by clicking on the link below.[/vc_column_text][vc_button title="Read More" color="primary" size="large" margin_top="-20" link="url:http%3A%2F%2Fwww.grieffree.org%2Fprofessional-testimonials%2F||target:%20_blank"][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '307-revision-v1', '', '', '2016-07-25 19:44:08', '2016-07-25 19:44:08', '', 307, 'http://www.grieffree.org/307-revision-v1/', 0, 'revision', '', 0);
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
(1515, 1, '2016-07-25 19:45:03', '2016-07-25 19:45:03', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<iframe src="http://www.youtube.com/embed/mhxe-Yn99Fo" width="100%" height="258" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\n\n<strong>powerfully transformative …</strong>\n\nI used the grieving process to help me let go of a relationship that had been over for many years.  Sure I had “moved on with my life” but I still dreamed about my ex often and could still be triggered by news of him.  Despite all the work I had done, including therapy, something still hadn’t fully let go.  I thought that I missed “him,” our marriage, the life we had together, all we were to each other, but what I couldn’t see – the missing piece for me – was that what I was missing was what it <i>gave to me </i>and what it <i>did for me</i>. . .  it wasn’t the loss of the person; it was what I got from it.\n\n<b><i></i></b><b><i>Identifying the actual loss</i></b> I was grieving – and being honest about it and being willing to go deep to find it — turned out to be the key in setting me free.  I also used the process with a subsequent relationship and I even use it to grieve the ongoing losses with my mother’s Alzheimer’s disease.  Yes, there are very real losses with this terrible disease – and of course her death will also be a real loss – but even so, I find that if I can identify what I am actually missing, it makes a huge difference in how I feel, and allows me to move through the process rather than be stuck in an unhealthy way.\n\n<b></b><b>2/2014 Update</b>: My mother passed away two months ago.  We had a very close relationship and this is my first experience of a death of someone close to me, yet I am doing amazingly well. When my mom died, I was overcome with <strong>grief</strong> at the finality of the loss of her, even though I’d been losing her over the past year.  There were moments I thought the grief would overtake me; it hurt that much.  But I found that by allowing myself to feel the full brunt of all my feelings, including the nearly-overpowering waves of pain and loss that would wash over me, and by honestly identifying what losing my mom meant <i>to me </i>and to my sense of myself, I was able to move through the <strong>grief process</strong> very quickly – within two months — compared to close friends who have also lost their mothers in the past year.  Many of them are still in pain and I am at peace.\n\nFor those willing to undertake the difficult tasks of a) experiencing the full impact of the painful feelings of loss and b) doing the deep work of being honest about how the loss affects one’s own sense of self, the Healthy Grieving process can be powerfully transformative in moving through the pain to a place of peace where thoughts of the person bring feelings of love rather than grief.\n\nMaury Cohen\n\n<strong>truly revolutionary….</strong>\n\nDavid has an uncanny ability to articulate deep transformation processes into straightforward worksheets. I have worked with most of David’s processes and can attest to their amazing delivery of inner awareness. His pioneering work in owning, the process of letting go, provides the foundation for Healthy Grieving. I feel very fortunate to have personally worked with David’s grieving process to experience the wonderful feeling of love and appreciation that the Healthy Grieving promises. I have also used the Healthy Grieving process in many different applications with my clients with great success. With great appreciation, I can testify to its incredible healing capabilities. It truly is revolutionary.\n\nPeggy Lit\n\n<strong>gave me the power to take back my life…</strong>\n\nMy mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs to numb my pain. Whenever life presented a triggering experience such as a wedding, I would feel devastated and become depressed. This was the way I experienced the death of my Mom throughout my life. Twenty years later, I was willing to look at the death of my mom in the grieving process with David. The results have been life changing. The huge burden of carrying around the pain and <strong>grief</strong> is gone. I can now actually remember my mother in all the good times rather than the negative experiences I was holding onto. I no longer hold myself back from experiencing my self in life by getting depressed. This process made me wish I could have done this twenty years ago. It gave me the power to take my life back, never realizing how deeply it affected my whole entire life. And, it opened the doors to a greater understanding of my self.\n\nJenny Germano\n\n<strong>empowered me to take back responsibility for <i>myself…</i></strong>\n\nThe transformations that I continue to undergo with The Healthy Grieving Process are nothing short of tremendous. I feel freedom in my personal truth, my voice, and most importantly in my heart. There is lightness in my body that I have never known as well as the confidence to just be myself. Because The Healthy Grieving Process is so dynamic, it has been able to help me move past self-limiting beliefs and behavior patterns that stand in the way of me living a fulfilling life. I have successfully grieved and resolved various roles that I have played throughout my life to make room for who I actually am at the core. After working with this process for only a month, I have resolved issues that I have been working on for five plus years. It has truly been the missing link to my inner work. The beauty of this healing process is that no one “did” anything to me. Instead, The Healthy Grieving Process has empowered me to take back responsibility for <i>myself</i> to find the answers within <i>me</i> in order to heal <i>me</i>. I have learned that all I need is with me, and I actually really feel that and understand what that means now.  David and Peggy are true teachers and guides who have given the world such a gift with this work. I don’t think I could imagine not having this work in my life now. It is making all the difference in my journey of self-growth and healing.\n\nKaryn Seitz\n\n<strong>a new found freedom…</strong>\n\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\n\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\n\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\n\nAmy Schaller\n\n<strong>it’s amazing…</strong>\n\nSince I had worked with the Healthy Grieving process previously on another issue, I was prepared to start the grieving process for my Dad right after his funeral. I knew I wanted to grieve him and move on with my life because I understand that holding onto things in life holds me back – grieving provides the space for me to continue to grow.\n\nI can see how my family is still struggling with my Dad’s death six months later. This was especially evident when I went home for a family reunion. Most of the family members were anxious in their need to cling to his memory through his personal belongings. Thanks to the Healthy Grieving process, I did not feel a need to have any of his belongings because I have only great memories of my Dad that are secure within my heart. I almost sensed a feeling of freedom knowing I was in such a great place and was ready to move on with my life.\n\nThe Healthy Grieving process gets to grief at such a deep level and allows me to pull up stuff that would never have dawned on me. I feel so blessed to have this tool in my life, in so many ways, because it helps me to let go. It’s amazing.\n\nLorraine Ciccone\n\n<strong>I can be totally here …</strong>\n\nA month after my Dad died I was ready to grieve his death and move forward in my life. I clearly knew that what I had been feeling was related to an attachment that I had with my Dad and my self-identity.\n\nThe Healthy Grieving process gave me a sense of clarity so I could no longer fool myself about what I was really feeling. The process focused on exactly the key feelings that I needed to worked on. Now, I feel like I only have healthy feelings of remembrance of my Dad who passed away four months ago. I am no longer feeling sorry for myself or feeling guilty like I did a few weeks before the process. Even when I remember my Dad when he was sick, I know that he was only a human being who suffered; I am now separated from his suffering. I feel like I am in some kind of joy, a sense of freedom, and that I can be totally here.\n\nIf you are brave and open enough, The Healthy Grieving process allows you to really understand why you are feeling what you are and how to get out of the spiral of nonsense caused by the attachments. I discovered totally unexpected things about myself that helped me value myself a lot more. Now, I agree with who I am.\n\nGustavo Arizpe\n\n<strong>“my miracle”…</strong>\n\nMy youngest grandson was gone; it felt like the weeping would never end. Death can come in many disguises and though my grandson is alive and living in Seattle now, the ache of separation was a familiar haunting from years ago when my first 2 children we''re kidnapped by their father and I didn''t see them for 8 years.  I spent years in therapy and thousands of dollars over that trauma as I continued to limp through life.\n\nWhen I heard about, <strong>GriefFree.org</strong> and the Healthy Grieving process, I jumped in with both feet, heart and mind. I was READY to be FREE of the pain that felt like a large boulder sitting in the pit of my stomach.\n\nDavid lowered me like a water bucket into the well of fresh, sparkling water of my own life. This experience was like taking my dirty car to the carwash. I went in full of crud and dirt and came out clean, lighter and restored to my original design.  I call this experience “My Miracle” because it was quick, realistic, and honorable. It accomplished in a nano second what years of therapy and a bank full of money could not do.\n\nThank you so much.\n\nPatsy Levad, Denver, CO\n\n<strong>amazing how rapidly I grieved my father…</strong>\n\nAbout a year ago my father was given less than a year to live. I struggled in the beginning with it but I was able to prepare myself by doing grieving work with the Healthy Grieving process. The grieving process really supported me in all the stages of his dying because I was able to spend quality time and really enjoy my time with him. This incredible process allowed me to address what I was feeling inside so I did not shut down by numbing out and not wanting to feel the feelings. When my mother died 20 years ago I shut down; I carried the burden of my mother’s death around with me for 20 years and I felt trapped in the pain of losing her.\n\nIt was quite amazing how rapidly I grieved my father because of all the grieving work I did. Within a few days of my father’s passing I knew that I had fully grieved him. Though there was some guilt associated with grieving him so quickly, I knew that I only had fond memories of my father without any underlying heaviness.\n\nGrieving my father gave me back a part of my self and my life. I was able to let go of being a daughter and the expectations I lived my life by as one. The gift I got from this deep work was I saw that I needed my father to save me, which is why I wanted to save him, so I could go on relying on him in my life. In the end I saved myself because I got back a part of myself that I had given away to being a daughter for 41 years.\n\nJenny Germano\n\n<strong>The Healthy Grieving process was awesome…</strong>\n\nI knew I had unresolved feelings about my mother’s death and that I was suppressing the overall meaning of her life. This was getting in the way of my work and my relationships where I was not being able to hold my own; I was living a life half-lived.\n\nThe Healthy Grieving process was awesome; it left me feeling supported which is very important to me. I am now allowing myself more conscious memories of my mother to immerge especially around cooking with my Mom – I can now acknowledge that my mother was a wonderful cook. I feel free of the competitiveness with my Mom I once had.  Recently, I looked at an old picture of my Mom in a drawer and I looked at her with compassion as I could see the fear in her face. I am feeling joyful that I can connect with her, recognizing my own fears. I feel myself melting as I say this, a feeling of joy. I recognize this more profound joy related to my mother.\n\nThe Healthy Grieving process revealed something different than I anticipated. It is a tough process but I felt encouraged and it led to my going deeper in the process. The miracle of the process is that I am allowing myself to feel more attached to the positive aspects of my relationship with my mother.\n\nEugenia Rossi\n\n<strong>This is how I wanted to feel my whole life…</strong>\n\nI remember thinking I had been living in like a B movie and now it felt like I was in a top-rated film. I felt this whole other energy in me. I knew that the sad stories were not who I am; they were just a story, a tape, something that likes to feed on its own pain, but it’s not really true, it’s not really me, I can make a different choice, <b><i>those stories are not the truth of who I am.     </i></b><strong><span style="color: #800000;"><a style="color: #800000;" title="The Experience of the Healthy Grieving Process" href="http://www.grieffree.org/the-experience-of-the-healthy-grieving-process/"><i>Read More…</i></a></span></strong>\n\nAnonymous upon request\n\n<strong>brought me healing and understanding like nothing else…</strong>\n\nI have tried many different forms of therapies – individual counseling, support groups, yoga, meditation, and even shamanic practices – to alleviate my grief. All of these things have brought me comfort and insight, but the Healthy Grieving Process has brought me healing and understanding like nothing else.\n\nThe Healthy Grieving Process provides me tangible tools to probe into the depths of my<strong> grief</strong> in order to explore my pain, not run from it. The more I work with the process, the more whole and free I become l as my <strong>grief</strong> becomes integrated into who I am. I am learning how to live from and listen to my heart, which is opening new doors in my career, my relationships, and my own self-awareness.\n\nLauren Cooper\n\n<strong>it released me from my own suffering…</strong>\n\n<strong>David’s grieving process</strong> taught me that I am the cause of my own mental suffering.  I realized by not doing the work on grieving that I can hide behind the <strong>grief</strong> and not look at myself to see what is really going on.  Then I can blame the person or situation for my pain and suffering.  This grieving process taught me how to be brutally honest with myself about the meaning and projecting I put on the person or situation.  It showed me how I was using them to fill me.  What I was lacking within myself is what I was looking for outside of myself.  Once I learned what I am projecting onto them, then I can learn to give that back to me and take care of myself instead of depending on someone or something else to complete me.  The hardest part of the process is seeing myself and owning my own experiences as me.\n\nThis grieving process has changed my life.  The process has allowed me to see how I have been running from my life and not wanting to see who I am.  It released me from my own suffering.  This process is the greatest gift I have given to myself.  I still use this to this day.\n\nCarol Osepowicz\n\n<strong>It is like I am born again…</strong>\n\nI went through the Healthy Grieving process the day of my mother’s passing. I had the courage to do it because I knew it would help me resolve the pain I was feeling.  Not only did it let go of the pain, but it helped me have clarity about everything that was happening around her death, Without doing the process, I could never had talked at my mother’s funeral and been able to cope with all the emotional turmoil that was happening around me.\n\nThe Healthy Grieving process allowed me to have a deep appreciation for my Mom.  I can now completely understand her life and why it was the way it was.  I have an acceptance of her and her life that I have never felt before.  I see, feel and know the gift she was to me.  I have a sense of clarity I have never experience before.  I feel so huge, so spacious and full of possibilities. It all feels new, clean and fresh, like a blooming flower.  It is like I am born again, having given birth to my own self.\n\nHealthy Grieving is a simple, yet direct process which allows for very quick and effective healing to take place. The gift of the healing process was that it healed the relationship with my mother and left a deep loving awareness of my Mom and her life. What a wonderful gift I gave to myself and my Mom.\n\nPenny Steinkamp\n\n<strong>I am literally blown away by what this work revealed…</strong>\n\nI feel so happy and grateful that I got to experience the victim process and the Healthy Grieving process, and I want to encourage anyone struggling like I was, especially struggling with a difficult past, to do this work. I would have told you that I was not a victim, and yet I actually subtly blamed everything in my life on my mom and my past. Eventually you have to forgive and move on. I thought I had, but I found out I really hadn’t. I thought I was a pillar of strength but I was just blaming everything wrong in my life on my mom, yet truly not aware that I was doing that.\n\nI am literally blown away by what this work revealed, and at how much I had been carrying for so long. This work has been life changing for me. If anyone can experience even a small portion of what has changed my life, I would like to help them do it; and I hope by sharing my story, someone else will benefit like I did.  <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim to the Experience of Loss" href="http://www.grieffree.org/being-a-victim-to-the-experience-of-loss/">Read her story…</a></span></strong>\n\n<strong>somehow it got magically released…</strong>\n\n“I used the process to grieve not having the chance to say goodbye to my grandfather who died when I was 13. I missed the chance to say goodbye because I went to a friend’s sleepover instead. What is so interesting and enlightening about Healthy Grieving process is that I really had no idea that bundled in with the feeling of regret that I missed saying goodbye was a belief that I could not trust myself or my own decision making as a result of that night. I had no idea how much that underlying belief affected my day-to-day life. Somehow, with the Healthy Grieving process, I was able to let it all go — guilt over my decision, judging myself for how I reacted to his death and wondering what was wrong with me, missing saying goodbye, and the big issue of not trusting myself and my choices. Somehow it all got magically released and I am at peace. I cried like crazy going through the process, but you do come out the other end –and now I feel way different.”\n\nAnonymous upon request\n\n<strong>grateful beyond words..</strong>\n\nI have used David’s grieving process for a divorce, a life style change, and most recently for my cat Wims, that I had to give away. I used the grieving process for Wims because I realized that I was in denial of my feelings of letting her go.  The organization of the grieving process is a big part of the gift. It helped me on a step by step basis in showing me what was really underneath giving my cat away. I came away with a profound realization that as long as I have a living being in my space, I have a purpose in my life. Without this living being, I am lost and empty; I have no identity. From my work with the grieving process, I can now have the experience of my self without the <i>need</i> of another person or pet in my space to show me that I exist.\n\nThis process has taught me to turn inward to see my own value; I don’t need something outside myself to prove it anymore. The transformational gift of this process is the ability to feel the pain within and come out the other side as growth. I realize that life is always on the other side.\n\nI am grateful beyond words for this grieving process as it has been instrumental in who I have become.\n\nValerie Hale\n\n<strong>the process was incredibly helpful and empowering…</strong>\n\nI used the grieving process when I had to give up my dog for adoption. It felt right that I needed to grieve my dog to move on in my life. The process got rid of all my sadness and allowed me to be more open to giving her away. I realized through the process that what I was really letting go was my childhood and growing up. By doing the process, I felt a pretty big weight was lifted off my chest. I was a lot more relaxed and happy with my dog about her leaving and never seeing her again. Now, I only remember the happy memories and don’t dwell on the part that I had to give her away. As I look back, the process was incredibly helpful and empowering: I realized that <b><i>I </i></b>can change and be the one to take the weight off <b><i>my</i></b> chest. I am really glad I did the process.\n\nMarleigh Sizemore (age 15)\n\n<strong>it feels exciting, invigorating, and healthy…</strong>\n\nMy parents have been dead for a long time. I have known my whole life that I have always been lost to myself because of all my parent’s problems. Since their death, I have hung onto the things I did not get from my parents: security, stability, and knowing somebody was there for me. I felt this big emptiness inside me and a longing to feel that they cared for me. I kept holding these thoughts in my mind over the years thinking that would actually replace somebody caring for me.\n\nThe Healthy Grieving process, in a flash of illumination and clarity, got to the core of where my thinking needed to change in order for me to move on in my life. I have stopped all the wallowing and grief tied to the past. I am still scared of being the person who doesn’t give their power away to fantasies, wishes, and desires; things that can never be what they were. And now, I realize all the stuff about my parents was really about my self identity of needing to be needed. The grieving process is pretty incredible. I have gained the courage to let go of the past and the freedom to start creating my own life. I am connecting to people in a whole new way; it feels exciting, invigorating, and healthy.\n\nDonna Jacobs\n\n<strong>unhealthy grief was holding me back</strong>\n\n“I used the Healthy Grieving process to let go of an attachment to a house I had moved away from years ago.  I didn’t realize I was still holding on, but when I saw ‘loss of a home” on the list of possible applications for the Healthy Grieving process, it kind of jumped out at me and I knew immediately that it was something I needed to look at.  We have been living in our new state for many years but we told ourselves we couldn’t afford to buy a home here so we just kept renting, but finances turned out not to be the real issue.  When I did the Healthy Grieving process, I discovered that under the story of the beloved house that I had left behind  was the belief that that house was as good as it could — or would — ever get for me. The underlying issue wasn’t the loss of the “perfect house;” it was a limitation on what I believed was possible for me and my life.  I know the Healthy Grieving process really works because within a week of completing the worksheet and letting go of the loss I’d been holding onto, my husband and I were out looking at houses, finding many in our price range that we liked, and even making offers.  <b>Update </b><b>January 2015</b> - I am writing this from my new home! How about that?!  Three months to manifestation of a dream I have had for seven years.  I give credit to the GriefFree process…I didn’t even realize how unhealthy grief was holding me back!\n\nAnonymous upon request.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Personal Testimonials', '', 'inherit', 'closed', 'closed', '', '311-autosave-v1', '', '', '2016-07-25 19:45:03', '2016-07-25 19:45:03', '', 311, 'http://www.grieffree.org/311-autosave-v1/', 0, 'revision', '', 0);
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
(1516, 1, '2016-07-25 19:45:52', '2016-07-25 19:45:52', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video link="http://www.youtube.com/embed/mhxe-Yn99Fo"][vc_column_text]<iframe src="http://www.youtube.com/embed/mhxe-Yn99Fo" width="100%" height="258" frameborder="0" allowfullscreen="allowfullscreen"></iframe>\r\n\r\n<strong>powerfully transformative …</strong>\r\n\r\nI used the grieving process to help me let go of a relationship that had been over for many years.  Sure I had “moved on with my life” but I still dreamed about my ex often and could still be triggered by news of him.  Despite all the work I had done, including therapy, something still hadn’t fully let go.  I thought that I missed “him,” our marriage, the life we had together, all we were to each other, but what I couldn’t see – the missing piece for me – was that what I was missing was what it <i>gave to me </i>and what it <i>did for me</i>. . .  it wasn’t the loss of the person; it was what I got from it.\r\n\r\n<b><i></i></b><b><i>Identifying the actual loss</i></b> I was grieving – and being honest about it and being willing to go deep to find it — turned out to be the key in setting me free.  I also used the process with a subsequent relationship and I even use it to grieve the ongoing losses with my mother’s Alzheimer’s disease.  Yes, there are very real losses with this terrible disease – and of course her death will also be a real loss – but even so, I find that if I can identify what I am actually missing, it makes a huge difference in how I feel, and allows me to move through the process rather than be stuck in an unhealthy way.\r\n\r\n<b></b><b>2/2014 Update</b>: My mother passed away two months ago.  We had a very close relationship and this is my first experience of a death of someone close to me, yet I am doing amazingly well. When my mom died, I was overcome with <strong>grief</strong> at the finality of the loss of her, even though I’d been losing her over the past year.  There were moments I thought the grief would overtake me; it hurt that much.  But I found that by allowing myself to feel the full brunt of all my feelings, including the nearly-overpowering waves of pain and loss that would wash over me, and by honestly identifying what losing my mom meant <i>to me </i>and to my sense of myself, I was able to move through the <strong>grief process</strong> very quickly – within two months — compared to close friends who have also lost their mothers in the past year.  Many of them are still in pain and I am at peace.\r\n\r\nFor those willing to undertake the difficult tasks of a) experiencing the full impact of the painful feelings of loss and b) doing the deep work of being honest about how the loss affects one’s own sense of self, the Healthy Grieving process can be powerfully transformative in moving through the pain to a place of peace where thoughts of the person bring feelings of love rather than grief.\r\n\r\nMaury Cohen\r\n\r\n<strong>truly revolutionary….</strong>\r\n\r\nDavid has an uncanny ability to articulate deep transformation processes into straightforward worksheets. I have worked with most of David’s processes and can attest to their amazing delivery of inner awareness. His pioneering work in owning, the process of letting go, provides the foundation for Healthy Grieving. I feel very fortunate to have personally worked with David’s grieving process to experience the wonderful feeling of love and appreciation that the Healthy Grieving promises. I have also used the Healthy Grieving process in many different applications with my clients with great success. With great appreciation, I can testify to its incredible healing capabilities. It truly is revolutionary.\r\n\r\nPeggy Lit\r\n\r\n<strong>gave me the power to take back my life…</strong>\r\n\r\nMy mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs to numb my pain. Whenever life presented a triggering experience such as a wedding, I would feel devastated and become depressed. This was the way I experienced the death of my Mom throughout my life. Twenty years later, I was willing to look at the death of my mom in the grieving process with David. The results have been life changing. The huge burden of carrying around the pain and <strong>grief</strong> is gone. I can now actually remember my mother in all the good times rather than the negative experiences I was holding onto. I no longer hold myself back from experiencing my self in life by getting depressed. This process made me wish I could have done this twenty years ago. It gave me the power to take my life back, never realizing how deeply it affected my whole entire life. And, it opened the doors to a greater understanding of my self.\r\n\r\nJenny Germano\r\n\r\n<strong>empowered me to take back responsibility for <i>myself…</i></strong>\r\n\r\nThe transformations that I continue to undergo with The Healthy Grieving Process are nothing short of tremendous. I feel freedom in my personal truth, my voice, and most importantly in my heart. There is lightness in my body that I have never known as well as the confidence to just be myself. Because The Healthy Grieving Process is so dynamic, it has been able to help me move past self-limiting beliefs and behavior patterns that stand in the way of me living a fulfilling life. I have successfully grieved and resolved various roles that I have played throughout my life to make room for who I actually am at the core. After working with this process for only a month, I have resolved issues that I have been working on for five plus years. It has truly been the missing link to my inner work. The beauty of this healing process is that no one “did” anything to me. Instead, The Healthy Grieving Process has empowered me to take back responsibility for <i>myself</i> to find the answers within <i>me</i> in order to heal <i>me</i>. I have learned that all I need is with me, and I actually really feel that and understand what that means now.  David and Peggy are true teachers and guides who have given the world such a gift with this work. I don’t think I could imagine not having this work in my life now. It is making all the difference in my journey of self-growth and healing.\r\n\r\nKaryn Seitz\r\n\r\n<strong>a new found freedom…</strong>\r\n\r\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\r\n\r\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\r\n\r\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\r\n\r\nAmy Schaller\r\n\r\n<strong>it’s amazing…</strong>\r\n\r\nSince I had worked with the Healthy Grieving process previously on another issue, I was prepared to start the grieving process for my Dad right after his funeral. I knew I wanted to grieve him and move on with my life because I understand that holding onto things in life holds me back – grieving provides the space for me to continue to grow.\r\n\r\nI can see how my family is still struggling with my Dad’s death six months later. This was especially evident when I went home for a family reunion. Most of the family members were anxious in their need to cling to his memory through his personal belongings. Thanks to the Healthy Grieving process, I did not feel a need to have any of his belongings because I have only great memories of my Dad that are secure within my heart. I almost sensed a feeling of freedom knowing I was in such a great place and was ready to move on with my life.\r\n\r\nThe Healthy Grieving process gets to grief at such a deep level and allows me to pull up stuff that would never have dawned on me. I feel so blessed to have this tool in my life, in so many ways, because it helps me to let go. It’s amazing.\r\n\r\nLorraine Ciccone\r\n\r\n<strong>I can be totally here …</strong>\r\n\r\nA month after my Dad died I was ready to grieve his death and move forward in my life. I clearly knew that what I had been feeling was related to an attachment that I had with my Dad and my self-identity.\r\n\r\nThe Healthy Grieving process gave me a sense of clarity so I could no longer fool myself about what I was really feeling. The process focused on exactly the key feelings that I needed to worked on. Now, I feel like I only have healthy feelings of remembrance of my Dad who passed away four months ago. I am no longer feeling sorry for myself or feeling guilty like I did a few weeks before the process. Even when I remember my Dad when he was sick, I know that he was only a human being who suffered; I am now separated from his suffering. I feel like I am in some kind of joy, a sense of freedom, and that I can be totally here.\r\n\r\nIf you are brave and open enough, The Healthy Grieving process allows you to really understand why you are feeling what you are and how to get out of the spiral of nonsense caused by the attachments. I discovered totally unexpected things about myself that helped me value myself a lot more. Now, I agree with who I am.\r\n\r\nGustavo Arizpe\r\n\r\n<strong>“my miracle”…</strong>\r\n\r\nMy youngest grandson was gone; it felt like the weeping would never end. Death can come in many disguises and though my grandson is alive and living in Seattle now, the ache of separation was a familiar haunting from years ago when my first 2 children we''re kidnapped by their father and I didn''t see them for 8 years.  I spent years in therapy and thousands of dollars over that trauma as I continued to limp through life.\r\n\r\nWhen I heard about, <strong>GriefFree.org</strong> and the Healthy Grieving process, I jumped in with both feet, heart and mind. I was READY to be FREE of the pain that felt like a large boulder sitting in the pit of my stomach.\r\n\r\nDavid lowered me like a water bucket into the well of fresh, sparkling water of my own life. This experience was like taking my dirty car to the carwash. I went in full of crud and dirt and came out clean, lighter and restored to my original design.  I call this experience “My Miracle” because it was quick, realistic, and honorable. It accomplished in a nano second what years of therapy and a bank full of money could not do.\r\n\r\nThank you so much.\r\n\r\nPatsy Levad, Denver, CO\r\n\r\n<strong>amazing how rapidly I grieved my father…</strong>\r\n\r\nAbout a year ago my father was given less than a year to live. I struggled in the beginning with it but I was able to prepare myself by doing grieving work with the Healthy Grieving process. The grieving process really supported me in all the stages of his dying because I was able to spend quality time and really enjoy my time with him. This incredible process allowed me to address what I was feeling inside so I did not shut down by numbing out and not wanting to feel the feelings. When my mother died 20 years ago I shut down; I carried the burden of my mother’s death around with me for 20 years and I felt trapped in the pain of losing her.\r\n\r\nIt was quite amazing how rapidly I grieved my father because of all the grieving work I did. Within a few days of my father’s passing I knew that I had fully grieved him. Though there was some guilt associated with grieving him so quickly, I knew that I only had fond memories of my father without any underlying heaviness.\r\n\r\nGrieving my father gave me back a part of my self and my life. I was able to let go of being a daughter and the expectations I lived my life by as one. The gift I got from this deep work was I saw that I needed my father to save me, which is why I wanted to save him, so I could go on relying on him in my life. In the end I saved myself because I got back a part of myself that I had given away to being a daughter for 41 years.\r\n\r\nJenny Germano\r\n\r\n<strong>The Healthy Grieving process was awesome…</strong>\r\n\r\nI knew I had unresolved feelings about my mother’s death and that I was suppressing the overall meaning of her life. This was getting in the way of my work and my relationships where I was not being able to hold my own; I was living a life half-lived.\r\n\r\nThe Healthy Grieving process was awesome; it left me feeling supported which is very important to me. I am now allowing myself more conscious memories of my mother to immerge especially around cooking with my Mom – I can now acknowledge that my mother was a wonderful cook. I feel free of the competitiveness with my Mom I once had.  Recently, I looked at an old picture of my Mom in a drawer and I looked at her with compassion as I could see the fear in her face. I am feeling joyful that I can connect with her, recognizing my own fears. I feel myself melting as I say this, a feeling of joy. I recognize this more profound joy related to my mother.\r\n\r\nThe Healthy Grieving process revealed something different than I anticipated. It is a tough process but I felt encouraged and it led to my going deeper in the process. The miracle of the process is that I am allowing myself to feel more attached to the positive aspects of my relationship with my mother.\r\n\r\nEugenia Rossi\r\n\r\n<strong>This is how I wanted to feel my whole life…</strong>\r\n\r\nI remember thinking I had been living in like a B movie and now it felt like I was in a top-rated film. I felt this whole other energy in me. I knew that the sad stories were not who I am; they were just a story, a tape, something that likes to feed on its own pain, but it’s not really true, it’s not really me, I can make a different choice, <b><i>those stories are not the truth of who I am.     </i></b><strong><span style="color: #800000;"><a style="color: #800000;" title="The Experience of the Healthy Grieving Process" href="http://www.grieffree.org/the-experience-of-the-healthy-grieving-process/"><i>Read More…</i></a></span></strong>\r\n\r\nAnonymous upon request\r\n\r\n<strong>brought me healing and understanding like nothing else…</strong>\r\n\r\nI have tried many different forms of therapies – individual counseling, support groups, yoga, meditation, and even shamanic practices – to alleviate my grief. All of these things have brought me comfort and insight, but the Healthy Grieving Process has brought me healing and understanding like nothing else.\r\n\r\nThe Healthy Grieving Process provides me tangible tools to probe into the depths of my<strong> grief</strong> in order to explore my pain, not run from it. The more I work with the process, the more whole and free I become l as my <strong>grief</strong> becomes integrated into who I am. I am learning how to live from and listen to my heart, which is opening new doors in my career, my relationships, and my own self-awareness.\r\n\r\nLauren Cooper\r\n\r\n<strong>it released me from my own suffering…</strong>\r\n\r\n<strong>David’s grieving process</strong> taught me that I am the cause of my own mental suffering.  I realized by not doing the work on grieving that I can hide behind the <strong>grief</strong> and not look at myself to see what is really going on.  Then I can blame the person or situation for my pain and suffering.  This grieving process taught me how to be brutally honest with myself about the meaning and projecting I put on the person or situation.  It showed me how I was using them to fill me.  What I was lacking within myself is what I was looking for outside of myself.  Once I learned what I am projecting onto them, then I can learn to give that back to me and take care of myself instead of depending on someone or something else to complete me.  The hardest part of the process is seeing myself and owning my own experiences as me.\r\n\r\nThis grieving process has changed my life.  The process has allowed me to see how I have been running from my life and not wanting to see who I am.  It released me from my own suffering.  This process is the greatest gift I have given to myself.  I still use this to this day.\r\n\r\nCarol Osepowicz\r\n\r\n<strong>It is like I am born again…</strong>\r\n\r\nI went through the Healthy Grieving process the day of my mother’s passing. I had the courage to do it because I knew it would help me resolve the pain I was feeling.  Not only did it let go of the pain, but it helped me have clarity about everything that was happening around her death, Without doing the process, I could never had talked at my mother’s funeral and been able to cope with all the emotional turmoil that was happening around me.\r\n\r\nThe Healthy Grieving process allowed me to have a deep appreciation for my Mom.  I can now completely understand her life and why it was the way it was.  I have an acceptance of her and her life that I have never felt before.  I see, feel and know the gift she was to me.  I have a sense of clarity I have never experience before.  I feel so huge, so spacious and full of possibilities. It all feels new, clean and fresh, like a blooming flower.  It is like I am born again, having given birth to my own self.\r\n\r\nHealthy Grieving is a simple, yet direct process which allows for very quick and effective healing to take place. The gift of the healing process was that it healed the relationship with my mother and left a deep loving awareness of my Mom and her life. What a wonderful gift I gave to myself and my Mom.\r\n\r\nPenny Steinkamp\r\n\r\n<strong>I am literally blown away by what this work revealed…</strong>\r\n\r\nI feel so happy and grateful that I got to experience the victim process and the Healthy Grieving process, and I want to encourage anyone struggling like I was, especially struggling with a difficult past, to do this work. I would have told you that I was not a victim, and yet I actually subtly blamed everything in my life on my mom and my past. Eventually you have to forgive and move on. I thought I had, but I found out I really hadn’t. I thought I was a pillar of strength but I was just blaming everything wrong in my life on my mom, yet truly not aware that I was doing that.\r\n\r\nI am literally blown away by what this work revealed, and at how much I had been carrying for so long. This work has been life changing for me. If anyone can experience even a small portion of what has changed my life, I would like to help them do it; and I hope by sharing my story, someone else will benefit like I did.  <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim to the Experience of Loss" href="http://www.grieffree.org/being-a-victim-to-the-experience-of-loss/">Read her story…</a></span></strong>\r\n\r\n<strong>somehow it got magically released…</strong>\r\n\r\n“I used the process to grieve not having the chance to say goodbye to my grandfather who died when I was 13. I missed the chance to say goodbye because I went to a friend’s sleepover instead. What is so interesting and enlightening about Healthy Grieving process is that I really had no idea that bundled in with the feeling of regret that I missed saying goodbye was a belief that I could not trust myself or my own decision making as a result of that night. I had no idea how much that underlying belief affected my day-to-day life. Somehow, with the Healthy Grieving process, I was able to let it all go — guilt over my decision, judging myself for how I reacted to his death and wondering what was wrong with me, missing saying goodbye, and the big issue of not trusting myself and my choices. Somehow it all got magically released and I am at peace. I cried like crazy going through the process, but you do come out the other end –and now I feel way different.”\r\n\r\nAnonymous upon request\r\n\r\n<strong>grateful beyond words..</strong>\r\n\r\nI have used David’s grieving process for a divorce, a life style change, and most recently for my cat Wims, that I had to give away. I used the grieving process for Wims because I realized that I was in denial of my feelings of letting her go.  The organization of the grieving process is a big part of the gift. It helped me on a step by step basis in showing me what was really underneath giving my cat away. I came away with a profound realization that as long as I have a living being in my space, I have a purpose in my life. Without this living being, I am lost and empty; I have no identity. From my work with the grieving process, I can now have the experience of my self without the <i>need</i> of another person or pet in my space to show me that I exist.\r\n\r\nThis process has taught me to turn inward to see my own value; I don’t need something outside myself to prove it anymore. The transformational gift of this process is the ability to feel the pain within and come out the other side as growth. I realize that life is always on the other side.\r\n\r\nI am grateful beyond words for this grieving process as it has been instrumental in who I have become.\r\n\r\nValerie Hale\r\n\r\n<strong>the process was incredibly helpful and empowering…</strong>\r\n\r\nI used the grieving process when I had to give up my dog for adoption. It felt right that I needed to grieve my dog to move on in my life. The process got rid of all my sadness and allowed me to be more open to giving her away. I realized through the process that what I was really letting go was my childhood and growing up. By doing the process, I felt a pretty big weight was lifted off my chest. I was a lot more relaxed and happy with my dog about her leaving and never seeing her again. Now, I only remember the happy memories and don’t dwell on the part that I had to give her away. As I look back, the process was incredibly helpful and empowering: I realized that <b><i>I </i></b>can change and be the one to take the weight off <b><i>my</i></b> chest. I am really glad I did the process.\r\n\r\nMarleigh Sizemore (age 15)\r\n\r\n<strong>it feels exciting, invigorating, and healthy…</strong>\r\n\r\nMy parents have been dead for a long time. I have known my whole life that I have always been lost to myself because of all my parent’s problems. Since their death, I have hung onto the things I did not get from my parents: security, stability, and knowing somebody was there for me. I felt this big emptiness inside me and a longing to feel that they cared for me. I kept holding these thoughts in my mind over the years thinking that would actually replace somebody caring for me.\r\n\r\nThe Healthy Grieving process, in a flash of illumination and clarity, got to the core of where my thinking needed to change in order for me to move on in my life. I have stopped all the wallowing and grief tied to the past. I am still scared of being the person who doesn’t give their power away to fantasies, wishes, and desires; things that can never be what they were. And now, I realize all the stuff about my parents was really about my self identity of needing to be needed. The grieving process is pretty incredible. I have gained the courage to let go of the past and the freedom to start creating my own life. I am connecting to people in a whole new way; it feels exciting, invigorating, and healthy.\r\n\r\nDonna Jacobs\r\n\r\n<strong>unhealthy grief was holding me back</strong>\r\n\r\n“I used the Healthy Grieving process to let go of an attachment to a house I had moved away from years ago.  I didn’t realize I was still holding on, but when I saw ‘loss of a home” on the list of possible applications for the Healthy Grieving process, it kind of jumped out at me and I knew immediately that it was something I needed to look at.  We have been living in our new state for many years but we told ourselves we couldn’t afford to buy a home here so we just kept renting, but finances turned out not to be the real issue.  When I did the Healthy Grieving process, I discovered that under the story of the beloved house that I had left behind  was the belief that that house was as good as it could — or would — ever get for me. The underlying issue wasn’t the loss of the “perfect house;” it was a limitation on what I believed was possible for me and my life.  I know the Healthy Grieving process really works because within a week of completing the worksheet and letting go of the loss I’d been holding onto, my husband and I were out looking at houses, finding many in our price range that we liked, and even making offers.  <b>Update </b><b>January 2015</b> - I am writing this from my new home! How about that?!  Three months to manifestation of a dream I have had for seven years.  I give credit to the GriefFree process…I didn’t even realize how unhealthy grief was holding me back!\r\n\r\nAnonymous upon request.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Personal Testimonials', '', 'inherit', 'closed', 'closed', '', '311-revision-v1', '', '', '2016-07-25 19:45:52', '2016-07-25 19:45:52', '', 311, 'http://www.grieffree.org/311-revision-v1/', 0, 'revision', '', 0);
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
(1517, 1, '2016-07-25 19:46:42', '2016-07-25 19:46:42', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_video link="http://www.youtube.com/embed/mhxe-Yn99Fo"][vc_column_text]<strong>Powerfully transformative …</strong>\r\n\r\nI used the grieving process to help me let go of a relationship that had been over for many years.  Sure I had “moved on with my life” but I still dreamed about my ex often and could still be triggered by news of him.  Despite all the work I had done, including therapy, something still hadn’t fully let go.  I thought that I missed “him,” our marriage, the life we had together, all we were to each other, but what I couldn’t see – the missing piece for me – was that what I was missing was what it <i>gave to me </i>and what it <i>did for me</i>. . .  it wasn’t the loss of the person; it was what I got from it.\r\n\r\n<b><i></i></b><b><i>Identifying the actual loss</i></b> I was grieving – and being honest about it and being willing to go deep to find it — turned out to be the key in setting me free.  I also used the process with a subsequent relationship and I even use it to grieve the ongoing losses with my mother’s Alzheimer’s disease.  Yes, there are very real losses with this terrible disease – and of course her death will also be a real loss – but even so, I find that if I can identify what I am actually missing, it makes a huge difference in how I feel, and allows me to move through the process rather than be stuck in an unhealthy way.\r\n\r\n<b></b><b>2/2014 Update</b>: My mother passed away two months ago.  We had a very close relationship and this is my first experience of a death of someone close to me, yet I am doing amazingly well. When my mom died, I was overcome with <strong>grief</strong> at the finality of the loss of her, even though I’d been losing her over the past year.  There were moments I thought the grief would overtake me; it hurt that much.  But I found that by allowing myself to feel the full brunt of all my feelings, including the nearly-overpowering waves of pain and loss that would wash over me, and by honestly identifying what losing my mom meant <i>to me </i>and to my sense of myself, I was able to move through the <strong>grief process</strong> very quickly – within two months — compared to close friends who have also lost their mothers in the past year.  Many of them are still in pain and I am at peace.\r\n\r\nFor those willing to undertake the difficult tasks of a) experiencing the full impact of the painful feelings of loss and b) doing the deep work of being honest about how the loss affects one’s own sense of self, the Healthy Grieving process can be powerfully transformative in moving through the pain to a place of peace where thoughts of the person bring feelings of love rather than grief.\r\n\r\nMaury Cohen\r\n\r\n<strong>truly revolutionary….</strong>\r\n\r\nDavid has an uncanny ability to articulate deep transformation processes into straightforward worksheets. I have worked with most of David’s processes and can attest to their amazing delivery of inner awareness. His pioneering work in owning, the process of letting go, provides the foundation for Healthy Grieving. I feel very fortunate to have personally worked with David’s grieving process to experience the wonderful feeling of love and appreciation that the Healthy Grieving promises. I have also used the Healthy Grieving process in many different applications with my clients with great success. With great appreciation, I can testify to its incredible healing capabilities. It truly is revolutionary.\r\n\r\nPeggy Lit\r\n\r\n<strong>gave me the power to take back my life…</strong>\r\n\r\nMy mom died when I was 18 years old. I remember blaming God for taking my mother away and I used alcohol and drugs to numb my pain. Whenever life presented a triggering experience such as a wedding, I would feel devastated and become depressed. This was the way I experienced the death of my Mom throughout my life. Twenty years later, I was willing to look at the death of my mom in the grieving process with David. The results have been life changing. The huge burden of carrying around the pain and <strong>grief</strong> is gone. I can now actually remember my mother in all the good times rather than the negative experiences I was holding onto. I no longer hold myself back from experiencing my self in life by getting depressed. This process made me wish I could have done this twenty years ago. It gave me the power to take my life back, never realizing how deeply it affected my whole entire life. And, it opened the doors to a greater understanding of my self.\r\n\r\nJenny Germano\r\n\r\n<strong>empowered me to take back responsibility for <i>myself…</i></strong>\r\n\r\nThe transformations that I continue to undergo with The Healthy Grieving Process are nothing short of tremendous. I feel freedom in my personal truth, my voice, and most importantly in my heart. There is lightness in my body that I have never known as well as the confidence to just be myself. Because The Healthy Grieving Process is so dynamic, it has been able to help me move past self-limiting beliefs and behavior patterns that stand in the way of me living a fulfilling life. I have successfully grieved and resolved various roles that I have played throughout my life to make room for who I actually am at the core. After working with this process for only a month, I have resolved issues that I have been working on for five plus years. It has truly been the missing link to my inner work. The beauty of this healing process is that no one “did” anything to me. Instead, The Healthy Grieving Process has empowered me to take back responsibility for <i>myself</i> to find the answers within <i>me</i> in order to heal <i>me</i>. I have learned that all I need is with me, and I actually really feel that and understand what that means now.  David and Peggy are true teachers and guides who have given the world such a gift with this work. I don’t think I could imagine not having this work in my life now. It is making all the difference in my journey of self-growth and healing.\r\n\r\nKaryn Seitz\r\n\r\n<strong>a new found freedom…</strong>\r\n\r\nI knew I had a block that was preventing me from moving forward with my Dad’s death which occurred two years ago. I had been through a lot of therapy yet I was still seeking answers and was ready to get to the core of the issue. I really was afraid I was going to be in pain the rest of my life.\r\n\r\nAs compared to traditional therapy, The Healthy Grieving process was an intentional, structured, and had an end goal. I was guided in a safe environment that allowed me to peel back the layers at a depth I have never been before. The process afforded me an avenue to explore some very painful core issues regarding my relationship with my Dad. The benefit is now I have a better relationship with him.\r\n\r\nThe Healthy Grieving process has allowed me to be more present and joyful with my family. The dread and the longing for my Dad to be around has subsided and I often feel the loving support and benevolent presence of my father’s spirit, which is so beautiful. I feel like I have wind underneath my wings with a new found freedom and an excitement for my life and all of its possibilities.\r\n\r\nAmy Schaller\r\n\r\n<strong>it’s amazing…</strong>\r\n\r\nSince I had worked with the Healthy Grieving process previously on another issue, I was prepared to start the grieving process for my Dad right after his funeral. I knew I wanted to grieve him and move on with my life because I understand that holding onto things in life holds me back – grieving provides the space for me to continue to grow.\r\n\r\nI can see how my family is still struggling with my Dad’s death six months later. This was especially evident when I went home for a family reunion. Most of the family members were anxious in their need to cling to his memory through his personal belongings. Thanks to the Healthy Grieving process, I did not feel a need to have any of his belongings because I have only great memories of my Dad that are secure within my heart. I almost sensed a feeling of freedom knowing I was in such a great place and was ready to move on with my life.\r\n\r\nThe Healthy Grieving process gets to grief at such a deep level and allows me to pull up stuff that would never have dawned on me. I feel so blessed to have this tool in my life, in so many ways, because it helps me to let go. It’s amazing.\r\n\r\nLorraine Ciccone\r\n\r\n<strong>I can be totally here …</strong>\r\n\r\nA month after my Dad died I was ready to grieve his death and move forward in my life. I clearly knew that what I had been feeling was related to an attachment that I had with my Dad and my self-identity.\r\n\r\nThe Healthy Grieving process gave me a sense of clarity so I could no longer fool myself about what I was really feeling. The process focused on exactly the key feelings that I needed to worked on. Now, I feel like I only have healthy feelings of remembrance of my Dad who passed away four months ago. I am no longer feeling sorry for myself or feeling guilty like I did a few weeks before the process. Even when I remember my Dad when he was sick, I know that he was only a human being who suffered; I am now separated from his suffering. I feel like I am in some kind of joy, a sense of freedom, and that I can be totally here.\r\n\r\nIf you are brave and open enough, The Healthy Grieving process allows you to really understand why you are feeling what you are and how to get out of the spiral of nonsense caused by the attachments. I discovered totally unexpected things about myself that helped me value myself a lot more. Now, I agree with who I am.\r\n\r\nGustavo Arizpe\r\n\r\n<strong>“my miracle”…</strong>\r\n\r\nMy youngest grandson was gone; it felt like the weeping would never end. Death can come in many disguises and though my grandson is alive and living in Seattle now, the ache of separation was a familiar haunting from years ago when my first 2 children we''re kidnapped by their father and I didn''t see them for 8 years.  I spent years in therapy and thousands of dollars over that trauma as I continued to limp through life.\r\n\r\nWhen I heard about, <strong>GriefFree.org</strong> and the Healthy Grieving process, I jumped in with both feet, heart and mind. I was READY to be FREE of the pain that felt like a large boulder sitting in the pit of my stomach.\r\n\r\nDavid lowered me like a water bucket into the well of fresh, sparkling water of my own life. This experience was like taking my dirty car to the carwash. I went in full of crud and dirt and came out clean, lighter and restored to my original design.  I call this experience “My Miracle” because it was quick, realistic, and honorable. It accomplished in a nano second what years of therapy and a bank full of money could not do.\r\n\r\nThank you so much.\r\n\r\nPatsy Levad, Denver, CO\r\n\r\n<strong>amazing how rapidly I grieved my father…</strong>\r\n\r\nAbout a year ago my father was given less than a year to live. I struggled in the beginning with it but I was able to prepare myself by doing grieving work with the Healthy Grieving process. The grieving process really supported me in all the stages of his dying because I was able to spend quality time and really enjoy my time with him. This incredible process allowed me to address what I was feeling inside so I did not shut down by numbing out and not wanting to feel the feelings. When my mother died 20 years ago I shut down; I carried the burden of my mother’s death around with me for 20 years and I felt trapped in the pain of losing her.\r\n\r\nIt was quite amazing how rapidly I grieved my father because of all the grieving work I did. Within a few days of my father’s passing I knew that I had fully grieved him. Though there was some guilt associated with grieving him so quickly, I knew that I only had fond memories of my father without any underlying heaviness.\r\n\r\nGrieving my father gave me back a part of my self and my life. I was able to let go of being a daughter and the expectations I lived my life by as one. The gift I got from this deep work was I saw that I needed my father to save me, which is why I wanted to save him, so I could go on relying on him in my life. In the end I saved myself because I got back a part of myself that I had given away to being a daughter for 41 years.\r\n\r\nJenny Germano\r\n\r\n<strong>The Healthy Grieving process was awesome…</strong>\r\n\r\nI knew I had unresolved feelings about my mother’s death and that I was suppressing the overall meaning of her life. This was getting in the way of my work and my relationships where I was not being able to hold my own; I was living a life half-lived.\r\n\r\nThe Healthy Grieving process was awesome; it left me feeling supported which is very important to me. I am now allowing myself more conscious memories of my mother to immerge especially around cooking with my Mom – I can now acknowledge that my mother was a wonderful cook. I feel free of the competitiveness with my Mom I once had.  Recently, I looked at an old picture of my Mom in a drawer and I looked at her with compassion as I could see the fear in her face. I am feeling joyful that I can connect with her, recognizing my own fears. I feel myself melting as I say this, a feeling of joy. I recognize this more profound joy related to my mother.\r\n\r\nThe Healthy Grieving process revealed something different than I anticipated. It is a tough process but I felt encouraged and it led to my going deeper in the process. The miracle of the process is that I am allowing myself to feel more attached to the positive aspects of my relationship with my mother.\r\n\r\nEugenia Rossi\r\n\r\n<strong>This is how I wanted to feel my whole life…</strong>\r\n\r\nI remember thinking I had been living in like a B movie and now it felt like I was in a top-rated film. I felt this whole other energy in me. I knew that the sad stories were not who I am; they were just a story, a tape, something that likes to feed on its own pain, but it’s not really true, it’s not really me, I can make a different choice, <b><i>those stories are not the truth of who I am.     </i></b><strong><span style="color: #800000;"><a style="color: #800000;" title="The Experience of the Healthy Grieving Process" href="http://www.grieffree.org/the-experience-of-the-healthy-grieving-process/"><i>Read More…</i></a></span></strong>\r\n\r\nAnonymous upon request\r\n\r\n<strong>brought me healing and understanding like nothing else…</strong>\r\n\r\nI have tried many different forms of therapies – individual counseling, support groups, yoga, meditation, and even shamanic practices – to alleviate my grief. All of these things have brought me comfort and insight, but the Healthy Grieving Process has brought me healing and understanding like nothing else.\r\n\r\nThe Healthy Grieving Process provides me tangible tools to probe into the depths of my<strong> grief</strong> in order to explore my pain, not run from it. The more I work with the process, the more whole and free I become l as my <strong>grief</strong> becomes integrated into who I am. I am learning how to live from and listen to my heart, which is opening new doors in my career, my relationships, and my own self-awareness.\r\n\r\nLauren Cooper\r\n\r\n<strong>it released me from my own suffering…</strong>\r\n\r\n<strong>David’s grieving process</strong> taught me that I am the cause of my own mental suffering.  I realized by not doing the work on grieving that I can hide behind the <strong>grief</strong> and not look at myself to see what is really going on.  Then I can blame the person or situation for my pain and suffering.  This grieving process taught me how to be brutally honest with myself about the meaning and projecting I put on the person or situation.  It showed me how I was using them to fill me.  What I was lacking within myself is what I was looking for outside of myself.  Once I learned what I am projecting onto them, then I can learn to give that back to me and take care of myself instead of depending on someone or something else to complete me.  The hardest part of the process is seeing myself and owning my own experiences as me.\r\n\r\nThis grieving process has changed my life.  The process has allowed me to see how I have been running from my life and not wanting to see who I am.  It released me from my own suffering.  This process is the greatest gift I have given to myself.  I still use this to this day.\r\n\r\nCarol Osepowicz\r\n\r\n<strong>It is like I am born again…</strong>\r\n\r\nI went through the Healthy Grieving process the day of my mother’s passing. I had the courage to do it because I knew it would help me resolve the pain I was feeling.  Not only did it let go of the pain, but it helped me have clarity about everything that was happening around her death, Without doing the process, I could never had talked at my mother’s funeral and been able to cope with all the emotional turmoil that was happening around me.\r\n\r\nThe Healthy Grieving process allowed me to have a deep appreciation for my Mom.  I can now completely understand her life and why it was the way it was.  I have an acceptance of her and her life that I have never felt before.  I see, feel and know the gift she was to me.  I have a sense of clarity I have never experience before.  I feel so huge, so spacious and full of possibilities. It all feels new, clean and fresh, like a blooming flower.  It is like I am born again, having given birth to my own self.\r\n\r\nHealthy Grieving is a simple, yet direct process which allows for very quick and effective healing to take place. The gift of the healing process was that it healed the relationship with my mother and left a deep loving awareness of my Mom and her life. What a wonderful gift I gave to myself and my Mom.\r\n\r\nPenny Steinkamp\r\n\r\n<strong>I am literally blown away by what this work revealed…</strong>\r\n\r\nI feel so happy and grateful that I got to experience the victim process and the Healthy Grieving process, and I want to encourage anyone struggling like I was, especially struggling with a difficult past, to do this work. I would have told you that I was not a victim, and yet I actually subtly blamed everything in my life on my mom and my past. Eventually you have to forgive and move on. I thought I had, but I found out I really hadn’t. I thought I was a pillar of strength but I was just blaming everything wrong in my life on my mom, yet truly not aware that I was doing that.\r\n\r\nI am literally blown away by what this work revealed, and at how much I had been carrying for so long. This work has been life changing for me. If anyone can experience even a small portion of what has changed my life, I would like to help them do it; and I hope by sharing my story, someone else will benefit like I did.  <strong><span style="color: #800000;"><a style="color: #800000;" title="Being A Victim to the Experience of Loss" href="http://www.grieffree.org/being-a-victim-to-the-experience-of-loss/">Read her story…</a></span></strong>\r\n\r\n<strong>somehow it got magically released…</strong>\r\n\r\n“I used the process to grieve not having the chance to say goodbye to my grandfather who died when I was 13. I missed the chance to say goodbye because I went to a friend’s sleepover instead. What is so interesting and enlightening about Healthy Grieving process is that I really had no idea that bundled in with the feeling of regret that I missed saying goodbye was a belief that I could not trust myself or my own decision making as a result of that night. I had no idea how much that underlying belief affected my day-to-day life. Somehow, with the Healthy Grieving process, I was able to let it all go — guilt over my decision, judging myself for how I reacted to his death and wondering what was wrong with me, missing saying goodbye, and the big issue of not trusting myself and my choices. Somehow it all got magically released and I am at peace. I cried like crazy going through the process, but you do come out the other end –and now I feel way different.”\r\n\r\nAnonymous upon request\r\n\r\n<strong>grateful beyond words..</strong>\r\n\r\nI have used David’s grieving process for a divorce, a life style change, and most recently for my cat Wims, that I had to give away. I used the grieving process for Wims because I realized that I was in denial of my feelings of letting her go.  The organization of the grieving process is a big part of the gift. It helped me on a step by step basis in showing me what was really underneath giving my cat away. I came away with a profound realization that as long as I have a living being in my space, I have a purpose in my life. Without this living being, I am lost and empty; I have no identity. From my work with the grieving process, I can now have the experience of my self without the <i>need</i> of another person or pet in my space to show me that I exist.\r\n\r\nThis process has taught me to turn inward to see my own value; I don’t need something outside myself to prove it anymore. The transformational gift of this process is the ability to feel the pain within and come out the other side as growth. I realize that life is always on the other side.\r\n\r\nI am grateful beyond words for this grieving process as it has been instrumental in who I have become.\r\n\r\nValerie Hale\r\n\r\n<strong>the process was incredibly helpful and empowering…</strong>\r\n\r\nI used the grieving process when I had to give up my dog for adoption. It felt right that I needed to grieve my dog to move on in my life. The process got rid of all my sadness and allowed me to be more open to giving her away. I realized through the process that what I was really letting go was my childhood and growing up. By doing the process, I felt a pretty big weight was lifted off my chest. I was a lot more relaxed and happy with my dog about her leaving and never seeing her again. Now, I only remember the happy memories and don’t dwell on the part that I had to give her away. As I look back, the process was incredibly helpful and empowering: I realized that <b><i>I </i></b>can change and be the one to take the weight off <b><i>my</i></b> chest. I am really glad I did the process.\r\n\r\nMarleigh Sizemore (age 15)\r\n\r\n<strong>it feels exciting, invigorating, and healthy…</strong>\r\n\r\nMy parents have been dead for a long time. I have known my whole life that I have always been lost to myself because of all my parent’s problems. Since their death, I have hung onto the things I did not get from my parents: security, stability, and knowing somebody was there for me. I felt this big emptiness inside me and a longing to feel that they cared for me. I kept holding these thoughts in my mind over the years thinking that would actually replace somebody caring for me.\r\n\r\nThe Healthy Grieving process, in a flash of illumination and clarity, got to the core of where my thinking needed to change in order for me to move on in my life. I have stopped all the wallowing and grief tied to the past. I am still scared of being the person who doesn’t give their power away to fantasies, wishes, and desires; things that can never be what they were. And now, I realize all the stuff about my parents was really about my self identity of needing to be needed. The grieving process is pretty incredible. I have gained the courage to let go of the past and the freedom to start creating my own life. I am connecting to people in a whole new way; it feels exciting, invigorating, and healthy.\r\n\r\nDonna Jacobs\r\n\r\n<strong>unhealthy grief was holding me back</strong>\r\n\r\n“I used the Healthy Grieving process to let go of an attachment to a house I had moved away from years ago.  I didn’t realize I was still holding on, but when I saw ‘loss of a home” on the list of possible applications for the Healthy Grieving process, it kind of jumped out at me and I knew immediately that it was something I needed to look at.  We have been living in our new state for many years but we told ourselves we couldn’t afford to buy a home here so we just kept renting, but finances turned out not to be the real issue.  When I did the Healthy Grieving process, I discovered that under the story of the beloved house that I had left behind  was the belief that that house was as good as it could — or would — ever get for me. The underlying issue wasn’t the loss of the “perfect house;” it was a limitation on what I believed was possible for me and my life.  I know the Healthy Grieving process really works because within a week of completing the worksheet and letting go of the loss I’d been holding onto, my husband and I were out looking at houses, finding many in our price range that we liked, and even making offers.  <b>Update </b><b>January 2015</b> - I am writing this from my new home! How about that?!  Three months to manifestation of a dream I have had for seven years.  I give credit to the GriefFree process…I didn’t even realize how unhealthy grief was holding me back!\r\n\r\nAnonymous upon request.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Personal Testimonials', '', 'inherit', 'closed', 'closed', '', '311-revision-v1', '', '', '2016-07-25 19:46:42', '2016-07-25 19:46:42', '', 311, 'http://www.grieffree.org/311-revision-v1/', 0, 'revision', '', 0),
(1519, 2, '2016-08-01 21:51:38', '2016-08-01 21:51:38', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>different from any grief support paradigm you’ve known in the past…</strong>\r\n\r\nMany times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change in a system”.  I believe the Healthy Grieving process is a way that kind of change can genuinely happen.  The two day seminar was a wonderful introduction, allowing me to see how this could not only bring about sudden change and growth in my life, but how I could use this in my counseling practice.  I was challenged to process emotions and feelings in a way that was truly different. I began to see how this could change the trajectory within a counseling relationship and move people beyond the story telling to real healing and a new, more accurate self identity.\r\n\r\nI would highly recommend this seminar; it will be different from any grief support paradigm you’ve known in the past.   The setting for learning was personal, fast moving, and interactive while David and Peggy share a heartfelt passion that flows freely from their lives bringing the material alive in a unique way.  It was totally worth the investment of time and resources.\r\n\r\nDeanne Helmboldt MA, LMFT\r\n\r\nGreeley, Colorado\r\n\r\n&nbsp;\r\n\r\n<strong>I walked away with a whole new perspective about grief …</strong>\r\n\r\nGrieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.  David, Peggy, and everyone at Grieffree.org has been, and continues to be extremely encouraging, compassionate and excited about sharing the Healthy Grieving Process with myself and other helping professionals.  Both the Introductory Training, and the Two-Day Professional Training far exceeded my expectations.  I walked away with a whole new perspective about grief and a way to let go of what no longer serves me, as well as a way to help other people do the same. This work has shown me that healing is not only about gathering new tools and techniques to cope with life in a more effective way, nor is it just about surrendering to and accepting ourselves.  If and when the time is right, healing can allow us to fully own every action we have ever taken, let go of the past, and thus, set ourselves free.  Yes, this is easier said than done, <i>and </i>I believe that it’s well worth the effort; it can lead to a more peaceful and gratifying existence.  If you are ready, don’t hold back!  Dive into this work and watch your world transform.\r\n\r\nJenny Arribau, MA  True Self Therapy, LLC\r\n\r\nPsychotherapist in Denver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a clear process, connecting concepts to my own feelings and experiences...</strong>\r\n\r\nFor most of my life, I have been searching for meaning, purpose, and inner peace. I have read countless books, engaged in psychotherapy and devoted a career to psychiatry. I have grown in many ways and gained much wisdom. Nonetheless, I frequently find I have difficulty putting it all together. That is until I met David. He has incredible insight and has provided me with essential tools that I have yet to encounter. Never before in my training have I learned such a clear process, connecting concepts to my own feelings and experiences. What’s more, he teaches techniques that you can use to enhance your own growth. I am already noticing significant benefits from my work with him. I am forever grateful for David and what he has brought to my life.\r\n\r\nAdam Burstein, DO\r\n\r\n&nbsp;\r\n\r\n<strong>it empowers clients to find peace and healing within them …</strong>\r\n\r\nThe Healthy Grieving Process is helping me guide clients towards more meaningful inner work in conjunction with the energy medicine that my practice is centered around. They are noticing transformational shifts in their lives by learning how to feel their feelings and by taking back ownership for their life experiences. Watching clients change their lives is the most rewarding experience I can have as a helping professional. This work is honest and revolutionary, and it empowers clients to find peace and healing within them. It guides people towards resolution of their root issues instead of covering up the symptoms. I was unable to get clients to that deeper place within them without The Healthy Grieving Process. What is even more beautiful is that I can truly empathize with my clients because I am also doing my own grief work with this modality. I am able to be more vulnerable, which creates a safe and nurturing space for clients to also be more open and willing to explore the uncharted territory of their souls. The Healthy Grieving Process brings cohesiveness to my work that ripples out into the world to create change. I feel like I am able to make a difference now and that I am serving the community in a much more profound and effective way.\r\n\r\nKaryn Seitz  The Soul’s Thread\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a direct experience that has renewed my life…</strong>\r\n\r\nI attended two introductory Healthy Grieving workshops and the two-day training. The introductory workshops are like snapshots, whereas in the two-day training you get to experience and understand the process more in slow motion.\r\n\r\nThe workshops and the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it. I was able to clearly see my pattern of withholding and intellectualizing my experience.  I know that as a result of early trauma and a near death experience, I was drawn to study psychology, and was seduced by the framework of understanding the pyscho-social journey. I more or less turned over my identification to the process of studying these concepts.  They all made sense to me but they did not touch into my personal emotional experience; they conceptualized it but they weren’t it.\r\n\r\nPsychology is a template. It isn’t the real thing. It’s a description of something…  <strong><span style="color: #800000;"><a style="color: #800000;" title="A Professional Perspective" href="http://www.grieffree.org/a-professional-perspective/">read more</a></span></strong>\r\n\r\nRobert Kaplan, MSW\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a personal sense of healing and forgiveness…</strong>\r\n\r\nAs a hospice bereavement coordinator, I was interested in learning about the Healthy Grieving process and experiencing it for myself.\r\n\r\nWhat’s unique about this approach is that rather than the loss being about someone or something external, this process guides us to bring the loss into our own being and look at our own identification. What stands out most for me was the question <b><i>What did the loved one give you that you feel you can’t give to yourself? </i></b> as well as the follow-up question of <b><i>How you can learn to give that to yourself?  </i></b>When we understand that we can do for ourselves and give to ourselves what we wanted or needed from our loved one, the relationship totally changes. Somehow they are alive in us in a new way. We can integrate the gift of the loved one into ourselves and make it ours.  So <i>instead of having to need it, we can now have it,</i> which is so beautiful. I used the process to grieve the death of my own mother and found it extraordinarily helpful. I found a great relief and release, as well as a personal sense of healing and forgiveness.\r\n\r\nThis process isn’t for everyone. It is most appropriate for stable clients who are past the initial or crisis stages of grief and mourning, and those who are willing or able to go deep. I think it would also be helpful if the client has some understanding that we are more than our stories, feelings and identifications. But for those who are not moving through their grief in a healthy way, and are willing to experience some intense feelings to get movement and release, this is a very powerful and helpful process. I would recommend it for anyone in the grief and loss professions.\r\n\r\nChristine A.\r\n\r\nHospice Bereavement Coordinator\r\n\r\n&nbsp;\r\n\r\n<strong>This amazing process helps me become conscious… </strong>\r\n\r\nI recently read a quote that said, “Until the unconscious becomes conscious, it will rule your life and you will call it fate.” Whenever I use the Healthy Grieving process, as soon as the underlying issue comes to light, I am able to see how it has been ruling my life.\r\n\r\nI have used the Healthy Grieving process to work on some major issues. It has shifted some big stuff for me, and continues to do so. This amazing process helps me become conscious and release the things that have been running my life.\r\n\r\nThe most important piece for me – and it sounds rather trite but it is huge – is self acceptance.  The work I’ve done with the Healthy Grieving process has freed me to really be me.  I fully – 100% — accept who I am.\r\n\r\nAs a result of this work, I also have a much more self-guided way of living rather than being at the mercy or effect of things. This process has taught me to recognize the ways that I am creating my life and to ask, “Is this what I want to create?” I also notice more discernment around what I’m willing to experience and what I’m not, and that I now seek more authenticity in my relationships.\r\n\r\nOne of the coolest things is that every time I use the Healthy Grieving process, it leads me to new areas I can explore and look into.  It’s like a long string that I can follow from one release to another. The process itself leads to that kind of expansion, and I look forward to incorporating it into my practice to help my clients experience the letting go and freedom that the Healthy Grieving process provides.\r\n\r\nVivian Sylvest Experiential Psychotherapy  Boulder, CO\r\n\r\n&nbsp;\r\n\r\n<strong>the missing link for my practice…</strong>\r\n\r\nThe owning process was the missing link for me in my practice. I didn’t know how to take people deeper and now I have the avenue to take them as deep as they want to go.  And as a result, they experience profound changes. <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Owning: A Therapist’s Perspective" href="http://www.grieffree.org/the-process-of-owning-a-therapists-perspective/">Read more…</a></span></strong>\r\n\r\nAnonymous Upon Request  Denver Therapist\r\n\r\n&nbsp;\r\n\r\n<strong>an amazingly beautiful way for my clients to be constantly introspective …</strong>\r\n\r\nI was searching for a more effective way for my clients to find their way though their grief. I was drawn to the Healthy Grieving process because of the opportunity for the resolution of the pain of grief rather than the undetermined, drawn out state that is so typical for my clients to be in.\r\n\r\nI like using the Healthy Grieving process because it <i>is</i> resolution based. In a series of just three or four sessions I can easily get my clients to a point of resolving the underlying issues that cause their grief. I have also come to appreciate the diversity of this process and its many broad applications. I especially enjoy helping my clients to look inward to develop self-awareness rather than being reactionary to the outside world.\r\n\r\nI have found that the Healthy Grieving process is a brilliant and quick way to accomplish the principal of becoming awakened, which is achieved by looking inward with the idea of eliminating one’s story and dropping away falseness. The Healthy Grieving process is an amazingly beautiful way for my clients to be constantly introspective to open up to the truth of who they are which is where I believe true healing takes place.\r\n\r\nAdam Seitz  The Soul’s Thread\r\n\r\n&nbsp;\r\n\r\n<strong>I’m a believer!</strong>\r\n\r\n<b>“</b>I am already using what I learned in the half-day workshop in my practice. Differentiating between feelings and emotions is magical. People get so much deeper; sometimes I can’t even believe the depth of where they can get to. Also the results of going through the Healthy Grieving process myself have been incredible. I have so much energy now. The work freed up something really big in me. I have a few areas where I can feel that I’m still blocked and that I need to work on, but before, my whole life was blocked. Let me just say, I’m a believer!”\r\n\r\nAnonymous Upon Request   Counselor, Fort Collins[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Testimonials', '', 'inherit', 'closed', 'closed', '', '314-autosave-v1', '', '', '2016-08-01 21:51:38', '2016-08-01 21:51:38', '', 314, 'http://www.grieffree.org/314-autosave-v1/', 0, 'revision', '', 0);
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
(1520, 2, '2016-08-01 21:50:18', '2016-08-01 21:50:18', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>different from any grief support paradigm you’ve known in the past…</strong>\r\n\r\nMany times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change in a system”.  I believe the Healthy Grieving process is a way that kind of change can genuinely happen.  The two day seminar was a wonderful introduction, allowing me to see how this could not only bring about sudden change and growth in my life, but how I could use this in my counseling practice.  I was challenged to process emotions and feelings in a way that was truly different. I began to see how this could change the trajectory within a counseling relationship and move people beyond the story telling to real healing and a new, more accurate self identity.\r\n\r\nI would highly recommend this seminar; it will be different from any grief support paradigm you’ve known in the past.   The setting for learning was personal, fast moving, and interactive while David and Peggy share a heartfelt passion that flows freely from their lives bringing the material alive in a unique way.  It was totally worth the investment of time and resources.\r\n\r\nDeanne Helmboldt MA, LMFT\r\n\r\nGreeley, Colorado\r\n\r\n&nbsp;\r\n\r\n<strong>I walked away with a whole new perspective about grief …</strong>\r\n\r\nGrieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.  David, Peggy, and everyone at Grieffree.org has been, and continues to be extremely encouraging, compassionate and excited about sharing the Healthy Grieving Process with myself and other helping professionals.  Both the Introductory Training, and the Two-Day Professional Training far exceeded my expectations.  I walked away with a whole new perspective about grief and a way to let go of what no longer serves me, as well as a way to help other people do the same. This work has shown me that healing is not only about gathering new tools and techniques to cope with life in a more effective way, nor is it just about surrendering to and accepting ourselves.  If and when the time is right, healing can allow us to fully own every action we have ever taken, let go of the past, and thus, set ourselves free.  Yes, this is easier said than done, <i>and </i>I believe that it’s well worth the effort; it can lead to a more peaceful and gratifying existence.  If you are ready, don’t hold back!  Dive into this work and watch your world transform.\r\n\r\nJenny Arribau, MA  True Self Therapy, LLC\r\n\r\nPsychotherapist in Denver, CO\r\n\r\n<strong>a clear process, connecting concepts to my own feelings and experiences...</strong>\r\n\r\nFor most of my life, I have been searching for meaning, purpose, and inner peace. I have read countless books, engaged in psychotherapy and devoted a career to psychiatry. I have grown in many ways and gained much wisdom. Nonetheless, I frequently find I have difficulty putting it all together. That is until I met David. He has incredible insight and has provided me with essential tools that I have yet to encounter. Never before in my training have I learned such a clear process, connecting concepts to my own feelings and experiences. What’s more, he teaches techniques that you can use to enhance your own growth. I am already noticing significant benefits from my work with him. I am forever grateful for David and what he has brought to my life.\r\n\r\nAdam Burstein, DO\r\n\r\n<strong>it empowers clients to find peace and healing within them …</strong>\r\n\r\nThe Healthy Grieving Process is helping me guide clients towards more meaningful inner work in conjunction with the energy medicine that my practice is centered around. They are noticing transformational shifts in their lives by learning how to feel their feelings and by taking back ownership for their life experiences. Watching clients change their lives is the most rewarding experience I can have as a helping professional. This work is honest and revolutionary, and it empowers clients to find peace and healing within them. It guides people towards resolution of their root issues instead of covering up the symptoms. I was unable to get clients to that deeper place within them without The Healthy Grieving Process. What is even more beautiful is that I can truly empathize with my clients because I am also doing my own grief work with this modality. I am able to be more vulnerable, which creates a safe and nurturing space for clients to also be more open and willing to explore the uncharted territory of their souls. The Healthy Grieving Process brings cohesiveness to my work that ripples out into the world to create change. I feel like I am able to make a difference now and that I am serving the community in a much more profound and effective way.\r\n\r\nKaryn Seitz  The Soul’s Thread\r\n\r\nDenver, CO\r\n\r\n<strong>a direct experience that has renewed my life…</strong>\r\n\r\nI attended two introductory Healthy Grieving workshops and the two-day training. The introductory workshops are like snapshots, whereas in the two-day training you get to experience and understand the process more in slow motion.\r\n\r\nThe workshops and the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it. I was able to clearly see my pattern of withholding and intellectualizing my experience.  I know that as a result of early trauma and a near death experience, I was drawn to study psychology, and was seduced by the framework of understanding the pyscho-social journey. I more or less turned over my identification to the process of studying these concepts.  They all made sense to me but they did not touch into my personal emotional experience; they conceptualized it but they weren’t it.\r\n\r\nPsychology is a template. It isn’t the real thing. It’s a description of something…  <strong><span style="color: #800000;"><a style="color: #800000;" title="A Professional Perspective" href="http://www.grieffree.org/a-professional-perspective/">read more</a></span></strong>\r\n\r\nRobert Kaplan, MSW\r\n\r\nDenver, CO\r\n\r\n<strong>a personal sense of healing and forgiveness…</strong>\r\n\r\nAs a hospice bereavement coordinator, I was interested in learning about the Healthy Grieving process and experiencing it for myself.\r\n\r\nWhat’s unique about this approach is that rather than the loss being about someone or something external, this process guides us to bring the loss into our own being and look at our own identification. What stands out most for me was the question <b><i>What did the loved one give you that you feel you can’t give to yourself? </i></b> as well as the follow-up question of <b><i>How you can learn to give that to yourself?  </i></b>When we understand that we can do for ourselves and give to ourselves what we wanted or needed from our loved one, the relationship totally changes. Somehow they are alive in us in a new way. We can integrate the gift of the loved one into ourselves and make it ours.  So <i>instead of having to need it, we can now have it,</i> which is so beautiful. I used the process to grieve the death of my own mother and found it extraordinarily helpful. I found a great relief and release, as well as a personal sense of healing and forgiveness.\r\n\r\nThis process isn’t for everyone. It is most appropriate for stable clients who are past the initial or crisis stages of grief and mourning, and those who are willing or able to go deep. I think it would also be helpful if the client has some understanding that we are more than our stories, feelings and identifications. But for those who are not moving through their grief in a healthy way, and are willing to experience some intense feelings to get movement and release, this is a very powerful and helpful process. I would recommend it for anyone in the grief and loss professions.\r\n\r\nChristine A.\r\n\r\nHospice Bereavement Coordinator\r\n\r\n<strong>This amazing process helps me become conscious… </strong>\r\n\r\nI recently read a quote that said, “Until the unconscious becomes conscious, it will rule your life and you will call it fate.” Whenever I use the Healthy Grieving process, as soon as the underlying issue comes to light, I am able to see how it has been ruling my life.\r\n\r\nI have used the Healthy Grieving process to work on some major issues. It has shifted some big stuff for me, and continues to do so. This amazing process helps me become conscious and release the things that have been running my life.\r\n\r\nThe most important piece for me – and it sounds rather trite but it is huge – is self acceptance.  The work I’ve done with the Healthy Grieving process has freed me to really be me.  I fully – 100% — accept who I am.\r\n\r\nAs a result of this work, I also have a much more self-guided way of living rather than being at the mercy or effect of things. This process has taught me to recognize the ways that I am creating my life and to ask, “Is this what I want to create?” I also notice more discernment around what I’m willing to experience and what I’m not, and that I now seek more authenticity in my relationships.\r\n\r\nOne of the coolest things is that every time I use the Healthy Grieving process, it leads me to new areas I can explore and look into.  It’s like a long string that I can follow from one release to another. The process itself leads to that kind of expansion, and I look forward to incorporating it into my practice to help my clients experience the letting go and freedom that the Healthy Grieving process provides.\r\n\r\nVivian Sylvest Experiential Psychotherapy  Boulder, CO\r\n\r\n<strong>the missing link for my practice…</strong>\r\n\r\nThe owning process was the missing link for me in my practice. I didn’t know how to take people deeper and now I have the avenue to take them as deep as they want to go.  And as a result, they experience profound changes. <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Owning: A Therapist’s Perspective" href="http://www.grieffree.org/the-process-of-owning-a-therapists-perspective/">Read more…</a></span></strong>\r\n\r\nAnonymous Upon Request  Denver Therapist\r\n\r\n<strong>an amazingly beautiful way for my clients to be constantly introspective …</strong>\r\n\r\nI was searching for a more effective way for my clients to find their way though their grief. I was drawn to the Healthy Grieving process because of the opportunity for the resolution of the pain of grief rather than the undetermined, drawn out state that is so typical for my clients to be in.\r\n\r\nI like using the Healthy Grieving process because it <i>is</i> resolution based. In a series of just three or four sessions I can easily get my clients to a point of resolving the underlying issues that cause their grief. I have also come to appreciate the diversity of this process and its many broad applications. I especially enjoy helping my clients to look inward to develop self-awareness rather than being reactionary to the outside world.\r\n\r\nI have found that the Healthy Grieving process is a brilliant and quick way to accomplish the principal of becoming awakened, which is achieved by looking inward with the idea of eliminating one’s story and dropping away falseness. The Healthy Grieving process is an amazingly beautiful way for my clients to be constantly introspective to open up to the truth of who they are which is where I believe true healing takes place.\r\n\r\nAdam Seitz  The Soul’s Thread\r\n\r\n<strong>I’m a believer!</strong>\r\n\r\n<b>“</b>I am already using what I learned in the half-day workshop in my practice. Differentiating between feelings and emotions is magical. People get so much deeper; sometimes I can’t even believe the depth of where they can get to. Also the results of going through the Healthy Grieving process myself have been incredible. I have so much energy now. The work freed up something really big in me. I have a few areas where I can feel that I’m still blocked and that I need to work on, but before, my whole life was blocked. Let me just say, I’m a believer!”\r\n\r\nAnonymous Upon Request   Counselor, Fort Collins[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Testimonials', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2016-08-01 21:50:18', '2016-08-01 21:50:18', '', 314, 'http://www.grieffree.org/314-revision-v1/', 0, 'revision', '', 0),
(1521, 2, '2016-08-01 21:53:58', '2016-08-01 21:53:58', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<strong>different from any grief support paradigm you’ve known in the past…</strong>\r\n\r\nMany times you hear a teaching described as revolutionary. Part of the definition of the word revolution is, “a sudden change in a system”.  I believe the Healthy Grieving process is a way that kind of change can genuinely happen.  The two day seminar was a wonderful introduction, allowing me to see how this could not only bring about sudden change and growth in my life, but how I could use this in my counseling practice.  I was challenged to process emotions and feelings in a way that was truly different. I began to see how this could change the trajectory within a counseling relationship and move people beyond the story telling to real healing and a new, more accurate self identity.\r\n\r\nI would highly recommend this seminar; it will be different from any grief support paradigm you’ve known in the past.   The setting for learning was personal, fast moving, and interactive while David and Peggy share a heartfelt passion that flows freely from their lives bringing the material alive in a unique way.  It was totally worth the investment of time and resources.\r\n\r\nDeanne Helmboldt MA, LMFT\r\n\r\nGreeley, Colorado\r\n\r\n&nbsp;\r\n\r\n<strong>I walked away with a whole new perspective about grief …</strong>\r\n\r\nGrieffree.org is an incredibly passionate, caring and generous group of people who are truly in it for the greater good.  David, Peggy, and everyone at Grieffree.org has been, and continues to be extremely encouraging, compassionate and excited about sharing the Healthy Grieving Process with myself and other helping professionals.  Both the Introductory Training, and the Two-Day Professional Training far exceeded my expectations.  I walked away with a whole new perspective about grief and a way to let go of what no longer serves me, as well as a way to help other people do the same. This work has shown me that healing is not only about gathering new tools and techniques to cope with life in a more effective way, nor is it just about surrendering to and accepting ourselves.  If and when the time is right, healing can allow us to fully own every action we have ever taken, let go of the past, and thus, set ourselves free.  Yes, this is easier said than done, <i>and </i>I believe that it’s well worth the effort; it can lead to a more peaceful and gratifying existence.  If you are ready, don’t hold back!  Dive into this work and watch your world transform.\r\n\r\nJenny Arribau, MA  True Self Therapy, LLC\r\n\r\nPsychotherapist in Denver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a clear process, connecting concepts to my own feelings and experiences...</strong>\r\n\r\nFor most of my life, I have been searching for meaning, purpose, and inner peace. I have read countless books, engaged in psychotherapy and devoted a career to psychiatry. I have grown in many ways and gained much wisdom. Nonetheless, I frequently find I have difficulty putting it all together. That is until I met David. He has incredible insight and has provided me with essential tools that I have yet to encounter. Never before in my training have I learned such a clear process, connecting concepts to my own feelings and experiences. What’s more, he teaches techniques that you can use to enhance your own growth. I am already noticing significant benefits from my work with him. I am forever grateful for David and what he has brought to my life.\r\n\r\nAdam Burstein, DO\r\n\r\n&nbsp;\r\n\r\n<strong>it empowers clients to find peace and healing within them …</strong>\r\n\r\nThe Healthy Grieving Process is helping me guide clients towards more meaningful inner work in conjunction with the energy medicine that my practice is centered around. They are noticing transformational shifts in their lives by learning how to feel their feelings and by taking back ownership for their life experiences. Watching clients change their lives is the most rewarding experience I can have as a helping professional. This work is honest and revolutionary, and it empowers clients to find peace and healing within them. It guides people towards resolution of their root issues instead of covering up the symptoms. I was unable to get clients to that deeper place within them without The Healthy Grieving Process. What is even more beautiful is that I can truly empathize with my clients because I am also doing my own grief work with this modality. I am able to be more vulnerable, which creates a safe and nurturing space for clients to also be more open and willing to explore the uncharted territory of their souls. The Healthy Grieving Process brings cohesiveness to my work that ripples out into the world to create change. I feel like I am able to make a difference now and that I am serving the community in a much more profound and effective way.\r\n\r\nKaryn Seitz  The Soul’s Thread\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a direct experience that has renewed my life…</strong>\r\n\r\nI attended two introductory Healthy Grieving workshops and the two-day training. The introductory workshops are like snapshots, whereas in the two-day training you get to experience and understand the process more in slow motion.\r\n\r\nThe workshops and the training reinforced the awareness that I have conceptualized my experience rather than living it or feeling it. I was able to clearly see my pattern of withholding and intellectualizing my experience.  I know that as a result of early trauma and a near death experience, I was drawn to study psychology, and was seduced by the framework of understanding the pyscho-social journey. I more or less turned over my identification to the process of studying these concepts.  They all made sense to me but they did not touch into my personal emotional experience; they conceptualized it but they weren’t it.\r\n\r\nPsychology is a template. It isn’t the real thing. It’s a description of something…  <strong><span style="color: #800000;"><a style="color: #800000;" title="A Professional Perspective" href="http://www.grieffree.org/a-professional-perspective/">read more</a></span></strong>\r\n\r\nRobert Kaplan, MSW\r\n\r\nDenver, CO\r\n\r\n&nbsp;\r\n\r\n<strong>a personal sense of healing and forgiveness…</strong>\r\n\r\nAs a hospice bereavement coordinator, I was interested in learning about the Healthy Grieving process and experiencing it for myself.\r\n\r\nWhat’s unique about this approach is that rather than the loss being about someone or something external, this process guides us to bring the loss into our own being and look at our own identification. What stands out most for me was the question <b><i>What did the loved one give you that you feel you can’t give to yourself? </i></b> as well as the follow-up question of <b><i>How you can learn to give that to yourself?  </i></b>When we understand that we can do for ourselves and give to ourselves what we wanted or needed from our loved one, the relationship totally changes. Somehow they are alive in us in a new way. We can integrate the gift of the loved one into ourselves and make it ours.  So <i>instead of having to need it, we can now have it,</i> which is so beautiful. I used the process to grieve the death of my own mother and found it extraordinarily helpful. I found a great relief and release, as well as a personal sense of healing and forgiveness.\r\n\r\nThis process isn’t for everyone. It is most appropriate for stable clients who are past the initial or crisis stages of grief and mourning, and those who are willing or able to go deep. I think it would also be helpful if the client has some understanding that we are more than our stories, feelings and identifications. But for those who are not moving through their grief in a healthy way, and are willing to experience some intense feelings to get movement and release, this is a very powerful and helpful process. I would recommend it for anyone in the grief and loss professions.\r\n\r\nChristine A.\r\n\r\nHospice Bereavement Coordinator\r\n\r\n&nbsp;\r\n\r\n<strong>This amazing process helps me become conscious… </strong>\r\n\r\nI recently read a quote that said, “Until the unconscious becomes conscious, it will rule your life and you will call it fate.” Whenever I use the Healthy Grieving process, as soon as the underlying issue comes to light, I am able to see how it has been ruling my life.\r\n\r\nI have used the Healthy Grieving process to work on some major issues. It has shifted some big stuff for me, and continues to do so. This amazing process helps me become conscious and release the things that have been running my life.\r\n\r\nThe most important piece for me – and it sounds rather trite but it is huge – is self acceptance.  The work I’ve done with the Healthy Grieving process has freed me to really be me.  I fully – 100% — accept who I am.\r\n\r\nAs a result of this work, I also have a much more self-guided way of living rather than being at the mercy or effect of things. This process has taught me to recognize the ways that I am creating my life and to ask, “Is this what I want to create?” I also notice more discernment around what I’m willing to experience and what I’m not, and that I now seek more authenticity in my relationships.\r\n\r\nOne of the coolest things is that every time I use the Healthy Grieving process, it leads me to new areas I can explore and look into.  It’s like a long string that I can follow from one release to another. The process itself leads to that kind of expansion, and I look forward to incorporating it into my practice to help my clients experience the letting go and freedom that the Healthy Grieving process provides.\r\n\r\nVivian Sylvest Experiential Psychotherapy  Boulder, CO\r\n\r\n&nbsp;\r\n\r\n<strong>the missing link for my practice…</strong>\r\n\r\nThe owning process was the missing link for me in my practice. I didn’t know how to take people deeper and now I have the avenue to take them as deep as they want to go.  And as a result, they experience profound changes. <strong><span style="color: #800000;"><a style="color: #800000;" title="The Process of Owning: A Therapist’s Perspective" href="http://www.grieffree.org/the-process-of-owning-a-therapists-perspective/">Read more…</a></span></strong>\r\n\r\nAnonymous Upon Request  Denver Therapist\r\n\r\n&nbsp;\r\n\r\n<strong>an amazingly beautiful way for my clients to be constantly introspective …</strong>\r\n\r\nI was searching for a more effective way for my clients to find their way though their grief. I was drawn to the Healthy Grieving process because of the opportunity for the resolution of the pain of grief rather than the undetermined, drawn out state that is so typical for my clients to be in.\r\n\r\nI like using the Healthy Grieving process because it <i>is</i> resolution based. In a series of just three or four sessions I can easily get my clients to a point of resolving the underlying issues that cause their grief. I have also come to appreciate the diversity of this process and its many broad applications. I especially enjoy helping my clients to look inward to develop self-awareness rather than being reactionary to the outside world.\r\n\r\nI have found that the Healthy Grieving process is a brilliant and quick way to accomplish the principal of becoming awakened, which is achieved by looking inward with the idea of eliminating one’s story and dropping away falseness. The Healthy Grieving process is an amazingly beautiful way for my clients to be constantly introspective to open up to the truth of who they are which is where I believe true healing takes place.\r\n\r\nAdam Seitz  The Soul’s Thread\r\n\r\n&nbsp;\r\n\r\n<strong>I’m a believer!</strong>\r\n\r\n<b>“</b>I am already using what I learned in the half-day workshop in my practice. Differentiating between feelings and emotions is magical. People get so much deeper; sometimes I can’t even believe the depth of where they can get to. Also the results of going through the Healthy Grieving process myself have been incredible. I have so much energy now. The work freed up something really big in me. I have a few areas where I can feel that I’m still blocked and that I need to work on, but before, my whole life was blocked. Let me just say, I’m a believer!”\r\n\r\nAnonymous Upon Request   Counselor, Fort Collins[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Professional Testimonials', '', 'inherit', 'closed', 'closed', '', '314-revision-v1', '', '', '2016-08-01 21:53:58', '2016-08-01 21:53:58', '', 314, 'http://www.grieffree.org/314-revision-v1/', 0, 'revision', '', 0),
(1524, 2, '2016-08-08 16:36:33', '2016-08-08 16:36:33', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]Work on being a victim can be very supportive in the <strong>Healthy Grieving Programs</strong> because it is very common for individuals to feel like a victim in the experience of grief. This is true because the experience of being a victim is expressed as “somebody or something has been done to me that has taken away something I deserve or am entitled to so my experience of life is of hardship and struggle” — and these are common thoughts and feeling following a loss. As long as an individual is being a victim to the loss, it is essentially impossible to complete the grieving cycle.\r\n\r\nAs a victim to their loss, individuals believe that something has been done to them to cause their pain. In order to heal from the pain of grief, it is essential that an individual takes responsibility for their internal experience of the loss.<strong>The Healthy Grieving Programs</strong> include a Victim Worksheet that allows an individual to effectively process the experience of being a victim, which opens their heart to heal.\r\n\r\n<em>General Note: A victim mentality or victim complex is generally interpreted by mainstream psychology as “non-normative behavior” and there are no established standards for treatment. Thus, a victim mentality is considered something uncommonly seen among, what society deems, “healthy” people. From this perspective, a victim mentality is not defined as a pervasive integrated personality characteristic.</em>\r\n\r\nOur work with being a victim has demonstrated that it is a fundamental experience of human behavior. Though it can vary in extremes and subtleties, being a victim influences and limits every human’s experience. We believe that the reason victim mentality has gone undetected as a pervasive human behavior by the study of psychology is because the essential nature of feeling like a victim is the lack of self-awareness. Once individuals who are open to exploring their life’s predicaments are exposed to the concept of being a victim, evidence shows that a transformational change is possible in how individuals experiences themselves and life.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Being A Victim', '', 'inherit', 'closed', 'closed', '', '195-revision-v1', '', '', '2016-08-08 16:36:33', '2016-08-08 16:36:33', '', 195, 'http://www.grieffree.org/195-revision-v1/', 0, 'revision', '', 0),
(1525, 2, '2016-08-08 20:39:44', '2016-08-08 20:39:44', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class=" wp-image-281 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/waterfall-2-199x300.jpg" alt="waterfall-2-199x300" width="161" height="242" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is an eight-week program that allows individuals to heal from their pain of grief in a gradual, unfolding process.\r\n\r\n<strong>Grief as an opportunity for change and growth:</strong>\r\n\r\nA broken heart is a closed heart. Throughout our life we have unknowingly responded to the pain of loss as a way to hide and stay small in life. Each time we have our heart broken, we unconsciously decide to avoid the painful feelings of loss to protect ourselves, insulating ourselves from the painful experiences. It can give us a convenient excuse not to move forward in life and stay safe within our comfort zone. This is very normal and is an unconscious way people experience life, especially as we get older.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> is for those individuals who seek to open their heart anew to life and use the painful experience of loss as an opportunity for change and growth. It provides the choice to become conscious about how we experience life and take back our power and our life which we have unknowingly given away to the painful experience of loss.\r\n\r\nThe gift of <strong>The Healthy Grieving Program</strong> is the ability to take back the part of you that was unconsciously given away and build a relationship with your self. A relationship with yourself enables you to become grounded in who you are and no longer subject to the fleeting experiences created by loss. The loss associated with grief becomes an opportunity to know your self more fully and to move forward in life with a greater appreciation of your self and the gifts of life. With <strong>Healthy Grieving</strong> you never lose anything; you gain the power to change and grow into a fuller expression of your self.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the <strong>cultural resistance</strong> to grieving the loss of a loved one in two sessions with the original <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/healthy-grieving-process/">Healthy Grieving Process</a>.</strong> It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one. This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of grief and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400-225x300.jpg" alt="Worksheet Examples" width="200" height="267" />\r\n\r\nThe <strong>Healthy Grieving Resolution Program</strong> is based upon the following principals of <strong>grief and loss</strong>:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an emotional attachment to the pain and loss. The program teaches individuals how to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift from the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe <strong>benefits</strong> of this new program are quite remarkable. The pain of the grief and loss is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nFor more information about this amazing process to heal from the pain of your grief and loss please <strong><a href="http://www.grieffree.org/contact/">contact us</a> </strong>and we would be happy to talk with you.\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Resolution Program', '', 'inherit', 'closed', 'closed', '', '1382-revision-v1', '', '', '2016-08-08 20:39:44', '2016-08-08 20:39:44', '', 1382, 'http://www.grieffree.org/1382-revision-v1/', 0, 'revision', '', 0),
(1526, 2, '2016-08-08 20:54:19', '2016-08-08 20:54:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Process</strong> is a six-step process. A typical process includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is scheduled a week later. In this final step, an individual is able to articulate how they have let go of the pain of their loss and opened their heart to their life anew. (Please read the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials</a>.</strong>)\n\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\n\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\n\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than a deep experience of release. This emoting pain becomes the memory we often hold onto rather than the possibility of loving memories.\n\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\n\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\n\n[/vc_column_text][vc_column_text]\n\n<strong>A Willingness To Feel…</strong>\n\n[/vc_column_text][vc_column_text]\n\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\n\n[/vc_column_text][vc_column_text]\n\n<strong>Identification Of The Loss Of Self-Identity…</strong>\n\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\n\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\n\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\n\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\n\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-autosave-v1', '', '', '2016-08-08 20:54:19', '2016-08-08 20:54:19', '', 186, 'http://www.grieffree.org/186-autosave-v1/', 0, 'revision', '', 0);
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
(1527, 2, '2016-08-08 20:50:28', '2016-08-08 20:50:28', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Process</strong> is a six-step process. A typical process includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is scheduled a week later. In this final step, an individual is able to articulate how they have let go of the pain of their loss and opened their heart to their life anew. (please read the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials</a></strong>)\r\n\r\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\r\n\r\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-08-08 20:50:28', '2016-08-08 20:50:28', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1528, 2, '2016-08-08 20:51:55', '2016-08-08 20:51:55', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Process</strong> is a six-step process. A typical process includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is scheduled a week later. In this final step, an individual is able to articulate how they have let go of the pain of their loss and opened their heart to their life anew. (Please read the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials</a>.</strong>)\r\n\r\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\r\n\r\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than deep experience of release. Thus this emoting pain becomes the memory rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-08-08 20:51:55', '2016-08-08 20:51:55', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1529, 2, '2016-08-08 20:56:19', '2016-08-08 20:56:19', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]The <strong>Healthy Grieving Process</strong> is a six-step process. A typical process includes an hour and a half session and a follow-up session of about a half hour. In the first session, an individual is taken through the first five steps. The final step is scheduled a week later. In this final step, an individual is able to articulate how they have let go of the pain of their loss and opened their heart to their life anew. (Please read the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials</a>.</strong>)\r\n\r\nSince the <strong>Healthy Grieving Process</strong> is a healing modality, individuals experience a deep and permanent release of the pain of grief and loss<em> regardless of how much time has passed since the loss</em>. The pain is consistently replaced with a sense of wholeness, rejuvenation, and fond memories of the loved one.\r\n\r\n<strong>The </strong><strong>Healthy Grieving Process Treats The Loss Of One’s Self-Identity Rather Than The Emotional Loss Of The Person</strong>[/vc_column_text][vc_column_text]Grieving may be one of the most misunderstood experiences of human nature. In the revolutionary<strong> Healthy Grieving Process</strong>, grieving is not the experience of the emotional pain of the loss of the person or object, it is the experience of the pain of the loss of what the person or object represented; the loss of one’s self-identity - that which gave meaning to one’s life.[/vc_column_text][vc_column_text]<img class="size-full wp-image-263 alignleft" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-thru-fingers-300x200.jpg" alt="Understanding Healthy Grieving Process" width="300" height="200" />One’s <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-identity</a></strong> is the interwoven fabric of how a person experiences one’s self. The <strong>experience of grieving</strong> is as if the very foundation of how one experiences one’s self has been taken away and what is left in its place is an inescapable abyss: the void. The experience of this void is the experience of <strong>grief</strong> - a tragic feeling of an empty and meaningless existence created by the loss of one’s self-identity.[/vc_column_text][vc_column_text]\r\n\r\nThe reason why the process of grieving is traditionally characterized as “an individualized experience that can take several months to several years” is the unwillingness to feel the pain of loss. Effectively then, <strong>grieving</strong> becomes the period it takes for a person to deny and suppress the pain of loss so it is no longer consciously experienced. The illusion is that the feeling of loss, which causes a deep and <strong>painful expression</strong> of emotions, is not for letting go but for emoting - a wallowing in pain rather than a deep experience of release. This emoting pain becomes the memory we often hold onto rather than the possibility of loving memories.\r\n\r\n[/vc_column_text][vc_column_text]The <strong>Healthy Grieving Process</strong> is a process of feeling the deep pain of the loss of self-identity for the purpose of letting go of the pain. In the <strong>Healthy Grieving Process</strong>, a person is reunited with an aspect of one’s self that was given away in the emotional attachment: the emptiness and pain are transcended and a warm sense of love and appreciation replaces the loss.[/vc_column_text][vc_column_text]\r\n\r\nThe perceived pain is the person’s own experience of loss not the experience of the loss of the person (object). For example, when a person goes to a funeral to pay respects and feels a sense of loss and sadness, this feeling of loss and sadness is not for the person who passed away but the emptiness they feel inside from the loss of the person. <strong>Healthy Grieving</strong> realizes that grieving is not for the person but the loss of what the person represented to one’s self-identity.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>A Willingness To Feel…</strong>\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-264 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/feeling-woman-300x220-300x220.jpg" alt="feeling-woman-300x220" width="300" height="220" />The process of <strong>Healthy Grieving</strong> starts first with the willingness to feel the pain of loss for the purpose of letting it go. Without this willingness, <strong>Healthy Grieving</strong> cannot occur and grieving becomes the traditional process of grieving - wallowing, denial, and suppression. Many people, sometimes at a subconscious level, are unwilling to feel the pain of loss so they can <strong><a title="Being A Victim" href="http://www.grieffree.org/the-healthy-grieving-process/being-a-victim/">be a victim</a></strong> to the experience thus maintaining their reality of the loss that has affected their life - being a victim replaces the meaning that the loss took from their self-identity often effectively blaming the person (object) for their misery.\r\n\r\n[/vc_column_text][vc_column_text]\r\n\r\n<strong>Identification Of The Loss Of Self-Identity…</strong>\r\n\r\n[/vc_column_text][vc_column_text]The second major step in the <strong>Healthy Grieving Process</strong> is the accurate identification of the specific loss of self-identity. The challenge at this step is that a person is often not consciously aware of the loss. It is difficult for the grieving individual to create <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">separation</a></strong> for this identification because self-identity is so ingrained in a person’s experience it can be virtually indeterminable. With the help of specific strategies to tease out the self-identity, a person can bring forth the clarity needed for identification.[/vc_column_text][vc_column_text]When the identification of the <strong>loss of self-identity</strong> is clearly defined it can be validated by the emotional reaction a person experiences from this awareness. With this sense of clarity, a person can then move to experience the pain of the loss of the self-identity. Interestingly, the ability to experience this pain of loss is a natural <strong>human experience</strong> and can be accomplished relatively easily if a person is not afraid of feeling emotional pain. Emotional pain is very much like the boogeyman that hid in the closet as a child; it does not exist except in your mind. When a person is willing to face the emotional pain of  grief it dissolves as if it never existed. The <strong>Healthy Grieving Process</strong> is like the choice to go to the dentist for an impacted tooth: you can decide to  go through the pain of having the tooth removed so the pain goes away and healing can take place or you can take medication and manage the pain.  The <strong>traditional experience</strong> of grieving can often be like the management of the pain because people are very afraid to face the emotional pain of <strong>grief</strong> so they find ways to avoid or distract themselves from feeling the pain.[/vc_column_text][vc_column_text]<strong>The Healthy Grieving Process is a Very Dynamic Process…</strong>[/vc_column_text][vc_column_text]\r\n\r\n<img class="size-medium wp-image-266 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/clouds-opening-300x199-300x199.jpg" alt="clouds-opening-300x199" width="300" height="199" />The <strong>Healthy Grieving Process</strong> is a very dynamic process because <strong>grief</strong> is a universal human emotion to the experience of loss.  The fundamental principles of <strong>Healthy Grieving</strong> can be effective not only with the death of a loved one but can be <strong><a title="Applications" href="http://www.grieffree.org/the-healthy-grieving-process/applications/">applied in a wide variety of real life situations</a></strong>. When the concept of attachments and self-identity are fully grasped, the <strong>Healthy Grieving process</strong> can become a comprehensive tool that can be used to reconnect  individuals to a  fuller expression of themselves and life.\r\n\r\n[/vc_column_text][vc_column_text]From this perspective, the <strong>Healthy Grieving Process</strong> is not intended to be a process used for a single occurrence; it has been created as a way of deconstructing the attachments that form our unconscious identity. It is this unconscious identity that creates the fleeting experiences that cause life to be perceived as hard and unfulfilling. Over time, with the conscious use of the <strong>Healthy Grieving Process</strong>, an individual will begin to transform the externalized attachments into internal <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-love</a></strong>(value). From this place of <strong><a title="Definitions" href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">self-value</a></strong>, a person no longer feels the emptiness of life or experiences life as unfulfilling but experiences an emerging sense of completeness in life.[/vc_column_text][vc_column_text]\r\n\r\nPlease visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss. You are invited to learn more details about the <strong>Healthy Grieving Process</strong> by <strong><a href="http://www.grieffree.org/contact/">contacting us.</a></strong>\r\n\r\n[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'The Healthy Grieving Process', '', 'inherit', 'closed', 'closed', '', '186-revision-v1', '', '', '2016-08-08 20:56:19', '2016-08-08 20:56:19', '', 186, 'http://www.grieffree.org/186-revision-v1/', 0, 'revision', '', 0),
(1530, 2, '2016-08-08 22:40:35', '2016-08-08 22:40:35', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\n\n<strong>Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate terms from their common usage.</strong>\n\n<strong>Attachment</strong>: Anything external that gives one identity and meaning in their life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable – they become the hidden infrastructure of one’s life.\n\nAttachments are fundamental to the human experience- mankind’s need to create meaning in life because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning.\n\n<strong>Being honest</strong> is the willingness to expose the experience of one’s self as it is. Being honest is the first step<img class="size-medium wp-image-287 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301-300x226.jpg" alt="Being honest" width="300" height="226" /> that allows one to see and acknowledge the construct of their reality so it can be transcended. Only in being honest can one truly see what is, not the way one wants things to be - their story.\n\n<strong>Being a victim is </strong>a person who is not able to of taking responsibility for their life and their life’s predicaments. For the purpose of rendering themselves impotent, victims blame others for their situation, powerless to make any meaningful changes in their life.\n\n<strong>Emotions </strong>are the unconscious expression of repressed feelings. For example, anger is the emotional conglomeration of the repressed feeling of being a victim. People live in their emotions so they don’t have to feel because feelings expose the underbelly of a person – the dark and vulnerable secrets we compulsively hide from.\n\n<strong>Grieving</strong> is the willingness to experience the deep pain of the loss of one’s self-identity for the purpose of reuniting one’s self – the experience of becoming “whole”. Effectively, the externalized meaning and purpose of the attachment becomes internalized, which is experienced as true love and acceptance.\n\n<strong>Feelings </strong>are the conscious and unconscious expression of how we “feel” about ourselves. Emotions are universal to all people whereas feelings are unique to each person based upon their personal experience of life. From this powerful perspective, feelings become an intriguing window into the experience of one’s self.\n\n<strong>Feeling feelings</strong> is a deep willingness to go into the pain of “how I feel about myself” <em>for the purpose of <img class="size-medium wp-image-289 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300-300x225.jpg" alt="Separation" width="300" height="225" />letting it go</em> – experiencing the feelings as you, completely and fully by letting the “emotional charge” go through you rather than resisting and pushing it away. Feeling feelings is the capacity to go into our inner sanctum that we have compulsively hide from to feel exposed and raw, knowing that it is this exposure and rawness that allows the feelings to be effectively dissolved.\n\n<strong>Resistance </strong>is the experience of the mind’s intrinsic capacity to fight against the loss of self-identity – self-destruction. It is experienced as shutting down – denial, skepticism, and the loss of clarity – which prevents self-awareness.\n\n<strong>The mind </strong>is one’s reality, a conglomerated pseudo-reality called the self. It is created by the brain by integrating one’s experiences of life.\n\n<strong>Self-identity</strong> is the way we know and experience our self. Self-identity is the definition of “who I am” which when lost or taken away leaves a person feeling a deep sense of loss. This loss is expressed deeply as “I don’t know who I am anymore” and leaves a person feeling lost in life, rudderless to find their way.\n\n<strong>Self-love</strong> is the willingness to being vulnerable for the sake of growth; an open heart. It is the experience of stepping into life anew - to start again, and again, in a new and fresh way. It is taking full responsibility for the experience of one’s life.\n\n<strong>Self-value</strong> is the experiential knowing of who I am. It is experienced as the unarticulated inherent awareness of the accumulation of one’s growth.\n\n&nbsp;\n\n<b></b>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Definitions', '', 'inherit', 'closed', 'closed', '', '198-autosave-v1', '', '', '2016-08-08 22:40:35', '2016-08-08 22:40:35', '', 198, 'http://www.grieffree.org/198-autosave-v1/', 0, 'revision', '', 0),
(1531, 2, '2016-08-08 22:38:58', '2016-08-08 22:38:58', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate terms from their common usage.</strong>\r\n\r\n<strong>Attachment</strong>: Anything external that gives one identity and meaning in their life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable – they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience- mankind’s need to create meaning in life because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning.\r\n\r\n<strong>Being honest</strong> is the willingness to expose the experience of one’s self as it is. Being honest is the first step<img class="size-medium wp-image-287 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301-300x226.jpg" alt="Being honest" width="300" height="226" /> that allows one to see and acknowledge the construct of their reality so it can be transcended. Only in being honest can one truly see what is, not the way one wants things to be - their story.\r\n\r\n<strong>Being a victim is </strong>a person who is incapable of taking responsibility for their life and their life’s predicaments. For the purpose of rendering themselves impotent, victims blame others for their situation, powerless to make any meaningful changes in their life.\r\n\r\n<strong>Emotions </strong>are the unconscious expression of repressed feelings. For example, anger is the emotional conglomeration of the repressed feeling of being a victim. People live in their emotions so they don’t have to feel because feelings expose the underbelly of a person – the dark and vulnerable secrets we compulsively hide from.\r\n\r\n<strong>Grieving</strong> is the willingness to experience the deep pain of the loss of one’s self-identity for the purpose of reuniting one’s self – the experience of becoming “whole”. Effectively, the externalized meaning and purpose of the attachment becomes internalized, which is experienced as true love and acceptance.\r\n\r\n<strong>Feelings </strong>are the conscious and unconscious expression of how we “feel” about ourselves. Emotions are universal to all people whereas feelings are unique to each person based upon their personal experience of life. From this powerful perspective, feelings become an intriguing window into the experience of one’s self.\r\n\r\n<strong>Feeling feelings</strong> is a deep willingness to go into the pain of “how I feel about myself” <em>for the purpose of <img class="size-medium wp-image-289 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300-300x225.jpg" alt="Separation" width="300" height="225" />letting it go</em> – experiencing the feelings as you, completely and fully by letting the “emotional charge” go through you rather than resisting and pushing it away. Feeling feelings is the capacity to go into our inner sanctum that we have compulsively hide from to feel exposed and raw, knowing that it is this exposure and rawness that allows the feelings to be effectively dissolved.\r\n\r\n<strong>Resistance </strong>is the experience of the mind’s intrinsic capacity to fight against the loss of self-identity – self-destruction. It is experienced as shutting down – denial, skepticism, and the loss of clarity – which prevents self-awareness.\r\n\r\n<strong>The mind </strong>is one’s reality, a conglomerated pseudo-reality called the self. It is created by the brain by integrating one’s experiences of life.\r\n\r\n<strong>Self-identity</strong> is the way we know and experience our self. Self-identity is the definition of “who I am” which when lost or taken away leaves a person feeling a deep sense of loss. This loss is expressed deeply as “I don’t know who I am anymore” and leaves a person feeling lost in life, rudderless to find their way.\r\n\r\n<strong>Self-love</strong> is the willingness to being vulnerable for the sake of growth; an open heart. It is the experience of stepping into life anew - to start again, and again, in a new and fresh way. It is taking full responsibility for the experience of one’s life.\r\n\r\n<strong>Self-value</strong> is the experiential knowing of who I am. It is experienced as the unarticulated inherent awareness of the accumulation of one’s growth.\r\n\r\n&nbsp;\r\n\r\n<b></b>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Definitions', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2016-08-08 22:38:58', '2016-08-08 22:38:58', '', 198, 'http://www.grieffree.org/198-revision-v1/', 0, 'revision', '', 0),
(1532, 2, '2016-08-08 22:41:09', '2016-08-08 22:41:09', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n\r\n<strong>Definitions are very important because they articulate the fundamental concepts of the Healthy Grieving experience, which serves to differentiate terms from their common usage.</strong>\r\n\r\n<strong>Attachment</strong>: Anything external that gives one identity and meaning in their life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable – they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience- mankind’s need to create meaning in life because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning.\r\n\r\n<strong>Being honest</strong> is the willingness to expose the experience of one’s self as it is. Being honest is the first step<img class="size-medium wp-image-287 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/2thrumywindow-400x301-300x226.jpg" alt="Being honest" width="300" height="226" /> that allows one to see and acknowledge the construct of their reality so it can be transcended. Only in being honest can one truly see what is, not the way one wants things to be - their story.\r\n\r\n<strong>Being a victim is </strong>a person who is not able to take responsibility for their life and their life’s predicaments. Victims blame others for their situation, powerless to make any meaningful changes in their life.\r\n\r\n<strong>Emotions </strong>are the unconscious expression of repressed feelings. For example, anger is the emotional conglomeration of the repressed feeling of being a victim. People live in their emotions so they don’t have to feel because feelings expose the underbelly of a person – the dark and vulnerable secrets we compulsively hide from.\r\n\r\n<strong>Grieving</strong> is the willingness to experience the deep pain of the loss of one’s self-identity for the purpose of reuniting one’s self – the experience of becoming “whole”. Effectively, the externalized meaning and purpose of the attachment becomes internalized, which is experienced as true love and acceptance.\r\n\r\n<strong>Feelings </strong>are the conscious and unconscious expression of how we “feel” about ourselves. Emotions are universal to all people whereas feelings are unique to each person based upon their personal experience of life. From this powerful perspective, feelings become an intriguing window into the experience of one’s self.\r\n\r\n<strong>Feeling feelings</strong> is a deep willingness to go into the pain of “how I feel about myself” <em>for the purpose of <img class="size-medium wp-image-289 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/sun-through-tree-on-hill-400x300-300x225.jpg" alt="Separation" width="300" height="225" />letting it go</em> – experiencing the feelings as you, completely and fully by letting the “emotional charge” go through you rather than resisting and pushing it away. Feeling feelings is the capacity to go into our inner sanctum that we have compulsively hide from to feel exposed and raw, knowing that it is this exposure and rawness that allows the feelings to be effectively dissolved.\r\n\r\n<strong>Resistance </strong>is the experience of the mind’s intrinsic capacity to fight against the loss of self-identity – self-destruction. It is experienced as shutting down – denial, skepticism, and the loss of clarity – which prevents self-awareness.\r\n\r\n<strong>The mind </strong>is one’s reality, a conglomerated pseudo-reality called the self. It is created by the brain by integrating one’s experiences of life.\r\n\r\n<strong>Self-identity</strong> is the way we know and experience our self. Self-identity is the definition of “who I am” which when lost or taken away leaves a person feeling a deep sense of loss. This loss is expressed deeply as “I don’t know who I am anymore” and leaves a person feeling lost in life, rudderless to find their way.\r\n\r\n<strong>Self-love</strong> is the willingness to being vulnerable for the sake of growth; an open heart. It is the experience of stepping into life anew - to start again, and again, in a new and fresh way. It is taking full responsibility for the experience of one’s life.\r\n\r\n<strong>Self-value</strong> is the experiential knowing of who I am. It is experienced as the unarticulated inherent awareness of the accumulation of one’s growth.\r\n\r\n&nbsp;\r\n\r\n<b></b>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Definitions', '', 'inherit', 'closed', 'closed', '', '198-revision-v1', '', '', '2016-08-08 22:41:09', '2016-08-08 22:41:09', '', 198, 'http://www.grieffree.org/198-revision-v1/', 0, 'revision', '', 0);
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
(1533, 2, '2016-08-08 22:56:08', '2016-08-08 22:56:08', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">attachments</a></strong> that were limiting the experience of myself. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of myself and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that <strong>Healthy Grieving</strong> teaches people how to <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">feel their feelings</a></strong>, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of <strong>grief</strong> can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. <strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of yourself and life.\r\n\r\nBe open to the experience of <strong>Healthy Grieving</strong> as a way to reconnect to aspects of yourself that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of yourself and life wherein you can find your own inner meaning and security, no longer relying on the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile the <strong>Healthy Grieving Programs</strong> will work effectively for all individuals regardless of age, it is not for everybody; it does require courage to look within and a readiness to move on through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to yourself.\r\n\r\nI believe that mankind has the capacity to innately <strong>grieve</strong> once mankind is shown the way. The beauty of <strong>Healthy Grieving</strong> is the awareness that <strong>grief</strong> is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text]Please visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.\r\n\r\n[/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\n&nbsp;', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-autosave-v1', '', '', '2016-08-08 22:56:08', '2016-08-08 22:56:08', '', 183, 'http://www.grieffree.org/183-autosave-v1/', 0, 'revision', '', 0),
(1534, 2, '2016-08-08 22:55:32', '2016-08-08 22:55:32', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="alignright wp-image-275" src="http://www.grieffree.org/wp-content/uploads/2016/01/light-in-waterfal-cave-913-300x400.jpg" alt="Worksheet Examples" width="183" height="244" />I developed the original <strong>Healthy Grieving Process</strong> as a method of letting go of <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">attachments</a></strong> that were limiting the experience of myself. I recognized that attachments were the underpinnings of all my life experiences and sought a process that would support me in my personal journey to a more fulfilling experience of myself and my life. When I began to articulate the experience of letting go of an attachment, I realized that it was the human experience called grief. From this understanding, I was able to extrapolate this awareness into a dynamic process that can be used not only for the loss of a loved one but also comprehensively in all areas of a person’s life.\r\n\r\nAs I shared this process with others, I realized that <strong>Healthy Grieving</strong> teaches people how to <strong><a href="http://www.grieffree.org/the-healthy-grieving-process/the-healthy-grieving-process-definitions/">feel their feelings</a></strong>, possibly for the first time in their lives. The way the mind works is to avoid emotional pain, convincing us that we will succumb to the pain and be destroyed. With the <strong>Healthy Grieving Programs</strong>, the emotional pain of <strong>grief</strong> can now be quickly resolved with an open mind and a willingness to grow and move forward in life. As I often say, “Pain is optional in the process of growth.” Emotional pain, you will quickly find, truly is an illusion of the mind; it dissolves once we engage with it, as if it never existed.\r\n\r\nIf you are open-minded and willing, this process will lead you safely into the emotional pain you have buried deep inside throughout your life. Research has shown that these suppressed emotions form the basis for and the creation of depression, anxiety, and many illnesses. <strong>Healthy Grieving</strong> is a natural process that allows you to explore your emotions for the purpose of letting them go - which leads to a healthier experience of yourself and life.\r\n\r\nBe open to the experience of <strong>Healthy Grieving</strong> as a way to reconnect to aspects of yourself that you have unconsciously given away. The gift of this reconnection is quite tangible and one that continues to give as you consciously apply this amazing process in your life. Imagine the experience of yourself and life wherein you can find your own inner meaning and security, no longer relying on the fleeting experience of external validation and materialism to define who you are.\r\n\r\nWhile the <strong>Healthy Grieving Programs</strong> will work effectively for all individuals regardless of age, it is not for everybody; it does require courage to look within and a readiness to move on through the grieving process. For those of you who understand that the greatest opportunity for personal growth comes from the biggest challenges in life, you will embrace this process as a wonderful gift to yourself.\r\n\r\nI believe that mankind has the capacity to innately <strong>grieve</strong> once mankind is shown the way. The beauty of <strong>Healthy Grieving</strong> is the awareness that <strong>grief</strong> is a universal human reaction to loss and that the experience of grieving that is fundamental to this process is a natural human experience available to all who have the courage to face the illusion of the dark secrets we all hide deep within ourselves.[/vc_column_text][vc_column_text]David R. Cope[/vc_column_text]Please visit the <strong><a href="http://www.grieffree.org/personal-testimonials/">testimonials page</a></strong> to hear the remarkable stories of healing from grief and loss.\r\n\r\n[/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]\r\n\r\n&nbsp;', 'Understanding Healthy Grieving', '', 'inherit', 'closed', 'closed', '', '183-revision-v1', '', '', '2016-08-08 22:55:32', '2016-08-08 22:55:32', '', 183, 'http://www.grieffree.org/183-revision-v1/', 0, 'revision', '', 0),
(1535, 2, '2016-08-08 23:01:56', '2016-08-08 23:01:56', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n<h2 style="text-align: center;"><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your feelings for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. <em>The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.</em>\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion, which feels like a sense of wholeness within one''self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <span style="color: #800000;">self-acceptance</span> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-08-08 23:01:56', '2016-08-08 23:01:56', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1536, 2, '2016-08-08 23:03:50', '2016-08-08 23:03:50', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]\r\n<h2 style="text-align: center;"><strong>What is Healthy Grieving?</strong></h2>\r\n<h2 style="text-align: center;"><strong>\r\n<img class="alignright size-full wp-image-260" src="http://www.grieffree.org/wp-content/uploads/2016/01/dandylion-200x300.jpg" alt="Healthy Grieving" width="200" height="300" /></strong></h2>\r\n<strong>Healthy Grieving</strong> is a natural process that allows you to explore your repressed feelings for the purpose of letting them go – which leads to a healthier experience of your self and life.\r\n\r\n<hr />\r\n\r\n<strong>Healthy Grieving</strong> recognizes that the experience of grief and loss is a natural human experience – all humans experience grief and loss the same. However, the mainstream view on grief and loss is that “No ''one-size-fits-all'' model or approach to grief is justifiable. Therapy must be tailored to the uniqueness of the person”. This traditional belief system is transcended by the <strong>Healthy Grieving programs</strong> because <em>they are specifically designed to approach grief and loss from the universal human experience of loss rather than an individual’s personal experience.</em> This novel perspective allows the programs to be effective for everybody experiencing grief and loss regardless of the uniqueness of their loss or how much time has passed. <em>The only requirements for successful healing are that an individual has an open heart and a willingness to move forward in life.</em>\r\n\r\nThe original <strong>Healthy Grieving Process</strong> was created by <strong>David Cope</strong> in response to his awareness that his life experiences were limited by unresolved loss and external attachments. Six years ago, the Founders of <strong>GriefFree.org</strong> began exploring the possibilities of the <strong>Healthy Grieving Process</strong> and discovered that it was dynamic in its application – effective not only in the loss of a loved one but also in all human experiences of loss. From this perspective, they realized that the human experience of loss, which often goes undetected in traditional therapy, is the underpinning of many of the psychological issues that individuals face in their life.\r\n\r\n<strong>What makes Healthy Grieving so effective?</strong>\r\n\r\n<strong>Healthy Grieving is the process of letting go of an attachment.</strong> An attachment is defined as anything external that gives identity and meaning to one’s life that when lost or taken away causes a deep feeling of loss and emptiness. Most attachments are so intertwined in one’s life as to be unrecognizable - they become the hidden infrastructure of one’s life.\r\n\r\nAttachments are fundamental to the human experience - mankind’s need to create meaning in life - because of the inherent feeling of emptiness within. The role of attachments is to “fill” the emptiness so life has purpose and meaning. When an attachment is let go of from the heart with <strong>Healthy Grieving</strong>, the pain of loss and emptiness is transformed into freedom and expansion, which feels like a sense of wholeness within one''s self.\r\n\r\nThe traditional approach to grieving is an ambiguous approach to one of life’s most natural <strong>human experiences</strong>. Imagine the possibilities of a clear and precise way to grieve that provides the transformative experience of <span style="color: #800000;">self-acceptance</span> and <em>personal</em> growth.\r\n\r\n<strong><span style="color: #800000;"><a style="color: #800000;" title="Understanding Healthy Grieving" href="http://www.grieffree.org/the-healthy-grieving-process/understanding-the-healthy-grieving-process/">Learn more…</a></span></strong>[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'What is Healthy Grieving?', '', 'inherit', 'closed', 'closed', '', '180-revision-v1', '', '', '2016-08-08 23:03:50', '2016-08-08 23:03:50', '', 180, 'http://www.grieffree.org/180-revision-v1/', 0, 'revision', '', 0),
(1537, 2, '2016-08-08 23:05:03', '2016-08-08 23:05:03', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have completed our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief</strong> <strong>and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving Process</strong> through <strong>Grieffree.org</strong>. It has been renamed <strong>The</strong> <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution </strong>P<strong>rogram</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2016-08-08 23:05:03', '2016-08-08 23:05:03', '', 210, 'http://www.grieffree.org/210-revision-v1/', 0, 'revision', '', 0),
(1538, 2, '2016-08-08 23:05:27', '2016-08-08 23:05:27', '[vc_row row_type="row_full_center_content" margin_top="50"][vc_column width="2/3"][vc_column_text]<img class="size-medium wp-image-299 alignright" src="http://www.grieffree.org/wp-content/uploads/2016/01/new-growth-300x201-300x201.jpg" alt="new-growth-300x201" width="300" height="201" />We have changed the training program from the original <strong>Healthy Grieving process</strong> to an eight-week grieving program called The <strong>Healthy Grieving Resolution Program</strong>. This new program, which will be taught in a <strong>two-day workshop</strong>, is better suited for our cultural perspective on <strong>grief</strong> because it provides individuals with a gradual way to heal from grief. We have completed our first two-day workshop for the therapists who have already trained in the original process and will be offering the training to new therapists later this year.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> was developed by <strong>David Cope</strong> in response to the cultural resistance to grieving the loss of a loved one in two sessions. It became clear from feedback that many individuals and therapists felt that grieving the loss of a loved one in such a short period of time was in some way “irreverent” – showing a lack of reverence or veneration for the loved one.  This feedback also exposed that there is a cultural morality that prescribes that the process of grieving a loved one is a sacred and revered human experience and requires a period of mourning to honor the loved one.\r\n\r\n<strong>The Healthy Grieving Resolution Program</strong> responds to this awareness by applying many of the fundamental principals of the human experience of grief and loss into an eight-week program. This program is also a healing modality; yet it provides the framework for individuals to <em>gradually</em> heal from the pain of <strong>grief</strong> and loss. It can be facilitated in either private therapy or in a group setting, which opens the program to individuals who find solace with others who are also grieving.\r\n\r\nThe Healthy Grieving Resolution program is based on the following principals of grief and loss:\r\n<ol>\r\n 	<li><strong>Grief</strong> is a normal and natural human experience. The program has a very powerful way for individuals to grasp the human experience of grief and loss and to normalize their personal experience of this natural human experience.</li>\r\n 	<li>Healing cannot take place at the level of a person’s story. The mind creates stories as a way to avoid the true feelings of loss and grief – the pain of loss is essentially suppressed by the stories. The program teaches individuals to safely transcend the stories of their loss and enter into their heart to express the truth of their experience where healing can begin to unfold.</li>\r\n 	<li>In every experience of <strong>grief</strong> <strong>and loss</strong>, there is an opportunity for growth and change with the awareness of the gift of the loss. This gift unfolds within the program and allows individuals to open their heart to the experience. The acknowledgment of this gift makes it functionally impossible to maintain the pain of the loss – it naturally dissipates over time.</li>\r\n 	<li>A broken heart is a closed heart. It is not possible for an individual to see the gift of loss as long as they maintain an <strong>emotional attachment</strong> to the pain and loss.The program teaches individuals how to open their heart anew by learning to feel their feelings around their loss, which is extremely effective in healing the emotional pain of the loss. From this fresh and unencumbered perspective, an individual can be open to the gift of the loss and clearly articulate it from their heart.</li>\r\n</ol>\r\nThe benefits of this new program are quite remarkable. The pain of the <strong>grief and loss</strong> is resolved which allows an individual to have a fresh and healthy perspective of their loss and a renewed attitude about moving forward constructively in their life. The program also instills individuals with a healthy view towards <strong>grief and loss</strong> and provides effective tools to face and manage future experiences of loss which are so common in the human experience.\r\n\r\nWe are no longer offering the original <strong>Healthy Grieving Process</strong> through <strong>Grieffree.org</strong>. It has been renamed <strong>The</strong> <strong>Letting Go Process</strong> and will be reintroduced later this year within the context of a new psychology that <strong>David Cope</strong> has developed. If you have an interest in our new eight-week <strong>Healthy Grieving Resolution Program</strong>, <strong><a href="http://www.grieffree.org/contact/">please contact us</a>.</strong>\r\n\r\nPlease visit our professional testimonials at the following link: <strong><span style="color: #800000;"><a style="color: #800000;" title="Professional Testimonials" href="http://www.grieffree.org/professional-training/professional-testimonials/">Professional testimonials</a></span></strong>.[/vc_column_text][/vc_column][vc_column width="1/3"][vc_widget_sidebar sidebar_id="sidebar"][/vc_column][/vc_row]', 'Two-Day Intensive Training', '', 'inherit', 'closed', 'closed', '', '210-revision-v1', '', '', '2016-08-08 23:05:27', '2016-08-08 23:05:27', '', 210, 'http://www.grieffree.org/210-revision-v1/', 0, 'revision', '', 0),
(1544, 1, '2016-09-12 21:45:20', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2016-09-12 21:45:20', '0000-00-00 00:00:00', '', 0, 'http://www.grieffree.org/?p=1544', 0, 'post', '', 0);

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

--
-- Table structure for table `wp_revslider_css`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_css` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `settings` text,
  `hover` text,
  `params` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=57 ;

--
-- Dumping data for table `wp_revslider_css`
--

INSERT INTO `wp_revslider_css` (`id`, `handle`, `settings`, `hover`, `params`) VALUES
(1, '.tp-caption.medium_grey', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","padding":"2px 4px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#888","white-space":"nowrap"}'),
(2, '.tp-caption.small_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"14px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(3, '.tp-caption.medium_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"20px","line-height":"20px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(4, '.tp-caption.large_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"40px","line-height":"40px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(5, '.tp-caption.very_large_text', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"0px 2px 5px rgba(0, 0, 0, 0.5)","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","letter-spacing":"-2px"}'),
(6, '.tp-caption.very_big_white', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#000"}'),
(7, '.tp-caption.very_big_black', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"700","font-size":"60px","line-height":"60px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap","padding":"0px 4px","padding-top":"1px","background-color":"#fff"}'),
(8, '.tp-caption.modern_medium_fat', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(9, '.tp-caption.modern_medium_fat_white', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(10, '.tp-caption.modern_medium_light', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"24px","line-height":"20px","font-family":"\\"Open Sans\\", sans-serif","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(11, '.tp-caption.modern_big_bluebg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"800","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#4e5b6c","letter-spacing":"0"}'),
(12, '.tp-caption.modern_big_redbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"36px","font-family":"\\"Open Sans\\", sans-serif","padding":"3px 10px","padding-top":"1px","margin":"0px","border-width":"0px","border-style":"none","background-color":"#de543e","letter-spacing":"0"}'),
(13, '.tp-caption.modern_small_text_dark', NULL, NULL, '{"position":"absolute","color":"#555","text-shadow":"none","font-size":"14px","line-height":"22px","font-family":"Arial","margin":"0px","border-width":"0px","border-style":"none","white-space":"nowrap"}'),
(14, '.tp-caption.boxshadow', NULL, NULL, '{"-moz-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","-webkit-box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)","box-shadow":"0px 0px 20px rgba(0, 0, 0, 0.5)"}'),
(15, '.tp-caption.black', NULL, NULL, '{"color":"#000","text-shadow":"none"}'),
(16, '.tp-caption.noshadow', NULL, NULL, '{"text-shadow":"none"}'),
(17, '.tp-caption.thinheadline_dark', NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"30px","line-height":"30px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(18, '.tp-caption.thintext_dark', NULL, NULL, '{"position":"absolute","color":"rgba(0,0,0,0.85)","text-shadow":"none","font-weight":"300","font-size":"16px","line-height":"26px","font-family":"\\"Open Sans\\"","background-color":"transparent"}'),
(19, '.tp-caption.largeblackbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#000","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(20, '.tp-caption.largepinkbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#db4360","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(21, '.tp-caption.largewhitebg', NULL, NULL, '{"position":"absolute","color":"#000","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#fff","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(22, '.tp-caption.largegreenbg', NULL, NULL, '{"position":"absolute","color":"#fff","text-shadow":"none","font-weight":"300","font-size":"50px","line-height":"70px","font-family":"\\"Open Sans\\"","background-color":"#67ae73","padding":"0px 20px","-webkit-border-radius":"0px","-moz-border-radius":"0px","border-radius":"0px"}'),
(23, '.tp-caption.excerpt', NULL, NULL, '{"font-size":"36px","line-height":"36px","font-weight":"700","font-family":"Arial","color":"#ffffff","text-decoration":"none","background-color":"rgba(0, 0, 0, 1)","text-shadow":"none","margin":"0px","letter-spacing":"-1.5px","padding":"1px 4px 0px 4px","width":"150px","white-space":"normal !important","height":"auto","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(24, '.tp-caption.large_bold_grey', NULL, NULL, '{"font-size":"60px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","text-shadow":"none","margin":"0px","padding":"1px 4px 0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(25, '.tp-caption.medium_thin_grey', NULL, NULL, '{"font-size":"34px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(102, 102, 102)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(26, '.tp-caption.small_thin_grey', NULL, NULL, '{"font-size":"18px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(117, 117, 117)","text-decoration":"none","background-color":"transparent","padding":"1px 4px 0px","text-shadow":"none","margin":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(27, '.tp-caption.lightgrey_divider', NULL, NULL, '{"text-decoration":"none","background-color":"rgba(235, 235, 235, 1)","width":"370px","height":"3px","background-position":"initial initial","background-repeat":"initial initial","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(28, '.tp-caption.large_bold_darkblue', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(29, '.tp-caption.medium_bg_darkblue', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(52, 73, 94)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(30, '.tp-caption.medium_bold_red', NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(31, '.tp-caption.medium_light_red', NULL, NULL, '{"font-size":"21px","line-height":"26px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(227, 58, 12)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(32, '.tp-caption.medium_bg_red', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(227, 58, 12)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(33, '.tp-caption.medium_bold_orange', NULL, NULL, '{"font-size":"24px","line-height":"30px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(243, 156, 18)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(34, '.tp-caption.medium_bg_orange', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(243, 156, 18)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(35, '.tp-caption.grassfloor', NULL, NULL, '{"text-decoration":"none","background-color":"rgba(160, 179, 151, 1)","width":"4000px","height":"150px","border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(36, '.tp-caption.large_bold_white', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(37, '.tp-caption.medium_light_white', NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(38, '.tp-caption.mediumlarge_light_white', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(39, '.tp-caption.mediumlarge_light_white_center', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"#ffffff","text-decoration":"none","background-color":"transparent","padding":"0px 0px 0px 0px","text-align":"center","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(40, '.tp-caption.medium_bg_asbestos', NULL, NULL, '{"font-size":"20px","line-height":"20px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(127, 140, 141)","padding":"10px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(41, '.tp-caption.medium_light_black', NULL, NULL, '{"font-size":"30px","line-height":"36px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(42, '.tp-caption.large_bold_black', NULL, NULL, '{"font-size":"58px","line-height":"60px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(43, '.tp-caption.mediumlarge_light_darkblue', NULL, NULL, '{"font-size":"34px","line-height":"40px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(52, 73, 94)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(44, '.tp-caption.small_light_white', NULL, NULL, '{"font-size":"17px","line-height":"28px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(45, '.tp-caption.roundedimage', NULL, NULL, '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(46, '.tp-caption.large_bg_black', NULL, NULL, '{"font-size":"40px","line-height":"40px","font-weight":"800","font-family":"\\"Open Sans\\"","color":"rgb(255, 255, 255)","text-decoration":"none","background-color":"rgb(0, 0, 0)","padding":"10px 20px 15px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(47, '.tp-caption.mediumwhitebg', NULL, NULL, '{"font-size":"30px","line-height":"30px","font-weight":"300","font-family":"\\"Open Sans\\"","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"rgb(255, 255, 255)","padding":"5px 15px 10px","text-shadow":"none","border-width":"0px","border-color":"rgb(0, 0, 0)","border-style":"none"}'),
(48, '.tp-caption.slider-content-box', NULL, NULL, '{"border-width":"0px","border-color":"rgb(34, 34, 34)","border-style":"none"}'),
(49, '.tp-caption.mediumboldblack', NULL, NULL, '{"font-size":"30px","line-height":"30px","font-weight":"800","font-family":"\\"Trebuchet MS\\",Helvetica,sans-serif","color":"rgb(0, 0, 0)","text-decoration":"none","background-color":"transparent","padding":"0px","border-width":"0px","border-color":"rgb(255, 214, 88)","border-style":"none"}'),
(50, '.tp-caption.modernmediumfatwhite', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"5px","margin":"0px","white-space":"nowrap","background-color":"rgba(119, 11, 38, 0.73)","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(51, '.tp-caption.modernmediumfatwhite123', '{"hover":"false"}', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"rgb(255, 255, 255)","text-decoration":"none","text-shadow":"none","margin":"0px","white-space":"nowrap","background-color":"transparent","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"rgb(255, 255, 255)","text-decoration":"none","text-shadow":"none","margin":"0px","white-space":"nowrap","background-color":"rgba(0, 0, 0, 0.247059)","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(52, '.tp-caption.modernmediumfatwhite1', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"5px 5px 5px 5px","margin":"0px","white-space":"nowrap","background-color":"rgba(119, 11, 38, 0.73)","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(53, '.tp-caption.modernmediumfatwhite11', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"2px 14px 2px 14px","margin":"0px","white-space":"nowrap","background-color":"rgba(119, 11, 38, 0.73)","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(54, '.tp-caption.modernmediumfatwhite112', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"2px 14px 2px 14px","margin":"0px","white-space":"nowrap","background-color":"#ae6665","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(55, '.tp-caption.modernmediumfatwhite1121', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"2px 14px 2px 14px","margin":"0px","white-space":"nowrap","background-color":"#e39897","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}'),
(56, '.tp-caption.modernmediumfatwhite11211', '{"hover":"false"}', '""', '{"font-size":"34px","line-height":"37px","font-weight":"800","font-family":"\\"Times New Roman\\", Times, serif","color":"#ffffff","text-decoration":"none","text-shadow":"none","padding":"2px 14px 2px 14px","margin":"0px","white-space":"nowrap","background-color":"rgba(227, 152, 151, .9)","border-radius":"3px 3px 3px 3px","border-width":"0px","border-color":"rgb(255, 255, 255)","border-style":"none"}');

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

--
-- Table structure for table `wp_revslider_layer_animations`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_layer_animations` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `handle` text NOT NULL,
  `params` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

--
-- Table structure for table `wp_revslider_settings`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_settings` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `general` text NOT NULL,
  `params` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--
-- Dumping data for table `wp_revslider_settings`
--

INSERT INTO `wp_revslider_settings` (`id`, `general`, `params`) VALUES
(1, 'a:0:{}', '');

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

--
-- Table structure for table `wp_revslider_sliders`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_sliders` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `title` tinytext NOT NULL,
  `alias` tinytext,
  `params` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- Dumping data for table `wp_revslider_sliders`
--

INSERT INTO `wp_revslider_sliders` (`id`, `title`, `alias`, `params`) VALUES
(2, 'Home Slider 1', 'home1', '{"title":"Home Slider 1","alias":"home1","shortcode":"[rev_slider home1]","source_type":"gallery","post_types":"post","post_category":"","post_sortby":"ID","posts_sort_direction":"DESC","max_slider_posts":"30","excerpt_limit":"55","slider_template_id":"","posts_list":"","slider_type":"fullwidth","fullscreen_offset_container":".site-header","fullscreen_offset_size":"","fullscreen_min_height":"","full_screen_align_force":"on","auto_height":"off","force_full_width":"off","min_height":"","width":"1130","height":"450","responsitive_w1":"940","responsitive_sw1":"770","responsitive_w2":"780","responsitive_sw2":"500","responsitive_w3":"510","responsitive_sw3":"310","responsitive_w4":"0","responsitive_sw4":"0","responsitive_w5":"0","responsitive_sw5":"0","responsitive_w6":"0","responsitive_sw6":"0","delay":"9000","shuffle":"off","lazy_load":"off","use_wpml":"off","enable_static_layers":"off","next_slide_on_window_focus":"off","start_js_after_delay":0,"stop_slider":"on","stop_after_loops":0,"stop_at_slide":2,"show_timerbar":"hide","loop_slide":"noloop","position":"center","margin_top":0,"margin_bottom":0,"margin_left":0,"margin_right":0,"shadow_type":"0","padding":0,"background_color":"","background_dotted_overlay":"none","show_background_image":"true","background_image":"http:\\/\\/demo.wpcharming.com\\/humanrights\\/wp-content\\/","bg_fit":"cover","bg_repeat":"no-repeat","bg_position":"left bottom","stop_on_hover":"on","keyboard_navigation":"on","navigation_style":"round","navigaion_type":"bullet","navigation_arrows":"none","navigaion_always_on":"true","hide_thumbs":0,"navigaion_align_hor":"center","navigaion_align_vert":"bottom","navigaion_offset_hor":"0","navigaion_offset_vert":20,"leftarrow_align_hor":"left","leftarrow_align_vert":"center","leftarrow_offset_hor":20,"leftarrow_offset_vert":0,"rightarrow_align_hor":"right","rightarrow_align_vert":"center","rightarrow_offset_hor":20,"rightarrow_offset_vert":0,"thumb_width":100,"thumb_height":50,"thumb_amount":5,"use_spinner":"5","spinner_color":"#000000","use_parallax":"off","disable_parallax_mobile":"on","parallax_type":"scroll","parallax_bg_freeze":"off","parallax_level_1":"5","parallax_level_2":"10","parallax_level_3":"15","parallax_level_4":"20","parallax_level_5":"25","parallax_level_6":"30","parallax_level_7":"35","parallax_level_8":"40","parallax_level_9":"45","parallax_level_10":"50","touchenabled":"on","swipe_velocity":75,"swipe_min_touches":1,"drag_block_vertical":"false","disable_on_mobile":"off","disable_kenburns_on_mobile":"off","hide_slider_under":0,"hide_defined_layers_under":0,"hide_all_layers_under":0,"hide_arrows_on_mobile":"off","hide_bullets_on_mobile":"off","hide_thumbs_on_mobile":"off","hide_thumbs_under_resolution":0,"hide_thumbs_delay_mobile":1500,"start_with_slide":"1","first_transition_active":"true","first_transition_type":"fade","first_transition_duration":300,"first_transition_slot_amount":7,"simplify_ie8_ios4":"off","show_alternative_type":"off","show_alternate_image":"","reset_transitions":"","reset_transition_duration":0,"0":"Execute settings on all slides","jquery_noconflict":"on","js_to_body":"false","output_type":"none","custom_css":"","custom_javascript":"","template":"false"}');

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

--
-- Table structure for table `wp_revslider_slides`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `slide_order` int(11) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8 AUTO_INCREMENT=22 ;

--
-- Dumping data for table `wp_revslider_slides`
--

INSERT INTO `wp_revslider_slides` (`id`, `slider_id`, `slide_order`, `params`, `layers`) VALUES
(7, 2, 2, '{"background_type":"image","image":"http:\\/\\/www.grieffree.org\\/wp-content\\/uploads\\/2016\\/03\\/Grief-Free-Banner.jpg","image_id":"1226","title":"Slide One","state":"published","date_from":"","date_to":"","slide_transition":"fade,parallaxtotop","0":"Remove","slot_amount":7,"transition_rotation":0,"transition_duration":300,"delay":"","save_performance":"off","enable_link":"false","link_type":"regular","link":"","link_open_in":"same","slide_link":"nothing","link_pos":"front","slide_thumb":"","class_attr":"","id_attr":"","attr_attr":"","data_attr":"","slide_bg_color":"#E7E7E7","slide_bg_external":"","bg_fit":"cover","bg_fit_x":"100","bg_fit_y":"100","bg_repeat":"no-repeat","bg_position":"center center","bg_position_x":"1","bg_position_y":"0","bg_end_position_x":"0","bg_end_position_y":"0","bg_end_position":"center top","kenburn_effect":"off","kb_start_fit":"100","kb_end_fit":"100","kb_duration":"9000","kb_easing":"Linear.easeNone","0":"Remove"}', '[{"text":"","type":"text","left":94,"top":129,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"sfb","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"0","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","static_start":"1","static_end":"2","speed":1000,"align_hor":"left","align_vert":"bottom","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"slider-content-box","time":500,"endtime":"899999700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":310,"height":159,"serial":"0","endTimeFinal":899999700,"endSpeedFinal":300,"realEndTime":900000000,"timeLast":899999500,"endWithSlide":true,"max_height":"auto","max_width":"auto","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""},{"text":"<a href=''http:\\/\\/www.grieffree.org\\/personal-testimonials\\/'' class=''tp-button red small''>Watch Video<\\/a>","type":"text","left":58,"top":275,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"sfb","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"black","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":102,"height":45,"serial":"1","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"auto","max_width":"auto","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":"","static_end":"1"},{"text":"<p style=\\"font-size:27px;\\">My mother passed away two months ago.<\\/br> We had a very close relationship,<\\/br>yet I am doing amazingly well.<\\/p>","type":"text","left":59,"top":134,"loop_animation":"none","loop_easing":"Power3.easeInOut","loop_speed":"2","loop_startdeg":"-20","loop_enddeg":"20","loop_xorigin":"50","loop_yorigin":"50","loop_xstart":"0","loop_xend":"0","loop_ystart":"0","loop_yend":"0","loop_zoomstart":"1","loop_zoomend":"1","loop_angle":"0","loop_radius":"10","animation":"lfl","easing":"Power3.easeInOut","split":"none","endsplit":"none","splitdelay":"10","endsplitdelay":"10","2d_origin_x":"50","2d_origin_y":"50","parallax_level":"-","whitespace":"nowrap","speed":300,"align_hor":"left","align_vert":"top","hiddenunder":false,"resizeme":true,"link":"","link_open_in":"same","link_slide":"nothing","scrollunder_offset":"","style":"modernmediumfatwhite11211","time":500,"endtime":"8700","endspeed":300,"endanimation":"auto","endeasing":"nothing","corner_left":"nothing","corner_right":"nothing","width":475,"height":174,"serial":"2","endTimeFinal":8700,"endSpeedFinal":300,"realEndTime":9000,"timeLast":8500,"endWithSlide":true,"max_height":"auto","max_width":"auto","2d_rotation":"","alt":"","scaleX":"","scaleY":"","scaleProportional":false,"attrID":"","attrClasses":"","attrTitle":"","attrRel":"","link_id":"","link_class":"","link_title":"","link_rel":""}]');

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

--
-- Table structure for table `wp_revslider_static_slides`
--

CREATE TABLE IF NOT EXISTS `wp_revslider_static_slides` (
  `id` int(9) NOT NULL AUTO_INCREMENT,
  `slider_id` int(9) NOT NULL,
  `params` text NOT NULL,
  `layers` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

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

CREATE TABLE IF NOT EXISTS `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

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

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

CREATE TABLE IF NOT EXISTS `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

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

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Primary Main', 'primary-main', 0),
(3, 'New', 'new', 0),
(4, 'Custom', 'custom', 0);

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

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

CREATE TABLE IF NOT EXISTS `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(42, 2, 0),
(173, 2, 0),
(179, 2, 0),
(182, 2, 0),
(185, 2, 0),
(188, 2, 0),
(191, 2, 0),
(197, 2, 0),
(200, 2, 0),
(203, 2, 0),
(206, 2, 0),
(209, 2, 0),
(212, 2, 0),
(215, 2, 0),
(218, 2, 0),
(221, 2, 0),
(225, 2, 0),
(228, 2, 0),
(232, 2, 0),
(241, 2, 0),
(309, 2, 0),
(313, 2, 0),
(317, 2, 0),
(1064, 1, 0),
(1071, 1, 0),
(1078, 1, 0),
(1121, 4, 0),
(1394, 2, 0),
(1453, 4, 0),
(1454, 4, 0),
(1455, 4, 0),
(1456, 4, 0),
(1457, 4, 0),
(1498, 2, 0);

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

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

CREATE TABLE IF NOT EXISTS `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=5 ;

--
-- 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, 3),
(2, 2, 'nav_menu', '', 0, 25),
(3, 3, 'ttshowcase_groups', '', 0, 0),
(4, 4, 'nav_menu', '', 0, 6);

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

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

CREATE TABLE IF NOT EXISTS `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=171 ;

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

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'Technical Support'),
(2, 1, 'first_name', 'Support'),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'comment_shortcuts', 'false'),
(7, 1, 'admin_color', 'fresh'),
(8, 1, 'use_ssl', '0'),
(9, 1, 'show_admin_bar_front', 'true'),
(10, 1, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(11, 1, 'wp_user_level', '10'),
(12, 1, 'dismissed_wp_pointers', 'vc_pointers_backend_editor,wpmudcs1,aioseop_menu_220,aioseop_welcome_220,aioseop_donate'),
(13, 1, 'show_welcome_panel', '0'),
(15, 1, 'wp_dashboard_quick_press_last_post_id', '1544'),
(16, 1, 'wporg_favorites', ''),
(17, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce&wplink=1&hidetb=1&urlbutton=none&imgsize=full&align=right&edit_element_vcUIPanelWidth=650&edit_element_vcUIPanelLeft=715px&edit_element_vcUIPanelTop=67px&panel_vcUIPanelWidth=650&panel_vcUIPanelLeft=711px&panel_vcUIPanelTop=74px'),
(18, 1, 'wp_user-settings-time', '1469475098'),
(19, 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";}'),
(20, 1, 'metaboxhidden_nav-menus', 'a:1:{i:0;s:12:"add-post_tag";}'),
(21, 1, 'closedpostboxes_testimonials', 'a:0:{}'),
(22, 1, 'metaboxhidden_testimonials', 'a:1:{i:0;s:7:"slugdiv";}'),
(23, 1, 'closedpostboxes_sidebar', 'a:0:{}'),
(24, 1, 'metaboxhidden_sidebar', 'a:1:{i:0;s:7:"slugdiv";}'),
(25, 1, 'default_password_nag', ''),
(26, 1, 'nav_menu_recently_edited', '2'),
(30, 1, 'closedpostboxes_ttshowcase', 'a:0:{}'),
(31, 1, 'metaboxhidden_ttshowcase', 'a:1:{i:0;s:7:"slugdiv";}'),
(34, 1, 'closedpostboxes_page', 'a:0:{}'),
(35, 1, 'metaboxhidden_page', 'a:6:{i:0;s:11:"postexcerpt";i:1;s:10:"postcustom";i:2;s:16:"commentstatusdiv";i:3;s:11:"commentsdiv";i:4;s:7:"slugdiv";i:5;s:9:"authordiv";}'),
(37, 1, 'tgmpa_dismissed_notice_tgmpa', '1'),
(38, 2, 'nickname', 'David Cope'),
(39, 2, 'first_name', ''),
(40, 2, 'last_name', ''),
(41, 2, 'description', ''),
(42, 2, 'rich_editing', 'true'),
(43, 2, 'comment_shortcuts', 'false'),
(44, 2, 'admin_color', 'fresh'),
(45, 2, 'use_ssl', '0'),
(46, 2, 'show_admin_bar_front', 'true'),
(47, 2, 'wp_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(48, 2, 'wp_user_level', '10'),
(49, 2, 'dismissed_wp_pointers', 'aioseop_menu_220'),
(50, 1, 'googleplus', ''),
(51, 2, 'default_password_nag', ''),
(53, 2, 'wp_dashboard_quick_press_last_post_id', '1543'),
(55, 2, 'wp_user-settings', 'wplink=1&editor=tinymce&libraryContent=browse&imgsize=medium'),
(56, 2, 'wp_user-settings-time', '1468686452'),
(57, 1, 'closedpostboxes_dashboard', 'a:0:{}'),
(58, 1, 'metaboxhidden_dashboard', 'a:0:{}'),
(66, 1, 'meta-box-order_page', 'a:3:{s:4:"side";s:36:"submitdiv,pageparentdiv,postimagediv";s:6:"normal";s:124:"page_metabox,wpb_visual_composer,postexcerpt,postcustom,commentstatusdiv,commentsdiv,slugdiv,authordiv,mymetabox_revslider_0";s:8:"advanced";s:5:"aiosp";}'),
(67, 1, 'screen_layout_page', '2'),
(153, 2, 'nav_menu_recently_edited', '4'),
(154, 2, '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";}'),
(155, 2, 'metaboxhidden_nav-menus', 'a:3:{i:0;s:24:"add-post-type-ttshowcase";i:1;s:12:"add-post_tag";i:2;s:21:"add-ttshowcase_groups";}'),
(170, 1, 'session_tokens', 'a:1:{s:64:"c2f941b028c25dadf0e6b573324f332fb20d42b479d45f3821a38a0c1fbd9464";a:4:{s:10:"expiration";i:1474230329;s:2:"ip";s:11:"202.174.5.2";s:2:"ua";s:102:"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36";s:5:"login";i:1474057529;}}');

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

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

CREATE TABLE IF NOT EXISTS `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 AUTO_INCREMENT=3 ;

--
-- 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, 'admin', '$P$BDEuEnR17ttsz9zIaDe7PC8w2.jv5p.', 'admin', 'designingfever@gmail.com', '', '2016-01-16 17:35:27', '', 0, 'admin'),
(2, 'David Cope', '$P$BQUr7gsXN3JpqrQWlgkzd7G3GYF28O1', 'david-cope', 'thebusline@outlook.com', '', '2016-03-05 22:51:06', '', 0, 'David Cope');

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